Running GitHub Copilot SDK Inside GitHub Actions

Run GitHub Copilot SDK in GitHub Actions to automate tasks in your CI/CD pipeline. Learn how to build a PR review bot with consistent, structured output.

Docker MCP Toolkit: Hassle-Free Local Agentic AI with MCP Servers

Unlock hassle-free local agentic AI with Docker MCP Toolkit. Simplify MCP server setup and increase productivity today. Discover how in our latest guide.

Summarising Teams Meeting Transcripts using Open AI and Python

Time-consuming meeting recordings and extracting key points can be a thing of the past. This Python-based solution uses Azure Open AI to automate the summarisation process for Teams meeting transcripts. The tool efficiently breaks down meetings into five key areas. These areas include Overview, Concerns, and Current Model. It also covers Questions/Thoughts to Address and … Read more

How To Create A Virtual Environment in Python

I have been using Python a lot recently and thought I would write a blog post on how to create a virtual environment in Python and why I suggest you use them What is a Virtual Environment in Python? A virtual environment is a self-contained directory that will contain a Python installation along with all … Read more