Tutorials GitHub Copilot SDK: Build Custom Sub-Agents in Python
Embed Copilot's agent runtime and route work to scoped sub-agents, with runnable Python.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Embed Copilot's agent runtime and route work to scoped sub-agents, with runnable Python.
Tutorials A runnable Python governor that caps LLM spend per user and auto-downgrades models.
Tutorials Build a provider-agnostic LLM failover client in Python that survives outages and model removals.
Tutorials Stop runaway tool calls and agent spawning using canUseTool, PreToolUse hooks and deny rules.
Tutorials Stream audio in and out, add tools, approvals, and handoffs with gpt-realtime-2 in Python.
Tutorials Tune token spend on Opus 4.8 with the effort parameter. Runnable Python, real I/O, real numbers.
Tutorials Use Zhipu's GLM-4.7 through the OpenAI SDK to build a tool-calling coding assistant for pennies.
Tutorials Point the Anthropic SDK at Qwen 3.7 Max with one base-URL change: 1M context, thinking, caching.
Tutorials Use input guardrails and tripwires to stop bad input before your costly OpenAI agent runs.
Tutorials Add custom Python tools to Claude agents with one decorator. No server. No HTTP. Just code.
Tutorials Learn to build safer autonomous AI agents using OpenAI Agents SDK's new sandbox harness.