Show HN: Calfkit – an SDK to build distributed, event-driven AI agents
Summary
Calfkit is a Python SDK to build asynchronous, distributed AI agents that communicate via event streams. It advocates an event-driven architecture to decouple chat, tools, and routing, enabling independent scaling, durability, and real-time responses. The README includes quickstart code showing how to deploy a weather tool, a chat node, and an agent router via Kafka, illustrating a blueprint for AI employees and scalable AI workflows.