加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 570 Bytes
一键复制 编辑 原始数据 按行查看 历史
env
*.pyc
__pycache__
.idea
.vscode
.DS_Store
*.ipynb_checkpoints
qwen_agent/llm/gpt.py
qwen_agent/llm/tools.py
workspace/*
benchmark/log/*
benchmark/output_data/*
benchmark/upload_file/*
benchmark/upload_file_clean/*
benchmark/eval_data/
Qwen-Agent
docqa/*
log/*
log.jsonl
ai_agent/debug.json
ai_agent/local_prompts/*
**/debug.json
**/debug.log*
debug.json
ai_agent/log.jsonl
qwen_agent.egg-info/*
build/*
dist/*
examples/*.ipynb
**/workspace/*
test/*
tests/env.sh
examples/docqa_multi_agent.py
examples/docqa_multihp_agents.py
**/workspace/*
test/*
tests/env.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化