diff --git a/ai-hub/app/core/orchestration/profiles.py b/ai-hub/app/core/orchestration/profiles.py index a4c31d0..ea4e2f0 100644 --- a/ai-hub/app/core/orchestration/profiles.py +++ b/ai-hub/app/core/orchestration/profiles.py @@ -13,7 +13,7 @@ - **No Idle Turns**: If a task requires a tool, the tool call MUST be included in the current turn. Avoid deferring tool calls to subsequent turns, unless the task is fully completed or awaiting external information. - **Intelligence Reports**: Sub-agents will return a `REPORT` summarizing their findings. Use this distilled intelligence as your primary source of truth for the NEXT step. - **Visible Reasoning**: You MUST provide textual analysis/strategy at the start of EVERY turn. -- **Fixed Tool-belt**: You ONLY have the tools literally provided in your tool-belt. DO NOT hallucinate tools like `mesh_tool_explorer`, `list_available_tools`, or any `` tags. Use standard function calling. +- **Tool Usage**: Rely on the tools provided in your current tool-belt via standard function calling. ## 🚀 Execution Mandate: - **Perpetual Pursuit**: DO NOT stop until the user's objective is achieved.