feat: implement logging and refine agent core, execution, and prompts.

This commit is contained in:
2026-01-06 17:53:19 +08:00
parent 24870ba497
commit ca134e94c8
5 changed files with 8752 additions and 54 deletions

View File

@@ -35,6 +35,7 @@ class CodeExecutor:
"duckdb",
"scipy",
"sklearn",
"statsmodels",
"plotly",
"dash",
"requests",
@@ -65,6 +66,11 @@ class CodeExecutor:
"dataclasses",
"enum",
"sqlite3",
"jieba",
"wordcloud",
"PIL",
"random",
"networkx",
}
def __init__(self, output_dir: str = "outputs"):