v3.8.0
v3.8.0 — M9: Server Implementation
Goal: Implement the CleverAgents server and all server-dependent capabilities using the A2A (Agent-to-Agent) protocol standard.
Scope:
- A2A JSON-RPC 2.0 wire format and _cleveragents/ extension method routing
- A2A stdio transport (local mode — agent as subprocess)
- A2A HTTP transport (server mode — single JSON-RPC endpoint)
- LangGraph Platform RemoteGraph integration for server-side actor execution
- Server application structure (FastAPI + A2A SDK)
- Authentication and authorization (API tokens, team RBAC)
- Entity sync via _cleveragents/sync/* extension methods
- Multi-device experience, shared namespaces, PostgreSQL backend
- Server deployment (Docker + Kubernetes + Helm)
Key ADRs: ADR-047 (A2A Standard Adoption), ADR-048 (Server Application Architecture)
No deadline assigned. Development effort should focus on M1-M6 milestones first.
-
34% Completed