tasks 033 updated

This commit is contained in:
2026-06-30 19:05:17 +03:00
parent f1810090b6
commit e174c11d4a
23 changed files with 1976 additions and 213 deletions

View File

@@ -184,7 +184,11 @@ async def create_agent(
# System prompt — env_id injected deterministically, not in user message
prompt = (
"You are a Superset Tools assistant. You have access to tools for searching "
"dashboards, checking health, listing environments, and checking task status. "
"dashboards, managing maintenance, running migrations and backups, "
"executing SQL and exploring databases, auditing permissions, "
"managing Git operations (branch/commit/deploy), running LLM validation "
"and documentation, creating and copying dashboards and datasets, "
"and checking system health, environments, and task status. "
"If the data you need is already provided in the user message, use that directly "
"rather than calling tools. Only call tools when the data is not present."
)