🖥️ User Interfaces
The CAIPE Multi-agent Systems provide robust user interfaces that facilitate seamless interaction between agents using the Agent-to-Agent (A2A) protocol. These interfaces are designed to support secure communication and collaboration among agents, leveraging OAuth for authentication to ensure data integrity and privacy.
These interfaces empower users to build and manage sophisticated multi-agent systems with ease and security.
Note: Authorization and scope validation are currently handled by MCP servers. Additional details regarding this process will be provided in future updates.
Agent Chat CLI
-
agent-chat-cli - explore the complete docs, install guide, and examples
docker run -it --network=host ghcr.io/cnoe-io/agent-chat-cli:stableOr, clone and run the chat client:
uvx --no-cache git+https://github.com/cnoe-io/agent-chat-cli.git a2a
Agent Forge Backstage Plugin
Run with Docker:
docker run -d \
--name backstage-agent-forge \
-p 13000:3000 \
-e NODE_ENV=development \
ghcr.io/cnoe-io/backstage-plugin-agent-forge:latest
Or with Docker Compose:
COMPOSE_PROFILES="agentforge" docker compose up
Once the container is started, open agent-forge in your browser (in test mode):
http://localhost:13000