num-agents
v3.0.1
Published
Production-ready Multi-Agent Control Plane with Gemini API integration, Flow DAG execution, and comprehensive dashboard.
Readme
Num Agents v3.0 - MCP Server
Production-ready Multi-Agent Control Plane with Gemini API integration, Flow DAG execution, and comprehensive dashboard.
© 2025 Numtema Foundry AI - All rights reserved. Private and confidential.
Features
- 28 Agents (4 standard + 24 custom modes)
- 9 Gemini Handlers (LLM, Function Calling, Computer Use, Batch Processing, Caching, Long Context, Embeddings, RAG, Research)
- 14 Integrated Tools (file operations, code execution, web search, etc.)
- Flow DAG Execution (serial, parallel, conditional patterns)
- Real-time Dashboard (http://127.0.0.1:3457)
- REST API with comprehensive endpoints
- Docker & Kubernetes deployment ready
Quick Start
npm install
npm run build
node scripts/start-mcp-server.mjsAccess dashboard: http://127.0.0.1:3457
API Endpoints
GET /api/mcp/tools- List all toolsGET /api/catalog- Agent catalogGET /api/gemini/handlers- Gemini handlers statusGET /api/flow/status- Flow execution status
Deployment
Docker
docker build -t num-agents:latest .
docker run -p 3457:3457 num-agents:latestDocker Compose
docker-compose up -dKubernetes
kubectl apply -f kubernetes.yamlDocumentation
BUNDLE_MANIFEST.json- Bundle metadataDEPLOYMENT_CONFIG.json- Deployment configurationBUNDLE_DEPLOYMENT.md- Detailed deployment instructions
License
MIT
