This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
moki
/
hello-agents
mirror de
https://github.com/datawhalechina/hello-agents.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
update chapter 16
jjyaoao
há 3 meses atrás
pai
4755f6b1fb
commit
b4c3ba4121
21 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
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
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/.gitignore → Co-creation-projects/haoye2-UnivesalAgent/.gitignore
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/README.md → Co-creation-projects/haoye2-UnivesalAgent/README.md
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/data/sample_queries.txt → Co-creation-projects/haoye2-UnivesalAgent/data/sample_queries.txt
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/main.ipynb → Co-creation-projects/haoye2-UnivesalAgent/main.ipynb
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/main.py → Co-creation-projects/haoye2-UnivesalAgent/main.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/demo_results.md → Co-creation-projects/haoye2-UnivesalAgent/outputs/demo_results.md
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/docs/CONTRIBUTING.md → Co-creation-projects/haoye2-UnivesalAgent/outputs/docs/CONTRIBUTING.md
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/docs/IMPROVEMENTS_SUMMARY.md → Co-creation-projects/haoye2-UnivesalAgent/outputs/docs/IMPROVEMENTS_SUMMARY.md
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/tests/test_agent_improvements.py → Co-creation-projects/haoye2-UnivesalAgent/outputs/tests/test_agent_improvements.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/outputs/tests/test_tools.py → Co-creation-projects/haoye2-UnivesalAgent/outputs/tests/test_tools.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/requirements.txt → Co-creation-projects/haoye2-UnivesalAgent/requirements.txt
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/__init__.py → Co-creation-projects/haoye2-UnivesalAgent/src/__init__.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/agents/__init__.py → Co-creation-projects/haoye2-UnivesalAgent/src/agents/__init__.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/agents/agent_universal.py → Co-creation-projects/haoye2-UnivesalAgent/src/agents/agent_universal.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/agents/config.py → Co-creation-projects/haoye2-UnivesalAgent/src/agents/config.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/tools/__init__.py → Co-creation-projects/haoye2-UnivesalAgent/src/tools/__init__.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/tools/browser_tool.py → Co-creation-projects/haoye2-UnivesalAgent/src/tools/browser_tool.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/tools/terminal_tool.py → Co-creation-projects/haoye2-UnivesalAgent/src/tools/terminal_tool.py
Ver Ficheiro
+ 0
- 0
code/chapter16/haoye2-UnivesalAgent/src/utils/__init__.py → Co-creation-projects/haoye2-UnivesalAgent/src/utils/__init__.py
Ver Ficheiro
+ 1
- 0
code/chapter16/共创路径.md
Ver Ficheiro
@@ -0,0 +1 @@
+见仓库下文件夹`Co-creation-Projects`。