Intelligent Task Routing
The Meta Agent understands your intent and routes requests to the appropriate resources:- Identifies the DevOps team/agent best suited for deployments
- Checks environment availability and worker capacity
- Creates and executes the task with proper context
- Streams results back to you
How Routing Works
| Request Type | Routed To |
|---|---|
| Deployment tasks | DevOps agents/teams |
| Security scans | Security agents |
| Database operations | DBA agents |
| Infrastructure queries | Context Graph |
| Historical questions | Cognitive Memory |
Context Graph Exploration
The Meta Agent is your primary interface for exploring the Context Graph. Query your infrastructure without writing Cypher:- Scans graph nodes for relevant entities
- Traces relationships and dependencies
- Returns structured, actionable results
- Understands natural language queries about any ingested data
Example Queries
| Query Type | Example |
|---|---|
| Dependencies | ”What depends on the payments service?” |
| Resource discovery | ”List all EC2 instances in production” |
| Permission analysis | ”Who has access to the customer-data S3 bucket?” |
| Relationship mapping | ”Show me the IAM roles attached to our Lambda functions” |
| Impact assessment | ”What would be affected if we deprecated the auth-v1 API?” |
Cognitive Memory Access
Tap into organizational knowledge across all agents and teams:Memory Use Cases
| Use Case | Example Query |
|---|---|
| Incident history | ”What happened during similar incidents?” |
| Runbook lookup | ”Find the database failover runbook” |
| Decision context | ”Why did we choose Kubernetes?” |
| Best practices | ”What are our Python coding standards?” |
Cross-Resource Coordination
Orchestrate complex operations spanning multiple platform resources:- Project creation with defined goals
- Team assignment with proper permissions
- Background job scheduling with recurring execution
Multi-Step Operations
The Meta Agent can coordinate:- Sequential tasks - Operations that must happen in order
- Parallel execution - Independent tasks running simultaneously
- Conditional logic - Different paths based on results
- Error handling - Graceful recovery from failures
Platform Management
Agent Operations
Team Coordination
Environment Management
Execution Monitoring
Usage Patterns by Role
For Business Users
Ask questions without technical knowledge:For Developers
Interact with platform resources naturally:For Data Engineers
Explore infrastructure relationships:For Platform Engineers
Coordinate and manage platform resources:Understanding Responses
Meta Agent responses include:- Reasoning Process - Transparent display of how the request was interpreted
- Tool Calls - Visual indicators showing which MCP tools were invoked
- Visual/JSON Toggle - Switch between formatted and raw data views
- Structured Results - Organized output with clear sections
- Recommendations - Actionable next steps based on findings
- Follow-up Options - Suggested queries to explore further
What’s Next
- Examples - See real-world walkthroughs
- Chat Interface - Master the UI controls
- Built-in Tools - Reference for all tools