🤖 Agent-to-Agent Communication in CleverChatty

🤖 Agent-to-Agent Communication in CleverChatty
Recently, I released a new version of [CleverChatty](https://github.com/Gelembjuk/cleverchatty/) with built-in support for the **A2A (Agent-to-Agent) protocol**. This addition enables AI agents to **call each other as tools**, opening the door to more dynamic, modular, and intelligent agent systems. --- ## 🔄 What Is the A2A Protocol? The **A2A protocol** defines a standard for communication and collaboration between AI agents. It allows one agent to delegate tasks to another, much like how humans might assign work to collaborators with specific expertise. Many blog posts and art
Continue Reading ...

🚀 New Version of CleverChatty: Now with Server Mode & A2A Communication!

🚀 New Version of CleverChatty: Now with Server Mode & A2A Communication!
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 cl
Continue Reading ...