Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 14, 2026·2 min de lectura

Pydantic Deep Agents — Python Deep Agent Harness

Batteries-included Python agent harness with tool-calling, memory, hooks, and a terminal assistant CLI; verified 788★, pushed 2026-05-14.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 64/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install e9d45a90-e88f-5ec8-a619-0c4f158e9c45
Introducción

Batteries-included Python agent harness with tool-calling, memory, hooks, and a terminal assistant CLI; verified 788★, pushed 2026-05-14.

Best for: Python teams building tool-using agents who want a Claude Code–style harness

Works with: Python 3.10+; works with multiple providers/models via Pydantic AI integrations (per README)

Setup time: 12-25 minutes

Key facts (verified)

  • GitHub: 788 stars · 88 forks · pushed 2026-05-14.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: pip install "pydantic-deep[cli]" && pydantic-deep --help.

Main

  • Start with the CLI to validate your environment, then switch to the framework API once you’ve chosen your tool set and provider config.

  • Use lifecycle hooks (PRE/POST_TOOL_USE) to add safety gates, logging, and policy checks around shell/file tools.

  • Keep memory explicit: treat MEMORY.md (and similar context files) as audited inputs, not a dumping ground for secrets.

  • Prefer “capabilities” over ad-hoc glue code: README frames tools/memory/sandbox as composable capabilities you can enable per agent.

Source-backed notes

  • README describes a batteries-included agent harness (tools, memory, sandboxing, unlimited context) plus a terminal assistant CLI.
  • README documents a one-line installer (install.sh) and pip-based install for Python environments.
  • README mentions Claude Code-style lifecycle hooks (PRE/POST_TOOL_USE) as a first-class feature.

FAQ

  • Is it just a library?: No — README includes both a CLI terminal assistant and a framework API for building production agents.
  • How do I install?: Use pip install "pydantic-deep[cli]" or the one-line install.sh method described in README.
  • What’s the safest way to extend it?: Add policy checks in lifecycle hooks and keep tool permissions scoped per agent.
🙏

Fuente y agradecimientos

Source: https://github.com/vstorm-co/pydantic-deepagents > License: MIT > GitHub stars: 788 · forks: 88

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados