Tools & Resources
Curated frameworks, libraries, and tooling for agent engineers.
3 items
Tool
Tool Profile: Pydantic AI
A deep-dive into PydanticAI — the type-safe, Python-native agent framework from the Pydantic team. Covers its validation-first philosophy, async agent API, dependency injection system, and a direct comparison with LangGraph for a structured research task.
10 min read
LLM AgentsProductionFrameworks
Tool
OpenAI Swarm
A lightweight, experimental framework by OpenAI for building multi-agent systems with minimal abstraction. Focuses on explicit agent handoffs and stateless design.
2 min read
FrameworksMulti-Agent SystemsPython
Tool
LangGraph
A stateful, graph-based orchestration framework for building controllable, multi-actor LLM agent workflows. Part of the LangChain ecosystem.
2 min read
FrameworksOrchestrationPython