This website works better with JavaScript
Главная
Обзор
Помощь
Вход
moki
/
hello-agents
зеркало из
https://github.com/datawhalechina/hello-agents.git
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
bf285b8ed8
Ветки
Метки
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"]