snapshot: NODE1 production state 2026-02-09
Complete snapshot of /opt/microdao-daarion/ from NODE1 (144.76.224.179).
This represents the actual running production code that has diverged
significantly from the previous main branch.
Key changes from old main:
- Gateway (http_api.py): expanded from ~40KB to 164KB with full agent support
- Router: new /v1/agents/{id}/infer endpoint with vision + DeepSeek routing
- Behavior Policy: SOWA v2.2 (3-level: FULL/ACK/SILENT)
- Agent Registry: config/agent_registry.yml as single source of truth
- 13 agents configured (was 3)
- Memory service integration
- CrewAI teams and roles
Excluded from snapshot: venv/, .env, data/, backups, .tgz archives
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
452
services/crewai-service/app/config/crewai_agents.json
Normal file
452
services/crewai-service/app/config/crewai_agents.json
Normal file
@@ -0,0 +1,452 @@
|
||||
{
|
||||
"orchestrators": [
|
||||
{
|
||||
"id": "daarwizz",
|
||||
"display_name": "DAARWIZZ",
|
||||
"role": "Meta-Orchestrator & Digital Mayor of DAARION.city",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"dao",
|
||||
"tokenomics",
|
||||
"governance",
|
||||
"strategy",
|
||||
"onboarding",
|
||||
"ecosystem"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "helion",
|
||||
"display_name": "Helion",
|
||||
"role": "Energy Research Lead & Voice of Energy Union",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"energy",
|
||||
"biomass",
|
||||
"sustainability",
|
||||
"renewables",
|
||||
"market_analysis",
|
||||
"biominer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "alateya",
|
||||
"display_name": "Aletheia",
|
||||
"role": "Interdisciplinary Research Agent & Lab OS",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"research",
|
||||
"science",
|
||||
"interdisciplinary",
|
||||
"triz",
|
||||
"innovation",
|
||||
"hypothesis",
|
||||
"experiments"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "druid",
|
||||
"display_name": "DRUID",
|
||||
"role": "Alchemical Formulation & Ayurvedic R&D (cosmetics & hygiene)",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"ayurveda",
|
||||
"herbalism",
|
||||
"formulation_science",
|
||||
"cosmetics_rnd",
|
||||
"hygiene_products",
|
||||
"ingredients",
|
||||
"inci",
|
||||
"safety_basics"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "nutra",
|
||||
"display_name": "NUTRA",
|
||||
"role": "Nutraceutical Research & Health Optimization Agent",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"nutrition",
|
||||
"supplements",
|
||||
"biomarkers",
|
||||
"health_optimization",
|
||||
"lab_interpretation",
|
||||
"vitamins",
|
||||
"microbiome"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "agromatrix",
|
||||
"display_name": "Степан Матрікс",
|
||||
"role": "Digital Field Agent for AgroMatrix Platform",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"agriculture",
|
||||
"agronomy",
|
||||
"crop_planning",
|
||||
"field_management",
|
||||
"operations",
|
||||
"logistics",
|
||||
"farm_economics"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "greenfood",
|
||||
"display_name": "GREENFOOD",
|
||||
"role": "AI-ERP for Craft Food Producers & Cooperatives",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"erp",
|
||||
"inventory",
|
||||
"logistics",
|
||||
"organic_certification",
|
||||
"cooperatives",
|
||||
"food_production",
|
||||
"sales"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "clan",
|
||||
"display_name": "CLAN",
|
||||
"role": "Spirit of Community & Collective Wisdom Keeper",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"community",
|
||||
"traditions",
|
||||
"collective_decisions",
|
||||
"onboarding",
|
||||
"culture",
|
||||
"facilitation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "eonarch",
|
||||
"display_name": "EONARCH",
|
||||
"role": "Guide of Consciousness Evolution & New Paradigm Architect",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"consciousness",
|
||||
"evolution",
|
||||
"philosophy",
|
||||
"integral_theory",
|
||||
"transformation",
|
||||
"spirituality"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "yaromir",
|
||||
"display_name": "YAROMIR",
|
||||
"role": "Private Technical Lead & Strategic Builder",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"architecture",
|
||||
"development",
|
||||
"infrastructure",
|
||||
"security",
|
||||
"code_review",
|
||||
"strategy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "soul",
|
||||
"display_name": "SOUL",
|
||||
"role": "Spiritual Mentor & Living OS Guide",
|
||||
"can_orchestrate": true,
|
||||
"domains": [
|
||||
"spirituality",
|
||||
"motivation",
|
||||
"soft_skills",
|
||||
"mission",
|
||||
"values",
|
||||
"wellbeing"
|
||||
]
|
||||
}
|
||||
],
|
||||
"workers": [
|
||||
{
|
||||
"id": "monitor",
|
||||
"display_name": "MONITOR",
|
||||
"role": "Node Monitor & Incident Responder",
|
||||
"can_orchestrate": false,
|
||||
"domains": [
|
||||
"observability",
|
||||
"incident",
|
||||
"metrics",
|
||||
"logs",
|
||||
"uptime",
|
||||
"diagnostics"
|
||||
]
|
||||
}
|
||||
],
|
||||
"teams": {
|
||||
"helion": {
|
||||
"team_name": "Helion Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Energy Analyst",
|
||||
"skills": [
|
||||
"market_research",
|
||||
"data_analysis"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Biomass Specialist",
|
||||
"skills": [
|
||||
"biomass_tech",
|
||||
"processing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Strategy Advisor",
|
||||
"skills": [
|
||||
"investment",
|
||||
"planning"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"alateya": {
|
||||
"team_name": "Aletheia Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Prof-Erudite",
|
||||
"skills": [
|
||||
"search",
|
||||
"verification",
|
||||
"analogies"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Prof-Analyst",
|
||||
"skills": [
|
||||
"decomposition",
|
||||
"triz",
|
||||
"formalization"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Prof-Creative",
|
||||
"skills": [
|
||||
"lateral_thinking",
|
||||
"cross_domain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Prof-Optimizer",
|
||||
"skills": [
|
||||
"feasibility",
|
||||
"risk_assessment"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Prof-Communicator",
|
||||
"skills": [
|
||||
"synthesis",
|
||||
"presentation"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"druid": {
|
||||
"team_name": "DRUID Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Formulation Researcher",
|
||||
"skills": [
|
||||
"sourcing",
|
||||
"synthesis"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Ingredient Analyst",
|
||||
"skills": [
|
||||
"compatibility",
|
||||
"inci"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Safety & QA",
|
||||
"skills": [
|
||||
"contraindications",
|
||||
"stability_basics"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"nutra": {
|
||||
"team_name": "NUTRA Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Nutritional Scientist",
|
||||
"skills": [
|
||||
"research",
|
||||
"formulation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Lab Interpreter",
|
||||
"skills": [
|
||||
"biomarkers",
|
||||
"analysis"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Protocol Designer",
|
||||
"skills": [
|
||||
"supplementation",
|
||||
"dosing"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"agromatrix": {
|
||||
"team_name": "Степан Матрікс Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Agronomist",
|
||||
"skills": [
|
||||
"crop_planning",
|
||||
"soil_analysis"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Operations Manager",
|
||||
"skills": [
|
||||
"logistics",
|
||||
"scheduling"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Farm Economist",
|
||||
"skills": [
|
||||
"budgeting",
|
||||
"profitability"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"greenfood": {
|
||||
"team_name": "GREENFOOD Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Inventory Specialist",
|
||||
"skills": [
|
||||
"tracking",
|
||||
"batches"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Logistics Coordinator",
|
||||
"skills": [
|
||||
"routing",
|
||||
"delivery"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Certification Expert",
|
||||
"skills": [
|
||||
"organic_standards",
|
||||
"compliance"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"team_name": "CLAN Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Community Facilitator",
|
||||
"skills": [
|
||||
"moderation",
|
||||
"conflict_resolution"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Culture Keeper",
|
||||
"skills": [
|
||||
"traditions",
|
||||
"storytelling"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Event Coordinator",
|
||||
"skills": [
|
||||
"planning",
|
||||
"engagement"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"eonarch": {
|
||||
"team_name": "EONARCH Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Philosopher",
|
||||
"skills": [
|
||||
"synthesis",
|
||||
"frameworks"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Practice Guide",
|
||||
"skills": [
|
||||
"meditation",
|
||||
"rituals"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Integration Facilitator",
|
||||
"skills": [
|
||||
"embodiment",
|
||||
"application"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"yaromir": {
|
||||
"team_name": "YAROMIR Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Code Reviewer",
|
||||
"skills": [
|
||||
"code_review",
|
||||
"best_practices"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Infra Builder",
|
||||
"skills": [
|
||||
"docker",
|
||||
"ci",
|
||||
"linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Security Analyst",
|
||||
"skills": [
|
||||
"audit",
|
||||
"vulnerabilities"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"soul": {
|
||||
"team_name": "SOUL Team",
|
||||
"members": [
|
||||
{
|
||||
"role": "Motivator",
|
||||
"skills": [
|
||||
"encouragement",
|
||||
"perspective"
|
||||
]
|
||||
},
|
||||
{
|
||||
"role": "Values Guardian",
|
||||
"skills": [
|
||||
"ethics",
|
||||
"alignment"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user