AgentCore v0.1.1 - Initial Public Release
We're excited to announce the first public release of AgentCore, an open-source orchestration framework for agentic AI systems implementing Google's A2A (Agent2Agent) protocol
🎯 What is AgentCore?
AgentCore provides production-ready infrastructure for building, deploying, and orchestrating AI agent systems with:
- A2A Protocol v0.2 Compliance - Full implementation of Google's Agent2Agent specification
- JSON-RPC 2.0 API - Standards-compliant communication layer
- Multi-Agent Orchestration - Coordinate multiple AI agents seamlessly
- Real-time Messaging - WebSocket and SSE support for live updates
- CLI Tool - Developer-friendly command-line interface
✨ Key Features
- Agent Management - Register, discover, and monitor AI agents
- Task Orchestration - Create, assign, and track tasks across agents
- Capability-based Routing - Intelligent message routing based on agent skills
- Event Streaming - Real-time updates via SSE/WebSocket
- Security - JWT authentication and RBAC authorization
- Observability - Built-in health checks and metrics
📦 Installation
pip install agentcore-sdk
🚀 Quick Start
# Start the server
agentcore server start
# Register an agent
agentcore agent register --name "my-agent" --capabilities "text-generation"
# List agents
agentcore agent list
📚 Documentation
- https://github.com/Mathews-Tom/AgentCore#readme
- http://localhost:8001/docs (when running locally)
🛠️ Tech Stack
- Python 3.12+
- FastAPI
- PostgreSQL
- Redis
- Pydantic v2
- SQLAlchemy (async)
📄 License
This project is licensed under AGPL-3.0.
---
Full Changelog: https://github.com/Mathews-Tom/AgentCore/commits/v0.1.1