In this post, I’m excited to announce a new version of CleverChatty that introduces server mode — unlocking powerful new capabilities for building AI assistants and agents that can interact over the network.
Previously, CleverChatty functioned only as a command-line interface (CLI) for interacting with LLM-based assistants. A typical use case involved a single user chatting with an AI model via the terminal. With this latest update, CleverChatty can now run as a server, enabling:
- Concurrent communication with multiple clients
- Background operation on local or cloud environments
- Integration into distributed agent systems
But that’s not all. The biggest leap forward? Full support for A2A (Agent-to-Agent) protocol.