elksmmx 9f7e53d894 feat:完整实现了Subagent 1 месяц назад
..
README.md 9f7e53d894 feat:完整实现了Subagent 1 месяц назад
run.py 9f7e53d894 feat:完整实现了Subagent 1 месяц назад

README.md

真实环境集成测试(Agent-main)

该测试用于在真实 conda 环境中验证 Agent-main 的核心功能链路是否正常。

覆盖范围

  1. 工具注册链路(含 browser 工具注册可见性)
  2. 文件工具链:write_file / read_file / edit_file / glob_files / grep_content
  3. 命令工具:bash_command
  4. AgentRunner.call
  5. AgentRunner.run
  6. 统一 subagentdelegate / explore / evaluate / continue_from

运行

BROWSER_USE_CONFIG_DIR=/tmp/browseruse-test conda run -n Agent \
  python Agent-main/examples/integration_real_env/run.py

说明:

  • 测试默认使用内置 mock LLM,不依赖外部 API Key。
  • 目的是验证真实环境中的框架链路、工具执行与 trace 行为。