feat: implement logging and refine agent core, execution, and prompts.
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user