Welcome to Radium
Radium is a next-generation agentic orchestration platform that enables developers to build, deploy, and manage multi-agent AI systems with ease. Radium is evolving toward a composable intelligence infrastructure where AI systems are built from reusable, validated components that can automatically assemble themselves.
What is Radium?β
Radium provides a comprehensive framework for:
- Multi-Agent Orchestration - Coordinate multiple AI agents working together toward complex goals
- Policy-Driven Governance - Apply context-aware policies to ensure safe and controlled agent behavior
- Flexible Integration - Support for Claude, Gemini, OpenAI, and self-hosted models (Ollama, vLLM, LocalAI)
- Developer-Friendly CLI - Powerful command-line tools for agent management, workflows, and debugging
- Enterprise-Ready - Built in Rust for performance, safety, and reliability
- Composable Intelligence - Building toward a self-assembling infrastructure with reusable components (see Roadmap)
Quick Linksβ
For Usersβ
- Installation - Get Radium up and running
- Quick Start - Create your first agent in minutes
- User Guide - Learn how to configure agents and workflows
For Developersβ
- Developer Guide - Extend Radium's capabilities
- API Reference - Complete Rust API documentation
- Architecture - Understand how Radium works
- Roadmap - View our open-source roadmap and vision
Key Featuresβ
π€ Multi-Agent Orchestrationβ
Coordinate multiple specialized agents, distribute tasks intelligently, and manage complex workflows with built-in swarm control.
π‘οΈ Policy Engineβ
Apply fine-grained policies to control agent behavior based on context, user permissions, and safety requirements.
π Universal Model Supportβ
- Cloud Providers: Claude (Anthropic), Gemini (Google), OpenAI
- Self-Hosted: Ollama, vLLM, LocalAI
- Extensible: Add custom model providers
β‘ Performance & Safetyβ
Built in Rust for:
- Memory safety without garbage collection
- Concurrency without data races
- Zero-cost abstractions
- Blazing fast execution
π§ Developer Toolsβ
- Comprehensive CLI for all operations
- Interactive TUI for real-time monitoring
- Desktop app for visual workflow management
- MCP (Model Context Protocol) integration
π§ Metacognitive Oversight (Vibe Check)β
Chain-Pattern Interrupt system for preventing reasoning lock-in. Research shows +27% success rate and -41% reduction in harmful actions. Provides phase-aware feedback and risk assessment.
π Learning System & ACE Skillbookβ
Track mistakes, preferences, and successes to build pattern recognition. The ACE Skillbook learns and applies successful strategies from past work to continuously improve agent performance.
π Session Analyticsβ
Comprehensive tracking of costs, performance, and optimization opportunities. Monitor token usage, analyze performance metrics, compare sessions, and track cache effectiveness.
π Persona Systemβ
Intelligent model selection, cost optimization, and automatic fallback chains. Automatically selects the best model for each task while managing costs and ensuring reliability.
π§ Thinking Modeβ
Deep reasoning support for complex problems with transparent thinking process display. Enables agents to show their reasoning steps for better understanding and debugging.
π§© Composable Intelligence (Future)β
- Component Foundry Pattern - Systematic component creation and validation
- Global Component Graph - Discover and compose components across the ecosystem
- Autonomous Assembly - Systems that compose themselves from available components
- Self-Healing Systems - Continuous remediation and quality maintenance
Learn more in our Roadmap and Vision.
Getting Startedβ
The fastest way to get started is:
-
Install Radium
# From source (recommended)
git clone https://github.com/Unicorn/Radium.git
cd RAD
cargo install --path apps/cli
# Or use the install script
curl -sSf https://raw.githubusercontent.com/Unicorn/Radium/main/install.sh | sh -
Create your first agent
rad agent create my-first-agent -
Chat with your agent
rad chat my-first-agent
That's it! You're now ready to explore the full power of Radium.
Community & Supportβ
- GitHub: Unicorn/Radium
- Issues: Report bugs or request features
- Discussions: Ask questions and share ideas
Roadmap & Visionβ
Radium is evolving toward a comprehensive composable intelligence infrastructure. Check out our open-source roadmap to see our vision, technical architecture plans, and implementation milestones.
What's Next?β
Continue to Installation to set up Radium on your system, or explore our Roadmap to see where we're heading.