This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
moki
/
hello-agents
spogulis no
https://github.com/datawhalechina/hello-agents.git
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
9cadee3d5d
Atzari
Tagi
codex/fix-issue-687
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
Vēsture
Neapstrādāts
1
2
3
4
5
"""Agentic Code Agent (ReAct + tools)"""
from .code_agent import CodeAgent
__all__ = ["CodeAgent"]