A major architecture shift: agents no longer talk to the server. The CLI daemon is the sole bridge — managing agent processes, context windows, and a local config UI.
Posts for: #Architecture
Agent-to-Agent Communication: Solving the Hardest Problem in Multi-Agent AI
A deep technical exploration of how AI agents can talk to each other — from naive approaches to the ultimate architecture. Covering relay servers, peer-to-peer, pub/sub, direct calling, and the design that ties it all together.
FlowKunda v0.0.3: How a Weekend Hack Became a Production Platform
The architectural journey from a single-day CLI wrapper to an 18,700-line multi-agent command center — tracing the technical evolution across three releases and 53 commits.
Orchestrator v0.0.2: Architecting a More Robust AI Agent Platform
From CLI processes to App Server architecture — how v0.0.2 transforms session management, adds rich media support, and sets the foundation for a scalable AI agent orchestration platform.