registry: assign district_id for agents and add district registry catalog
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
"onboarding",
|
"onboarding",
|
||||||
"ecosystem"
|
"ecosystem"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "city-core"
|
||||||
},
|
},
|
||||||
"helion": {
|
"helion": {
|
||||||
"display_name": "Helion",
|
"display_name": "Helion",
|
||||||
@@ -35,7 +36,8 @@
|
|||||||
"market_analysis",
|
"market_analysis",
|
||||||
"biominer"
|
"biominer"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "helion"
|
||||||
},
|
},
|
||||||
"alateya": {
|
"alateya": {
|
||||||
"display_name": "Aletheia",
|
"display_name": "Aletheia",
|
||||||
@@ -58,7 +60,8 @@
|
|||||||
"email": "alverjob@gmail.com",
|
"email": "alverjob@gmail.com",
|
||||||
"site": "https://alverjob.xyz",
|
"site": "https://alverjob.xyz",
|
||||||
"youtube": "https://www.youtube.com/@alverjob72"
|
"youtube": "https://www.youtube.com/@alverjob72"
|
||||||
}
|
},
|
||||||
|
"district_id": "alateya"
|
||||||
},
|
},
|
||||||
"druid": {
|
"druid": {
|
||||||
"display_name": "DRUID",
|
"display_name": "DRUID",
|
||||||
@@ -76,7 +79,8 @@
|
|||||||
"inci",
|
"inci",
|
||||||
"safety_basics"
|
"safety_basics"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "druid"
|
||||||
},
|
},
|
||||||
"nutra": {
|
"nutra": {
|
||||||
"display_name": "NUTRA",
|
"display_name": "NUTRA",
|
||||||
@@ -93,7 +97,8 @@
|
|||||||
"vitamins",
|
"vitamins",
|
||||||
"microbiome"
|
"microbiome"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "nutra"
|
||||||
},
|
},
|
||||||
"agromatrix": {
|
"agromatrix": {
|
||||||
"display_name": "Степан Матрікс",
|
"display_name": "Степан Матрікс",
|
||||||
@@ -110,7 +115,8 @@
|
|||||||
"logistics",
|
"logistics",
|
||||||
"farm_economics"
|
"farm_economics"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "agromatrix"
|
||||||
},
|
},
|
||||||
"greenfood": {
|
"greenfood": {
|
||||||
"display_name": "GREENFOOD",
|
"display_name": "GREENFOOD",
|
||||||
@@ -127,7 +133,8 @@
|
|||||||
"food_production",
|
"food_production",
|
||||||
"sales"
|
"sales"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "greenfood"
|
||||||
},
|
},
|
||||||
"clan": {
|
"clan": {
|
||||||
"display_name": "CLAN",
|
"display_name": "CLAN",
|
||||||
@@ -143,7 +150,8 @@
|
|||||||
"culture",
|
"culture",
|
||||||
"facilitation"
|
"facilitation"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "clan"
|
||||||
},
|
},
|
||||||
"eonarch": {
|
"eonarch": {
|
||||||
"display_name": "EONARCH",
|
"display_name": "EONARCH",
|
||||||
@@ -159,7 +167,8 @@
|
|||||||
"transformation",
|
"transformation",
|
||||||
"spirituality"
|
"spirituality"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "eonarch"
|
||||||
},
|
},
|
||||||
"yaromir": {
|
"yaromir": {
|
||||||
"display_name": "YAROMIR",
|
"display_name": "YAROMIR",
|
||||||
@@ -175,7 +184,8 @@
|
|||||||
"code_review",
|
"code_review",
|
||||||
"strategy"
|
"strategy"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "city-core"
|
||||||
},
|
},
|
||||||
"soul": {
|
"soul": {
|
||||||
"display_name": "SOUL",
|
"display_name": "SOUL",
|
||||||
@@ -191,7 +201,24 @@
|
|||||||
"values",
|
"values",
|
||||||
"wellbeing"
|
"wellbeing"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "soul"
|
||||||
|
},
|
||||||
|
"dario": {
|
||||||
|
"display_name": "DARIO",
|
||||||
|
"canonical_role": "Future DAARION Agent (planned, not launched)",
|
||||||
|
"prompt_file": "dario_prompt.txt",
|
||||||
|
"telegram_mode": "disabled",
|
||||||
|
"visibility": "private",
|
||||||
|
"status": "planned",
|
||||||
|
"district_id": "city-core",
|
||||||
|
"domains": [
|
||||||
|
"city_ops",
|
||||||
|
"coordination",
|
||||||
|
"support"
|
||||||
|
],
|
||||||
|
"mentor": null,
|
||||||
|
"launch_state": "planned"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -19,7 +19,8 @@
|
|||||||
"onboarding",
|
"onboarding",
|
||||||
"ecosystem"
|
"ecosystem"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "city-core"
|
||||||
},
|
},
|
||||||
"helion": {
|
"helion": {
|
||||||
"display_name": "Helion",
|
"display_name": "Helion",
|
||||||
@@ -35,7 +36,8 @@
|
|||||||
"market_analysis",
|
"market_analysis",
|
||||||
"biominer"
|
"biominer"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "helion"
|
||||||
},
|
},
|
||||||
"alateya": {
|
"alateya": {
|
||||||
"display_name": "Aletheia",
|
"display_name": "Aletheia",
|
||||||
@@ -58,7 +60,8 @@
|
|||||||
"email": "alverjob@gmail.com",
|
"email": "alverjob@gmail.com",
|
||||||
"site": "https://alverjob.xyz",
|
"site": "https://alverjob.xyz",
|
||||||
"youtube": "https://www.youtube.com/@alverjob72"
|
"youtube": "https://www.youtube.com/@alverjob72"
|
||||||
}
|
},
|
||||||
|
"district_id": "alateya"
|
||||||
},
|
},
|
||||||
"druid": {
|
"druid": {
|
||||||
"display_name": "DRUID",
|
"display_name": "DRUID",
|
||||||
@@ -76,7 +79,8 @@
|
|||||||
"inci",
|
"inci",
|
||||||
"safety_basics"
|
"safety_basics"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "druid"
|
||||||
},
|
},
|
||||||
"nutra": {
|
"nutra": {
|
||||||
"display_name": "NUTRA",
|
"display_name": "NUTRA",
|
||||||
@@ -93,7 +97,8 @@
|
|||||||
"vitamins",
|
"vitamins",
|
||||||
"microbiome"
|
"microbiome"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "nutra"
|
||||||
},
|
},
|
||||||
"agromatrix": {
|
"agromatrix": {
|
||||||
"display_name": "Степан Матрікс",
|
"display_name": "Степан Матрікс",
|
||||||
@@ -110,7 +115,8 @@
|
|||||||
"logistics",
|
"logistics",
|
||||||
"farm_economics"
|
"farm_economics"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "agromatrix"
|
||||||
},
|
},
|
||||||
"greenfood": {
|
"greenfood": {
|
||||||
"display_name": "GREENFOOD",
|
"display_name": "GREENFOOD",
|
||||||
@@ -127,7 +133,8 @@
|
|||||||
"food_production",
|
"food_production",
|
||||||
"sales"
|
"sales"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "greenfood"
|
||||||
},
|
},
|
||||||
"clan": {
|
"clan": {
|
||||||
"display_name": "CLAN",
|
"display_name": "CLAN",
|
||||||
@@ -143,7 +150,8 @@
|
|||||||
"culture",
|
"culture",
|
||||||
"facilitation"
|
"facilitation"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "clan"
|
||||||
},
|
},
|
||||||
"eonarch": {
|
"eonarch": {
|
||||||
"display_name": "EONARCH",
|
"display_name": "EONARCH",
|
||||||
@@ -159,7 +167,8 @@
|
|||||||
"transformation",
|
"transformation",
|
||||||
"spirituality"
|
"spirituality"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "eonarch"
|
||||||
},
|
},
|
||||||
"yaromir": {
|
"yaromir": {
|
||||||
"display_name": "YAROMIR",
|
"display_name": "YAROMIR",
|
||||||
@@ -175,7 +184,8 @@
|
|||||||
"code_review",
|
"code_review",
|
||||||
"strategy"
|
"strategy"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "city-core"
|
||||||
},
|
},
|
||||||
"soul": {
|
"soul": {
|
||||||
"display_name": "SOUL",
|
"display_name": "SOUL",
|
||||||
@@ -191,7 +201,8 @@
|
|||||||
"values",
|
"values",
|
||||||
"wellbeing"
|
"wellbeing"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "soul"
|
||||||
},
|
},
|
||||||
"senpai": {
|
"senpai": {
|
||||||
"display_name": "SENPAI",
|
"display_name": "SENPAI",
|
||||||
@@ -207,7 +218,8 @@
|
|||||||
"defi",
|
"defi",
|
||||||
"portfolio"
|
"portfolio"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "senpai"
|
||||||
},
|
},
|
||||||
"oneok": {
|
"oneok": {
|
||||||
"display_name": "1OK",
|
"display_name": "1OK",
|
||||||
@@ -227,7 +239,8 @@
|
|||||||
"mentor": {
|
"mentor": {
|
||||||
"name": "Ілля Титар",
|
"name": "Ілля Титар",
|
||||||
"telegram": "@Titar240581"
|
"telegram": "@Titar240581"
|
||||||
}
|
},
|
||||||
|
"district_id": "city-core"
|
||||||
},
|
},
|
||||||
"sofiia": {
|
"sofiia": {
|
||||||
"display_name": "Sophia",
|
"display_name": "Sophia",
|
||||||
@@ -242,7 +255,24 @@
|
|||||||
"platform_evolution",
|
"platform_evolution",
|
||||||
"technical_leadership"
|
"technical_leadership"
|
||||||
],
|
],
|
||||||
"mentor": null
|
"mentor": null,
|
||||||
|
"district_id": "city-core"
|
||||||
|
},
|
||||||
|
"dario": {
|
||||||
|
"display_name": "DARIO",
|
||||||
|
"canonical_role": "Future DAARION Agent (planned, not launched)",
|
||||||
|
"prompt_file": "dario_prompt.txt",
|
||||||
|
"telegram_mode": "disabled",
|
||||||
|
"visibility": "private",
|
||||||
|
"status": "planned",
|
||||||
|
"district_id": "city-core",
|
||||||
|
"domains": [
|
||||||
|
"city_ops",
|
||||||
|
"coordination",
|
||||||
|
"support"
|
||||||
|
],
|
||||||
|
"mentor": null,
|
||||||
|
"launch_state": "planned"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
92
gateway-bot/district_registry.json
Normal file
92
gateway-bot/district_registry.json
Normal file
@@ -0,0 +1,92 @@
|
|||||||
|
{
|
||||||
|
"districts": [
|
||||||
|
{
|
||||||
|
"district_id": "city-core",
|
||||||
|
"title": "City Core - DAARION.city",
|
||||||
|
"domain": "daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "daarwizz"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "helion",
|
||||||
|
"title": "Helion District",
|
||||||
|
"domain": "helion.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "helion"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "alateya",
|
||||||
|
"title": "Alateya District",
|
||||||
|
"domain": "alateya.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "alateya"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "druid",
|
||||||
|
"title": "Druid District",
|
||||||
|
"domain": "druid.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "druid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "nutra",
|
||||||
|
"title": "Nutra District",
|
||||||
|
"domain": "nutra.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "nutra"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "agromatrix",
|
||||||
|
"title": "AgroMatrix District",
|
||||||
|
"domain": "agromatrix.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "agromatrix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "greenfood",
|
||||||
|
"title": "GreenFood District",
|
||||||
|
"domain": "greenfood.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "greenfood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "clan",
|
||||||
|
"title": "Clan District",
|
||||||
|
"domain": "clan.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "clan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "eonarch",
|
||||||
|
"title": "Eonarch District",
|
||||||
|
"domain": "eonarch.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "eonarch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "soul",
|
||||||
|
"title": "Soul District",
|
||||||
|
"domain": "soul.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "soul"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"district_id": "senpai",
|
||||||
|
"title": "Senpai District",
|
||||||
|
"domain": "senpai.daarion.city",
|
||||||
|
"status": "active",
|
||||||
|
"logo_url": null,
|
||||||
|
"lead_agent_id": "senpai"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user