custom-agent-with-skills
Build an AI agent that loads skill instructions and resources only when needed.
Build an AI agent that loads skill instructions and resources only when needed.
This Pydantic AI reference project demonstrates a vendor-independent skill system based on progressive disclosure. The agent keeps only brief skill metadata in its initial context, loads a full `SKILL.md` after selecting a relevant skill, and retrieves deeper references or scripts only when required. Included examples cover tasks such as weather, academic search, and code review, with a CLI for trying the runtime. It is primarily a foundation for developers building their own agents and requires local dependencies plus credentials for the chosen model provider.
Resource types
Use cases
Runtime
Capabilities
Combine interchangeable models, data sources, and tools in LLM applications.
Trace, evaluate, monitor, and manage LLM, agent, and ML workflows.
Public GitHub facts last synced Jul 14, 2026.
Build and run Python agents with graph-based workflows
Build type-safe Python agents with tools, structured outputs, and provider choice