v0.1.0 - Initial Release
pydantic-deep v0.1.0
First public release of pydantic-deep - a deep agent framework built on pydantic-ai.
Features
- Agent Factory -
create_deep_agent()for creating configured agents with sensible defaults - Multiple Backends - StateBackend (in-memory), FilesystemBackend, DockerSandbox, CompositeBackend
- Rich Toolsets - TodoToolset, FilesystemToolset, SubAgentToolset, SkillsToolset
- Skills System - Extensible skill definitions with markdown prompts and on-demand loading
- Human-in-the-Loop - Built-in support for approval workflows
- Full Type Safety - Pyright and MyPy strict mode compatible
- 100% Test Coverage
Installation
pip install pydantic-deep
Or with uv:
uv add pydantic-deep
Documentation
- https://vstorm-co.github.io/pydantic-deep/
- https://pypi.org/project/pydantic-deep/