AgC is the open-core platform that powers Open Agentic Compute — a new compute substrate purpose-built for deploying, running, and orchestrating AI agents at scale.
AgC treats agents as first-class compute units. Think of it as what EC2 did for VMs — but for agents. Modular, observable, cloud-neutral, and production-ready.
Open Agentic Compute is an open infrastructure layer designed for the age of intelligent, autonomous systems. It provides:
- ⚙️ A pluggable Agent Runtime
- 🧠 Integrated Memory Systems (long-term, episodic, vector)
- 🪄 Dynamic Model Routing (multi-LLM support)
- 🔁 Multi-agent Orchestration
- 📈 Built-in Tracing & Observability
- 🧪 Sandboxed Testing & Replay
- 🔐 Security, control, and modular governance
All of this is delivered in a fully deployable platform with a single goal:
Empower developers and organizations to run agents like cloud-native workloads — at scale, and without lock-in.
Component | Description | Documentation |
---|---|---|
Platform Server | Agentic orchestration API layer with built-in tools like file search, agentic file search, MCP server | Platform README |
Platform UI | Web interface for agent development and management | UI README |
Deployment | Docker Compose configurations for various deployment modes | Deploy README |
# Clone the repository
git clone https://github.com/masaic-ai-platform/AgC.git
cd AgC
# Start with default configuration
cd deploy/docker/
docker-compose up
# Access the platform
# UI: http://localhost:6645
# API: http://localhost:6644
# Run the API server
docker run -p 6644:6644 masaicai/open-responses:latest
cd ui
npm install
npm run dev
# Access at http://localhost:6645
- Platform Documentation - OpenResponses API details and capabilities
- UI Documentation - Platform UI setup and configuration
- Deployment Guide - Docker Compose deployment options
"Masaic OpenResponses is one of the few platforms that supports the
/responses
API even when the backend (like Ollama) doesn't — but might in the future. It handles server-side tools like search and supports stateful agent processing — two huge wins. Bonus: it even integrates with OpenTelemetry out of the box. The team is responsive and fast-moving."
— Adrian Cole, Principal Engineer, Elastic
We'd love to hear your feedback! Please take a moment to fill out our feedback form - it takes less than 4 minutes.
If you find AgC useful, please consider giving it a star ⭐ — it helps others discover it and supports the community!
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Made with ❤️ by the Masaic AI Team