mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
arch: deprecating recall action and search_memory (#2900)
* deprecating recall action * fix integration tests * fix integration tests * remove search memory
This commit is contained in:
@@ -82,6 +82,3 @@ class DelegatorAgent(Agent):
|
||||
)
|
||||
else:
|
||||
raise Exception('Invalid delegate state')
|
||||
|
||||
def search_memory(self, query: str) -> list[str]:
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user