Skip to main content

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)

For Users​

For Developers​

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:

  1. 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
  2. Create your first agent

    rad agent create my-first-agent
  3. 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​

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.