This website works better with JavaScript
Home
Explore
Help
Sign In
moki
/
hello-agents
mirror of
https://github.com/datawhalechina/hello-agents.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
update chapter 16
jjyaoao
3 months ago
parent
4755f6b1fb
commit
b4c3ba4121
21 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
0
0
Co-creation-projects/haoye2-UnivesalAgent/.env.example
0
0
Co-creation-projects/haoye2-UnivesalAgent/.gitignore
0
0
Co-creation-projects/haoye2-UnivesalAgent/README.md
0
0
Co-creation-projects/haoye2-UnivesalAgent/data/sample_queries.txt
0
0
Co-creation-projects/haoye2-UnivesalAgent/main.ipynb
0
0
Co-creation-projects/haoye2-UnivesalAgent/main.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/outputs/demo_results.md
0
0
Co-creation-projects/haoye2-UnivesalAgent/outputs/docs/CONTRIBUTING.md
0
0
Co-creation-projects/haoye2-UnivesalAgent/outputs/docs/IMPROVEMENTS_SUMMARY.md
0
0
Co-creation-projects/haoye2-UnivesalAgent/outputs/tests/test_agent_improvements.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/outputs/tests/test_tools.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/requirements.txt
0
0
Co-creation-projects/haoye2-UnivesalAgent/src/__init__.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/src/agents/__init__.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/src/agents/agent_universal.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/src/agents/config.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/src/tools/__init__.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/src/tools/browser_tool.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/src/tools/terminal_tool.py
0
0
Co-creation-projects/haoye2-UnivesalAgent/src/utils/__init__.py
1
0
code/chapter16/共创路径.md
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/.env.example → Co-creation-projects/haoye2-UnivesalAgent/.env.example
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/.gitignore → Co-creation-projects/haoye2-UnivesalAgent/.gitignore
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/README.md → Co-creation-projects/haoye2-UnivesalAgent/README.md
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/data/sample_queries.txt → Co-creation-projects/haoye2-UnivesalAgent/data/sample_queries.txt
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/main.ipynb → Co-creation-projects/haoye2-UnivesalAgent/main.ipynb
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/main.py → Co-creation-projects/haoye2-UnivesalAgent/main.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/demo_results.md → Co-creation-projects/haoye2-UnivesalAgent/outputs/demo_results.md
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/docs/CONTRIBUTING.md → Co-creation-projects/haoye2-UnivesalAgent/outputs/docs/CONTRIBUTING.md
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/docs/IMPROVEMENTS_SUMMARY.md → Co-creation-projects/haoye2-UnivesalAgent/outputs/docs/IMPROVEMENTS_SUMMARY.md
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/tests/test_agent_improvements.py → Co-creation-projects/haoye2-UnivesalAgent/outputs/tests/test_agent_improvements.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/tests/test_tools.py → Co-creation-projects/haoye2-UnivesalAgent/outputs/tests/test_tools.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/requirements.txt → Co-creation-projects/haoye2-UnivesalAgent/requirements.txt
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/__init__.py → Co-creation-projects/haoye2-UnivesalAgent/src/__init__.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/agents/__init__.py → Co-creation-projects/haoye2-UnivesalAgent/src/agents/__init__.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/agents/agent_universal.py → Co-creation-projects/haoye2-UnivesalAgent/src/agents/agent_universal.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/agents/config.py → Co-creation-projects/haoye2-UnivesalAgent/src/agents/config.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/tools/__init__.py → Co-creation-projects/haoye2-UnivesalAgent/src/tools/__init__.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/tools/browser_tool.py → Co-creation-projects/haoye2-UnivesalAgent/src/tools/browser_tool.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/tools/terminal_tool.py → Co-creation-projects/haoye2-UnivesalAgent/src/tools/terminal_tool.py
View File
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/utils/__init__.py → Co-creation-projects/haoye2-UnivesalAgent/src/utils/__init__.py
View File
+ 1
- 0
code/chapter16/共创路径.md
View File
@@ -0,0 +1 @@
+见仓库下文件夹`Co-creation-Projects`。