Skip to content

Commit 3a21198

Browse files
authored
Remove monologue agent (#3036)
* Remove monologue agent * Fixes
1 parent 71cb8b0 commit 3a21198

File tree

54 files changed

+16
-3621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+16
-3621
lines changed

agenthub/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
codeact_swe_agent,
1515
delegator_agent,
1616
dummy_agent,
17-
monologue_agent,
1817
planner_agent,
1918
)
2019

2120
__all__ = [
22-
'monologue_agent',
2321
'codeact_agent',
2422
'codeact_swe_agent',
2523
'planner_agent',

agenthub/monologue_agent/.dockerfileignore

Whitespace-only changes.

agenthub/monologue_agent/.dockerignore

-2
This file was deleted.

agenthub/monologue_agent/README.md

-8
This file was deleted.

agenthub/monologue_agent/TODO.md

-8
This file was deleted.

agenthub/monologue_agent/__init__.py

-5
This file was deleted.

agenthub/monologue_agent/agent.py

-187
This file was deleted.

0 commit comments

Comments
 (0)