This website works better with JavaScript
Почетна
Преглед
Помоћ
Пријавите се
moki
/
hello-agents
огледало од
https://github.com/datawhalechina/hello-agents.git
Прати
1
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Вики
Дрво:
4409b2fa22
Гране
Ознаке
codex/fix-issue-687
main
V1.0.2
V1.0.0
hello-agents
/
Co-creation-projects
/
YYHDBL-HelloCodeAgentCli
/
code_agent
/
agentic
/
__init__.py
__init__.py
101 B
Историја
Датотека
1
2
3
4
5
"""Agentic Code Agent (ReAct + tools)"""
from .code_agent import CodeAgent
__all__ = ["CodeAgent"]