🚀 Auto-deploy: BotVPS atualizado em 01/05/2026 21:16:46
This commit is contained in:
@@ -11,7 +11,7 @@ from llm_providers import (
|
||||
call_planner_async, call_executor_async, get_planner_llm, get_executor_llm,
|
||||
get_available_models, LLM_PROVIDERS, set_planner, set_executor, get_config, save_config
|
||||
)
|
||||
from tools_v2 import TOOLS_V2, get_tools_by_danger, get_all_tools_formatted
|
||||
from core_tools import AVAILABLE_TOOLS as TOOLS_V2, get_tools_by_danger, get_all_tools_formatted, run_bash
|
||||
from credential_manager import sync_credentials, get_services_status
|
||||
|
||||
# ============================================================
|
||||
@@ -67,7 +67,6 @@ def _format_tools_for_prompt() -> str:
|
||||
|
||||
async def detect_git_repo_path_async(task: str) -> str:
|
||||
"""Detecta automaticamente o caminho do repositório Git (async)."""
|
||||
from tools_v2 import run_bash
|
||||
task_lower = task.lower()
|
||||
|
||||
# Mapeamento de APPs conhecidos
|
||||
|
||||
Reference in New Issue
Block a user