Skip to content

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.

License

Notifications You must be signed in to change notification settings

masaic-ai-platform/AgC

Repository files navigation

AgC - Open Agentic Compute Platform

Discord Discussions Platform Version UI Version

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.


🚀 What is Open Agentic Compute?

Agentic Orchestration Demo

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.


🏗️ Project Structure

Core Components

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

🚀 Quick Start

Option 1: Docker Compose (Recommended)

# 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

Option 2: Individual Components

Platform API

# Run the API server
docker run -p 6644:6644 masaicai/open-responses:latest

Platform UI

cd ui
npm install
npm run dev
# Access at http://localhost:6645

📚 Documentation


💬 What Engineers Are Saying

"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


📝 Feedback

We'd love to hear your feedback! Please take a moment to fill out our feedback form - it takes less than 4 minutes.


🙌 Help Us Grow

If you find AgC useful, please consider giving it a star ⭐ — it helps others discover it and supports the community!

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.


📄 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.


Made with ❤️ by the Masaic AI Team

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •