Platform Overview
AgentArea is an open-core platform for governed agentic networks. Build, deploy, and scale multi-agent systems with VPC-inspired architecture and built-in compliance controls.
Why AgentArea?
Traditional agent frameworks focus on individual agents. AgentArea is different:π Agentic Networks
VPC-inspired architecture where agents communicate via A2A protocol with granular network permissions
π‘οΈ Governance Built-In
Tool approvals, permission boundaries, ReBAC authorization, and audit trails from day one
π A2A Protocol
Native agent-to-agent communication standard for multi-agent orchestration
β‘ Production-Ready
Temporal-based execution, Kubernetes-native, edge deployment, enterprise authentication
Platform Architecture
High-Level Overview
Technology Stack
| Layer | Technology | Purpose |
|---|---|---|
| Frontend | Next.js 16, React 19, Tailwind | Web dashboard |
| Backend API | FastAPI, Python 3.12+ | REST API |
| Workflow Engine | Temporal.io | Durable execution |
| MCP Orchestration | Go, Kubernetes | Container management |
| Database | PostgreSQL 15 | Primary data store |
| Cache/Events | Redis 7 | Real-time messaging |
| Object Storage | MinIO | Artifacts, logs |
| Auth | Ory Kratos, Hydra | Identity, OAuth2 |
Core Components
Backend (Python)
Frontend (TypeScript)
MCP Manager (Go)
Key Capabilities
π Agentic Networks
Build multi-agent systems with network-level controls:- Workspace Isolation: Multi-tenant data scoping
- Network Policies: Control agent communication
- A2A Protocol: Standard inter-agent messaging
π‘οΈ Agent Governance
Enterprise-grade controls for compliance:- Tool Permissions: Enable/disable tools per agent
- Approval Workflows: Human-in-the-loop for sensitive operations
- Budget Controls: Token limits, cost tracking
- Audit Trails: Complete action history
π MCP Integration
Extend agents with external tools:- Managed MCPs: Hosted by AgentArea
- Remote MCPs: Connect external servers
- Warm Pool: ~1.3s activation (vs 8-15s cold start)
- Compound MCPs: Combine multiple tools
β‘ Event Triggers
Automate agent execution:- Schedules: Cron-based recurring tasks
- Webhooks: HTTP-triggered execution
- Events: React to system/domain events
ποΈ Temporal Workflows
Durable, long-running execution:- Fault Tolerance: Automatic retries, recovery
- Signals/Queries: Real-time workflow control
- Event Streaming: Live updates via SSE
Deployment Options
π³ Docker Compose
Local development, testing
βΈοΈ Kubernetes
Production, auto-scaling
βοΈ Cloud
AWS, GCP, Azure
Quick Start
Access Dashboard
Next Steps
Getting Started
Complete setup guide
Features
All platform capabilities
Architecture
Technical deep-dive
Building Agents
Create your first agent