This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
moki
/
hello-agents
mirror of
https://github.com/datawhalechina/hello-agents.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
univesal
haoye2
9 tháng trước cách đây
mục cha
a3610a11b7
commit
7fec52621d
20 tập tin đã thay đổi
với
0 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
0
0
code/chapter16/haoye2-UnivesalAgent/.env.example
0
0
code/chapter16/haoye2-UnivesalAgent/.gitignore
0
0
code/chapter16/haoye2-UnivesalAgent/README.md
0
0
code/chapter16/haoye2-UnivesalAgent/data/sample_queries.txt
0
0
code/chapter16/haoye2-UnivesalAgent/main.ipynb
0
0
code/chapter16/haoye2-UnivesalAgent/main.py
0
0
code/chapter16/haoye2-UnivesalAgent/outputs/demo_results.md
0
0
code/chapter16/haoye2-UnivesalAgent/outputs/docs/CONTRIBUTING.md
0
0
code/chapter16/haoye2-UnivesalAgent/outputs/docs/IMPROVEMENTS_SUMMARY.md
0
0
code/chapter16/haoye2-UnivesalAgent/outputs/tests/test_agent_improvements.py
0
0
code/chapter16/haoye2-UnivesalAgent/outputs/tests/test_tools.py
0
0
code/chapter16/haoye2-UnivesalAgent/requirements.txt
0
0
code/chapter16/haoye2-UnivesalAgent/src/__init__.py
0
0
code/chapter16/haoye2-UnivesalAgent/src/agents/__init__.py
0
0
code/chapter16/haoye2-UnivesalAgent/src/agents/agent_universal.py
0
0
code/chapter16/haoye2-UnivesalAgent/src/agents/config.py
0
0
code/chapter16/haoye2-UnivesalAgent/src/tools/__init__.py
0
0
code/chapter16/haoye2-UnivesalAgent/src/tools/browser_tool.py
0
0
code/chapter16/haoye2-UnivesalAgent/src/tools/terminal_tool.py
0
0
code/chapter16/haoye2-UnivesalAgent/src/utils/__init__.py
+ 0
- 0
code/chapter16/.env.example → code/chapter16/haoye2-UnivesalAgent/.env.example
Xem Tập Tin
+ 0
- 0
code/chapter16/.gitignore → code/chapter16/haoye2-UnivesalAgent/.gitignore
Xem Tập Tin
+ 0
- 0
code/chapter16/README.md → code/chapter16/haoye2-UnivesalAgent/README.md
Xem Tập Tin
+ 0
- 0
code/chapter16/data/sample_queries.txt → code/chapter16/haoye2-UnivesalAgent/data/sample_queries.txt
Xem Tập Tin
+ 0
- 0
code/chapter16/main.ipynb → code/chapter16/haoye2-UnivesalAgent/main.ipynb
Xem Tập Tin
+ 0
- 0
code/chapter16/main.py → code/chapter16/haoye2-UnivesalAgent/main.py
Xem Tập Tin
+ 0
- 0
code/chapter16/outputs/demo_results.md → code/chapter16/haoye2-UnivesalAgent/outputs/demo_results.md
Xem Tập Tin
+ 0
- 0
code/chapter16/outputs/docs/CONTRIBUTING.md → code/chapter16/haoye2-UnivesalAgent/outputs/docs/CONTRIBUTING.md
Xem Tập Tin
+ 0
- 0
code/chapter16/outputs/docs/IMPROVEMENTS_SUMMARY.md → code/chapter16/haoye2-UnivesalAgent/outputs/docs/IMPROVEMENTS_SUMMARY.md
Xem Tập Tin
+ 0
- 0
code/chapter16/outputs/tests/test_agent_improvements.py → code/chapter16/haoye2-UnivesalAgent/outputs/tests/test_agent_improvements.py
Xem Tập Tin
+ 0
- 0
code/chapter16/outputs/tests/test_tools.py → code/chapter16/haoye2-UnivesalAgent/outputs/tests/test_tools.py
Xem Tập Tin
+ 0
- 0
code/chapter16/requirements.txt → code/chapter16/haoye2-UnivesalAgent/requirements.txt
Xem Tập Tin
+ 0
- 0
code/chapter16/src/__init__.py → code/chapter16/haoye2-UnivesalAgent/src/__init__.py
Xem Tập Tin
+ 0
- 0
code/chapter16/src/agents/__init__.py → code/chapter16/haoye2-UnivesalAgent/src/agents/__init__.py
Xem Tập Tin
+ 0
- 0
code/chapter16/src/agents/agent_universal.py → code/chapter16/haoye2-UnivesalAgent/src/agents/agent_universal.py
Xem Tập Tin
+ 0
- 0
code/chapter16/src/agents/config.py → code/chapter16/haoye2-UnivesalAgent/src/agents/config.py
Xem Tập Tin
+ 0
- 0
code/chapter16/src/tools/__init__.py → code/chapter16/haoye2-UnivesalAgent/src/tools/__init__.py
Xem Tập Tin
+ 0
- 0
code/chapter16/src/tools/browser_tool.py → code/chapter16/haoye2-UnivesalAgent/src/tools/browser_tool.py
Xem Tập Tin
+ 0
- 0
code/chapter16/src/tools/terminal_tool.py → code/chapter16/haoye2-UnivesalAgent/src/tools/terminal_tool.py
Xem Tập Tin
+ 0
- 0
code/chapter16/src/utils/__init__.py → code/chapter16/haoye2-UnivesalAgent/src/utils/__init__.py
Xem Tập Tin