Files
deepagents----/.claude/settings.local.json

21 lines
471 B
JSON
Raw Normal View History

2025-11-02 18:06:38 +08:00
{
"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"
]
}
}