What problem does it solve?
gclaw-conventions codify the standard patterns that wrap and orchestrate a fleet of agents on top of ADK, including the management hierarchy, tool integration, and board-mediated communication rules, plus soul overlays and the registration path for agent configurations.
Core Features & Use Cases
- Defines a uniform three-tier agent hierarchy: Root Orchestrator, Managers (Workspace, Dev, Home, Comms, Research, Profile, Content), and dynamic Specialists.
- Enforces architectural rules: Agents communicate via the kanban board, Managers act as routers while Specialists perform work, and agents are wired through a centralized factory and override system.
- Provides a consistent file-based and runtime agent model: agents.md, soul.md, heartbeat, and wiring to the orchestrator for runtime changes.
Quick Start
Follow the three-tier patterns and file structure to add or modify agents in gclaw, referencing the underlying ADK API patterns for implementation.