Remove monologue agent (#3036)

* Remove monologue agent

* Fixes
This commit is contained in:
Graham Neubig
2024-07-19 15:25:05 -04:00
committed by GitHub
parent 71cb8b02dc
commit 3a21198424
54 changed files with 16 additions and 3621 deletions

View File

@@ -7,5 +7,3 @@ warn_unreachable = True
warn_redundant_casts = True
no_implicit_optional = True
strict_optional = True
exclude = agenthub/monologue_agent/regression

View File

@@ -1,7 +1,3 @@
exclude = [
"agenthub/monologue_agent/regression/",
]
[lint]
select = [
"E",