#326 · Primary category: AI Coding Assistants
pydantic-deepagents
Open-source, self-hosted Claude Code - a terminal AI assistant and the Python framework behind it. Tool-calling, sandboxed execution, multi-agent teams, skills, checkpoints, unlimited context - on Pydantic AI, any model.
Project last updated:08/22/26
GitHub Stars
1.0K
Forks
126
Contributors
16
License
MIT
Why we included this project
Developers who want a Claude Code style workflow without vendor lock get a self-hosted terminal assistant that runs on whatever model they choose, with planning, file edits, shell access, web search, and MCP connections ready to go. The same machinery is exposed as a Python library, so instead of hand-building the tool-calling and sandboxing layers yourself, you can spin up a full agent from one function call and reshape it into your own coding or research tool. A notable feature is live run forking: an in-flight task splits into isolated branches that a judge or a real test command later merges back together, which matters when a refactor could go several directions and you want evidence before picking one. Because execution can be sandboxed in Docker and sessions checkpoint and persist, teams can keep agentic work contained and reproducible rather than merely demo-able.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.