AGENTS
01Agent
This is a shim file for external agents.
2 11d ago A 0 tokens
copy · 100% MIT
🍀 Opinionated Agents Development Environment for Teams. Run a forest of agents in parallel, manage, and monitor them.
Agent
This is a shim file for external agents.
Agent
This package reads an agent tool's native sessions and normalizes them to the AgentActivity / AgentSession model (frozen dataclasses in model.py); clients and the ActivityService consume only that, never a raw transcript. The AgentAdapter Protocol (base.py) is the seam; impls are ClaudeCodeAdapter (filesystem…