Improve DESCRIPTION for better LLM routing
More explicit keywords so Nexus LLM can route requests correctly without hardcoded rules in the system prompt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-2
@@ -16,8 +16,9 @@ logger = logging.getLogger(__name__)
|
|||||||
class AgentDeploy(BaseAgent):
|
class AgentDeploy(BaseAgent):
|
||||||
AGENT_TYPE = "deploy"
|
AGENT_TYPE = "deploy"
|
||||||
DESCRIPTION = (
|
DESCRIPTION = (
|
||||||
"Déploiement d'agents sur machines distantes ou locales via SSH. "
|
"Déploiement et installation de NOUVEAUX agents IA sur des serveurs distants via SSH. "
|
||||||
"Installe, configure et enregistre de nouveaux agents dans le système."
|
"Uniquement pour : installer un nouvel agent, déployer un agent sur une nouvelle machine. "
|
||||||
|
"NE PAS utiliser pour des tâches système courantes (apt, services, fichiers, etc.)."
|
||||||
)
|
)
|
||||||
DEFAULT_CONFIG_PATH = "/opt/agent_deploy/config/config.json"
|
DEFAULT_CONFIG_PATH = "/opt/agent_deploy/config/config.json"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user