collective-intelligence-orchestrator / agents_registry.json
dtka's picture
Adding Agent
e5caa62
{
"version": "1.0.0",
"last_updated": "2025-06-10T08:47:58Z",
"agents": [
{
"id": "ngo-matcher-001",
"name": "NGO Matcher",
"description": "Matches humanitarian needs with relevant NGOs and aid organizations",
"endpoint": "https://dtka-collective-intelligence-ngo-matching-agent.hf.space/agent",
"file_url": "https://huggingface.co/spaces/dtka/collective-intelligence-ngo-matching-agent/resolve/main/",
"icon": "🀝",
"api_spec": "/openapi.json",
"type": "matching",
"categories": ["humanitarian", "coordination"],
"tags": ["ngo", "aid", "matching"],
"status": "active",
"version": "1.0.0",
"capabilities": ["ngo_matching", "resource_allocation"],
"rate_limit": 100,
"timeout_seconds": 30,
"auth_required": false
},
{
"id": "media-monitor-001",
"name": "Media Monitor",
"description": "Tracks and analyzes media coverage and social media for crisis events",
"endpoint": "https://dtka-collective-intelligence-media-monitoring-agent.hf.space/agent",
"file_url": "https://huggingface.co/spaces/dtka/collective-intelligence-media-monitoring-agent/resolve/main/",
"icon": "πŸ“°",
"api_spec": "/openapi.json",
"type": "monitoring",
"categories": ["media", "sentiment_analysis"],
"tags": ["news", "social_media", "sentiment"],
"status": "active",
"version": "1.0.0",
"capabilities": ["news_aggregation", "sentiment_analysis", "trend_detection"],
"rate_limit": 200,
"timeout_seconds": 20,
"auth_required": false
},
{
"id": "policy-modeler-001",
"name": "Policy Modeler",
"description": "Models policy impacts and suggests regulatory responses to crises",
"endpoint": "https://dtka-collective-intelligence-policy-modeler-agent.hf.space/agent",
"file_url": "https://huggingface.co/spaces/dtka/collective-intelligence-policy-modeler-agent/resolve/main/",
"icon": "πŸ“œ",
"api_spec": "/openapi.json",
"type": "modeling",
"categories": ["policy", "regulation"],
"tags": ["policy_analysis", "regulations", "impact_modeling"],
"status": "active",
"version": "1.0.0",
"capabilities": ["policy_simulation", "impact_analysis"],
"rate_limit": 50,
"timeout_seconds": 45,
"auth_required": true
},
{
"id": "climate-sensor-001",
"name": "Climate Sensor",
"description": "Monitors and analyzes environmental and climate-related data",
"endpoint": "https://dtka-collective-intelligence-climate-sensor.hf.space/agent",
"file_url": "https://huggingface.co/spaces/dtka/collective-intelligence-climate-sensor/resolve/main/",
"icon": "🌦️",
"api_spec": "/openapi.json",
"type": "monitoring",
"categories": ["environment", "climate"],
"tags": ["sensor_data", "environmental_monitoring", "climate_data"],
"status": "active",
"version": "1.0.0",
"capabilities": ["sensor_data_analysis", "anomaly_detection"],
"rate_limit": 150,
"timeout_seconds": 25,
"auth_required": false
},
{
"id": "public-health-001",
"name": "Public Health",
"description": "Tracks and analyzes public health data and disease outbreaks",
"endpoint": "https://dtka-collective-intelligence-public-health-agent.hf.space/agent",
"file_url": "https://huggingface.co/spaces/dtka/collective-intelligence-public-health-agent/resolve/main/",
"icon": "πŸ₯",
"api_spec": "/openapi.json",
"type": "analysis",
"categories": ["health", "epidemiology"],
"tags": ["disease_tracking", "healthcare", "outbreak_analysis"],
"status": "active",
"version": "1.0.0",
"capabilities": ["disease_surveillance", "risk_assessment"],
"rate_limit": 75,
"timeout_seconds": 35,
"auth_required": true
},
{
"id": "economic-forecast-001",
"name": "Economic Forecast",
"description": "Provides economic impact analysis and forecasting for crisis scenarios",
"endpoint": "https://dtka-collective-intelligence-economic-forecast-agent.hf.space/agent",
"file_url": "https://huggingface.co/spaces/dtka/collective-intelligence-economic-forecast-agent/resolve/main/",
"icon": "πŸ’Ή",
"api_spec": "/openapi.json",
"type": "forecasting",
"categories": ["economics", "finance"],
"tags": ["economic_analysis", "forecasting", "impact_assessment"],
"status": "active",
"version": "1.0.0",
"capabilities": ["economic_modeling", "trend_analysis"],
"rate_limit": 60,
"timeout_seconds": 40,
"auth_required": true
}
]
}