add codeact swe agent

This commit is contained in:
Xingyao Wang
2024-05-28 22:25:56 +08:00
parent e699f21f19
commit 3eaa6fbcbb

View File

@@ -12,6 +12,7 @@ from . import ( # noqa: E402
SWE_agent,
browsing_agent,
codeact_agent,
codeact_swe_agent,
delegator_agent,
dummy_agent,
monologue_agent,
@@ -21,6 +22,7 @@ from . import ( # noqa: E402
__all__ = [
'monologue_agent',
'codeact_agent',
'codeact_swe_agent',
'planner_agent',
'SWE_agent',
'delegator_agent',