Scale from simple oracles to autonomous sovereigns. Each tier builds upon the previous, ensuring a smooth development journey with comprehensive features and capabilities.
Progressive complexity from simple oracles to autonomous sovereigns. Each tier builds upon the previous, ensuring a smooth development journey. Start free with free tiers and scale to enterprise solutions.
Tier | Status | Pricing | Complexity | Use Case | Action |
---|---|---|---|---|---|
🧙♂️ Oracles Entry Level - Free Trial | Available | Free forever | Low | Basic automation, simple Q&A | |
🧞♂️ Genies Intermediate | Available | Free to explore. Pro tools optional | Medium | Customer service, content creation | |
🎭 Protocols Advanced | Available | Custom pricing based on use case | High | Business processes, decision making | |
🤖 Superagents Expert | Coming Soon | Tailored enterprise deployment | Expert | Complex business workflows | |
👑 Sovereigns Autonomous | Future | Invite-only / Strategic collaboration | Autonomous | Large-scale AI operations |
Entry Level - Free Trial
Simple, fast question answering systems with LLM interaction
# oracle_agent.yamlapiVersion: agent/v1kind: AgentSpecmetadata: name: faq-bot tier: oracle spec: language_model: provider: openai model: gpt-4o persona: role: "FAQ Assistant" description: "Answers common questions" tasks: - name: "answer_question" description: "Provide helpful answers" optimization: type: "basic" metrics: ["accuracy", "response_time"] evaluation: type: "simple" test_cases: 10
Intermediate
Multi-step reasoning agents with tools and memory
# genie_agent.yamlapiVersion: agent/v1kind: AgentSpecmetadata: name: support-agent tier: genie spec: language_model: provider: openai model: gpt-4o tools: - name: "knowledge_base" type: "rag" source: "company_docs" vector_db: "chromadb" - name: "ticket_system" type: "api" endpoint: "https://api.company.com/tickets" memory: type: "conversation" max_tokens: 4000 vector_store: "redis" reasoning: type: "react" max_steps: 5 optimization: type: "advanced" metrics: ["accuracy", "response_time", "user_satisfaction"]
Advanced
Advanced agents with industry protocols and complex workflows
# protocol_agent.yamlapiVersion: agent/v1kind: AgentSpecmetadata: name: sales-qualifier tier: protocol spec: protocols: - name: "MCP" version: "1.0" - name: "A2A" version: "1.0" coordination: type: "hierarchical" leader: "sales-manager" integrations: - name: "crm" type: "salesforce" - name: "email" type: "outlook" - name: "calendar" type: "google_calendar" memory: type: "layered" layers: ["conversation", "knowledge", "long_term"] optimization: type: "custom" optimizer: "enterprise_optimizer" metrics: ["conversion_rate", "response_time", "accuracy"]
Expert
Multi-agent systems with coordination where a lead agent called Superagent may spawn automated subagents and work with other superagents.
# superagent_orchestra.yaml
apiVersion: agent/v1
kind: OrchestraSpec
metadata:
name: ecommerce-platform
tier: superagent
spec:
superagents:
- name: "product-manager"
role: "coordinator"
agents: ["researcher", "writer", "reviewer"]
- name: "customer-service"
role: "specialist"
agents: ["faq-bot", "escalation-handler"]
infrastructure:
gpu: true
scaling: "auto"
monitoring: "comprehensive"
coordination:
type: "hierarchical"
communication: "agent_lines"
optimization:
type: "distributed"
strategy: "multi_agent_optimization"
This tier is available for enterprise customers. Contact us to learn more about implementation details.
Autonomous
Autonomous AI systems suitable for large-scale AI operations and enterprise workflows with the highest level of AI autonomy.
# sovereign_system.yaml
apiVersion: agent/v1
kind: SovereignSpec
metadata:
name: ai-company
tier: sovereign
spec:
autonomy:
level: "full"
decision_making: "strategic"
self_improvement: true
discovery:
agent_discovery: true
task_decomposition: true
resource_allocation: true
governance:
type: "constitutional"
safety_measures: "comprehensive"
human_oversight: "minimal"
optimization:
type: "autonomous"
self_improvement: true
strategic_planning: true
This tier is available for enterprise customers. Contact us to learn more about implementation details.
Start with Oracles for simple tasks and scale up as your needs grow. Each tier builds upon the previous, ensuring a smooth development journey with comprehensive features and capabilities.