by CPI Staff | Aug 21, 2025 | AI, AI Agents, Blog, OpenAI, Python
This OpenAI post “Build Git MCP Server with the OpenAI Agents SDK” shows how to implement an MCP Server into an agent. Table of contentsWhat’s the Git MCP server?Why MCP with the Agents SDK?Packages you needComponents in the codeTypes of MCP servers...
by CPI Staff | Aug 20, 2025 | AI, AI Agents, Blog, OpenAI, Python
This OpenAI Agent post “Building Guardrails in the OpenAI Agent SDK” will explain how to implement a gurdrail system that protact the Agent from misuse. Table of contentsWhat Are Guardrails?Example: A Python-Only GuardrailIntegrating Guardrails Into the...
by CPI Staff | Aug 19, 2025 | AI, Blog, Llama
Want a quick win with multimodal AI? In this post, you’ll build a tiny Python app that uses a Llama vision model to look at an image and tell you what it is. We’ll use Ollama to run the model locally (no paid keys required), then call it from Python. By the end,...
by CPI Staff | Aug 18, 2025 | AI Agents, Blog, OpenAI, Python
This post “Build a Multi-Agent Assistant in Python with the OpenAI Agents SDK” shows how to build an AI agent that can (a) generate secure passwords, (b) tell the current time, and (c) hand off coding questions to a Python-tutor sub-agent. Along the way,...
by CPI Staff | Aug 16, 2025 | Blog, Microsoft Intune
This post “Manage Windows 11 BYOD Devices with Microsoft Intune” explores what Intune can do for Windows 11 BYOD, its benefits and disadvantages, and the steps to implement and onboard personal Windows 11 devices. In the modern workplace, flexibility is no...