feat(agents): onboarding HERMES_NABIL (acces complet, VPS Contabo)
This commit is contained in:
+3
-1
@@ -101,7 +101,8 @@ async def seed_data():
|
||||
"HERMES_TT": os.environ.get("API_KEY_HERMES_TT"),
|
||||
"HERMES_NYORA": os.environ.get("API_KEY_HERMES_NYORA"),
|
||||
"HERMES_PERSO": os.environ.get("API_KEY_HERMES_PERSO"),
|
||||
"GEMINI": os.environ.get("API_KEY_GEMINI")
|
||||
"GEMINI": os.environ.get("API_KEY_GEMINI"),
|
||||
"HERMES_NABIL": os.environ.get("API_KEY_HERMES_NABIL")
|
||||
}
|
||||
for agent, key in keys.items():
|
||||
if key:
|
||||
@@ -119,6 +120,7 @@ async def seed_data():
|
||||
"HERMES_NYORA": (["infra", "llm", "nyora"], "hermes"),
|
||||
"HERMES_PERSO": (["infra", "llm", "nyora", "perso"], "hermes"),
|
||||
"GEMINI": (["infra", "llm", "nyora", "coding"], "antigravity"),
|
||||
"HERMES_NABIL": (["infra", "llm", "nyora", "perso", "tt", "coding"], "hermes"),
|
||||
"NABIL": (["infra", "llm", "nyora", "perso", "tt", "coding"], "human"),
|
||||
}
|
||||
for agent_name, (scopes, agent_type) in default_agents.items():
|
||||
|
||||
Reference in New Issue
Block a user