{"library":"pydantic-deep","title":"Pydantic Deep","description":"Batteries-included agent harness for Python built on Pydantic AI, providing tool-calling, sandboxed execution via Docker, multi-agent teams, and unlimited context. Current version 0.3.17, released monthly.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pydantic-deep","pip install pydantic-deep[all]"],"cli":{"name":"pydantic-deep","version":"Traceback (most recent call last):"}},"imports":["from pydantic_deep import create_deep_agent","from pydantic_deep.capabilities import BrowserCapability","from pydantic_deep.sandbox import DockerSandbox"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import asyncio\nfrom pydantic_deep import create_deep_agent\n\nasync def main():\n    agent = create_deep_agent(\n        model=\"openai:gpt-4o\",\n        api_key=os.environ.get(\"OPENAI_API_KEY\", \"\"),\n        instructions=\"You are a helpful assistant.\"\n    )\n    result = await agent.run(\"What is the capital of France?\")\n    print(result.data)\n\nif __name__ == \"__main__\":\n    import os\n    asyncio.run(main())","lang":"python","description":"Minimal agent creation with a single synchronous call.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}