File size: 4,742 Bytes
e5caa62 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
{
"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
}
]
} |