This website works better with JavaScript
Главная
Обзор
Помощь
Вход
moki
/
hello-agents
зеркало из
https://github.com/datawhalechina/hello-agents.git
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Ветка:
codex/fix-reviewed-issues
Ветки
Метки
codex/fix-issue-687
codex/fix-reviewed-issues
feature/fix-issue-799-neuro-symbolic-order
feature/reviewed-fixes-batch
main
V1.0.3
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"]