-
Notifications
You must be signed in to change notification settings - Fork 4
System Tools
Alessio Rocchi edited this page Jan 29, 2026
·
2 revisions
3 MCP tools for system monitoring.
Get comprehensive system statistics.
Output:
{
"agents": {
"active": 3,
"byStatus": {"idle": 1, "running": 2}
},
"memory": {
"entries": 150,
"namespaces": ["default", "architecture"]
},
"tasks": {
"pending": 5,
"processing": 2
}
}Health check for all components.
Output:
{
"status": "healthy",
"checks": {
"database": true,
"vectorSearch": true,
"github": false,
"driftDetection": {
"enabled": true,
"embeddingProvider": "openai"
},
"consensus": {
"enabled": true,
"pendingCheckpoints": 2
},
"resourceExhaustion": {
"enabled": true,
"agentsTracked": 5,
"agentsByPhase": {
"normal": 3,
"warning": 1,
"intervention": 1,
"termination": 0
},
"pausedAgents": 1
}
}
}Get current configuration (sanitized).
Output:
{
"version": "1.0.0",
"providers": {...},
"memory": {...}
}Related:
Getting Started
Core Concepts
Agent Guides
- Overview
- Coder
- Researcher
- Tester
- Reviewer
- Adversarial
- Architect
- Coordinator
- Analyst
- DevOps
- Documentation
- Security Auditor
MCP Tools
- Overview
- Agent Tools
- Memory Tools
- Task Tools
- Session Tools
- System Tools
- GitHub Tools
- Review Loop Tools
- Identity Tools
Recipes
- Index
- Code Review
- Doc Sync
- Multi-Agent
- Adversarial Testing
- Full-Stack Feature
- Memory Patterns
- GitHub Integration
Advanced
- Plugin Development
- Custom Agent Types
- Workflow Engine
- Vector Search Setup
- Web Dashboard
- Programmatic API
- Resource Monitoring
Reference