runtime: sync router/gateway/config policy and clan role registry

This commit is contained in:
Apple
2026-02-19 00:14:06 -08:00
parent 675b25953b
commit dfc0ef1ceb
35 changed files with 6141 additions and 498 deletions

View File

@@ -72,6 +72,23 @@ AGENT_SPECIALIZED_TOOLS = {
# SenpAI (Gordon Senpai) - Trading & Markets
# Specialized: real-time market data, features, signals
"senpai": ['market_data', 'comfy_generate_image', 'comfy_generate_video'],
# 1OK - Window Master Assistant
# Specialized: CRM flow, quoting, PDF docs, scheduling
"oneok": [
"crm_search_client",
"crm_upsert_client",
"crm_upsert_site",
"crm_upsert_window_unit",
"crm_create_quote",
"crm_update_quote",
"crm_create_job",
"calc_window_quote",
"docs_render_quote_pdf",
"docs_render_invoice_pdf",
"schedule_propose_slots",
"schedule_confirm_slot",
],
# Soul / Athena - Spiritual Mentor
"soul": ['comfy_generate_image', 'comfy_generate_video'],