first commit

This commit is contained in:
闫旭隆
2025-11-02 18:06:38 +08:00
commit 233e0ff245
40 changed files with 8876 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"WebSearch",
"WebFetch(domain:docs.langchain.com)",
"WebFetch(domain:github.com)",
"Bash(find:*)",
"Bash(export PYTHONIOENCODING=utf-8)",
"Bash(python tests/debug_research.py:*)",
"Bash(tee:*)",
"Bash(python tests/debug_llm_calls.py:*)",
"Bash(python:*)"
],
"deny": [],
"ask": [],
"additionalDirectories": [
"D:\\AA_Work_DeepResearch\\deepagents"
]
}
}