对Xagent的运行逻辑的一些疑惑
Open
@zhpeng24-tsinghua is already working on this.
Since Dec 22, 2023.
bug
- Dominant language
- Python
- Stars
- 8.5k
- Forks
- 905
- PR merge metrics
- No merged PRs in 30d
Description
Issue Description / 问题描述
例如,在分配给Xagent的任务“写一篇拿破仑生平的报告”。Xagent调用WebEnv_search_and_browse在网页上搜集完信息并总结,然后调用FileSystemEnv_write_to_file去写报告。Xagent是根据什么依据来判断可以调用FileSystemEnv_write_to_file来写报告呢?我测试的结果Xagent调用WebEnv_search_and_browse的次数并不一致。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.