## Agents Added - Alateya: R&D, biotech, innovations - Clan (Spirit): Community spirit agent - Eonarch: Consciousness evolution agent ## Changes - docker-compose.node1.yml: Added tokens for all 3 new agents - gateway-bot/http_api.py: Added configs and webhook endpoints - gateway-bot/clan_prompt.txt: New prompt file - gateway-bot/eonarch_prompt.txt: New prompt file ## Fixes - Fixed ROUTER_URL from :9102 to :8000 (internal container port) - All 9 Telegram agents now working ## Documentation - Created PROJECT-MASTER-INDEX.md - single entry point - Added various status documents and scripts Tokens configured: - Helion, NUTRA, Agromatrix (existing) - Alateya, Clan, Eonarch (new) - Druid, GreenFood, DAARWIZZ (configured)
163 lines
3.2 KiB
YAML
163 lines
3.2 KiB
YAML
version: 1
|
|
defaults:
|
|
min_confidence: 0.72
|
|
min_confidence_context_override: 0.55
|
|
unknown_brand_id: "unattributed"
|
|
weights:
|
|
domain_match: 0.55
|
|
alias_match: 0.25
|
|
keyword_match: 0.15
|
|
context_match: 0.35
|
|
attachment_hint: 0.10
|
|
|
|
brands:
|
|
- brand_id: "daarion"
|
|
display_name: "DAARION.city"
|
|
priority: 90
|
|
domains:
|
|
- "daarion.city"
|
|
- "www.daarion.city"
|
|
aliases:
|
|
- "DAARION"
|
|
- "DAARION.city"
|
|
- "місто агентів"
|
|
- "City of Agents"
|
|
keywords:
|
|
- "DAARWIZZ"
|
|
- "DAGI"
|
|
- "microdao"
|
|
- "swarm-os"
|
|
- "agent city"
|
|
context_rules:
|
|
- type: "agent_id"
|
|
value: "DAARWIZZ"
|
|
confidence: 0.85
|
|
- type: "workspace_id"
|
|
value: "daarion-core"
|
|
confidence: 0.80
|
|
|
|
- brand_id: "energyunion"
|
|
display_name: "Energy Union"
|
|
priority: 80
|
|
domains:
|
|
- "energyunion.io"
|
|
- "energyunion.ai"
|
|
- "energyunion.tech"
|
|
- "www.energyunion.io"
|
|
- "www.energyunion.ai"
|
|
- "www.energyunion.tech"
|
|
aliases:
|
|
- "Energy Union"
|
|
- "EnergyUnion"
|
|
- "EU DAO"
|
|
- "Helion"
|
|
- "HELION"
|
|
keywords:
|
|
- "energy union"
|
|
- "energy"
|
|
- "grid"
|
|
- "depin energy"
|
|
- "power"
|
|
- "renewables"
|
|
- "union token"
|
|
context_rules:
|
|
- type: "agent_id"
|
|
value: "HELION"
|
|
confidence: 0.88
|
|
- type: "project_tag"
|
|
value: "energy"
|
|
confidence: 0.70
|
|
|
|
- brand_id: "greenfood"
|
|
display_name: "GREENFOOD"
|
|
priority: 70
|
|
domains:
|
|
- "greenfood.live"
|
|
- "www.greenfood.live"
|
|
aliases:
|
|
- "GREENFOOD"
|
|
- "GreenFood"
|
|
keywords:
|
|
- "food"
|
|
- "supply chain"
|
|
- "ai-erp"
|
|
- "retail"
|
|
- "warehouse"
|
|
context_rules:
|
|
- type: "agent_id"
|
|
value: "GREENFOOD"
|
|
confidence: 0.85
|
|
|
|
- brand_id: "agromatrix"
|
|
display_name: "AgroMatrix"
|
|
priority: 70
|
|
domains:
|
|
- "agromatrix.farm"
|
|
- "www.agromatrix.farm"
|
|
aliases:
|
|
- "AgroMatrix"
|
|
- "agro matrix"
|
|
- "Степан Матрікс"
|
|
- "Stepan Matrix"
|
|
keywords:
|
|
- "agro"
|
|
- "farm"
|
|
- "crop"
|
|
- "soil"
|
|
- "agronomy"
|
|
context_rules:
|
|
- type: "agent_id"
|
|
value: "AGROMATRIX"
|
|
confidence: 0.85
|
|
|
|
- brand_id: "nutra"
|
|
display_name: "NUTRA"
|
|
priority: 60
|
|
domains:
|
|
- "nutra.cyou"
|
|
- "www.nutra.cyou"
|
|
aliases:
|
|
- "NUTRA"
|
|
- "Nutra"
|
|
keywords:
|
|
- "supplement"
|
|
- "nutrition"
|
|
- "wellness"
|
|
- "ingredients"
|
|
context_rules:
|
|
- type: "agent_id"
|
|
value: "NUTRA"
|
|
confidence: 0.85
|
|
|
|
- brand_id: "alateya"
|
|
display_name: "Alateya iLab"
|
|
priority: 60
|
|
domains:
|
|
- "alateyailab.com"
|
|
- "www.alateyailab.com"
|
|
aliases:
|
|
- "Alateya"
|
|
- "Alateya iLab"
|
|
- "Алатея"
|
|
keywords:
|
|
- "lab"
|
|
- "research"
|
|
- "biotech"
|
|
- "innovation"
|
|
context_rules:
|
|
- type: "agent_id"
|
|
value: "ALATEYA"
|
|
confidence: 0.85
|
|
|
|
templates:
|
|
new_agent_brand:
|
|
required:
|
|
- brand_id
|
|
- display_name
|
|
- priority
|
|
- aliases
|
|
optional:
|
|
- domains
|
|
- keywords
|
|
- context_rules
|