Metadata-Version: 2.4
Name: dipeen-agent
Version: 0.3.0
Summary: Dipeen Agent — the teammate worker CLI. Joins a Dipeen workspace, pulls only commands it has the capabilities for, runs your local agent (Claude / Codex / OMO / Gemini) with your own keys, and returns evidence.
Keywords: ai-agents,byok,claude,codex,worker
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# dipeen-agent

The teammate worker CLI for [Dipeen](https://github.com/cjw0076/dipeen-os). Join a workspace and bring your own local agent and keys (BYOK).

- `dipeen-agent join <code> --api-url <hq>` — one-command join from a new machine
- `dipeen-agent task next | prompt | submit` — semi-auto handoff runner (you run the agent, Dipeen collects evidence)
- `dipeen-agent worker --capabilities provider.claude,role.fe,...` — pull loop
- `dipeen-agent doctor` — check runners and auth

Provider keys and CLI sessions never leave your machine. The HQ control plane ships separately as `dipeen`.
