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
feat(server): container/devcontainer support lifecycle
Some checks failed
CI / load-versions (pull_request) Successful in 18s
CI / push-validation (pull_request) Successful in 26s
CI / build (pull_request) Successful in 47s
CI / lint (pull_request) Failing after 1m0s
CI / quality (pull_request) Successful in 1m3s
CI / typecheck (pull_request) Successful in 1m12s
CI / security (pull_request) Successful in 1m19s
CI / helm (pull_request) Successful in 44s
CI / unit_tests (pull_request) Failing after 2m51s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / integration_tests (pull_request) Failing after 10m52s
CI / status-check (pull_request) Failing after 4s
controller-managed
MoSCoW
Could have
Priority
Medium
State
Unverified
Type
Feature