Metadata-Version: 2.4
Name: dipeen
Version: 0.3.1
Summary: Dipeen — the local-first control plane where AI agents become accountable teammates. Installs the `dipeen` host CLI (open/close/demo/task/worker/permission).
Keywords: ai-agents,byok,control-plane,local-first,orchestration
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.11
Requires-Dist: aiosqlite>=0.20.0
Requires-Dist: anthropic>=0.40.0
Requires-Dist: fastapi>=0.115.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyjwt>=2.8.0
Requires-Dist: sqlalchemy[asyncio]>=2.0.0
Requires-Dist: uvicorn[standard]>=0.34.0
Requires-Dist: websockets>=13.0
Provides-Extra: dev
Requires-Dist: httpx>=0.27.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Provides-Extra: postgres
Requires-Dist: alembic>=1.13.0; extra == 'postgres'
Requires-Dist: asyncpg>=0.29.0; extra == 'postgres'
Provides-Extra: prod
Requires-Dist: alembic>=1.13.0; extra == 'prod'
Requires-Dist: asyncpg>=0.29.0; extra == 'prod'
Requires-Dist: redis[asyncio]>=5.0.0; extra == 'prod'
Provides-Extra: redis
Requires-Dist: redis[asyncio]>=5.0.0; extra == 'redis'
Description-Content-Type: text/markdown

# Dipeen

The local-first control plane where AI agents become accountable teammates. This package installs the `dipeen` host CLI and the Dipeen HQ control plane.

- `dipeen demo` — no-key deterministic proof of the team loop
- `dipeen open [--dev]` — boot the HQ, mint an invite, print the Control Tower URL
- Capability routing, evidence-first completion, permissioned action (dry-run by default)

Dipeen assigns work, renders local-agent prompts, and collects evidence from local execution. It does not auto-drive your agents yet.

The teammate worker CLI ships separately as `dipeen-agent`. See https://github.com/cjw0076/dipeen-os
