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:
Xingyao Wang
2024-07-13 03:23:21 +08:00
committed by GitHub
parent 2b7c4e5571
commit e45ddeb2a2
55 changed files with 38 additions and 743 deletions

View File

@@ -82,6 +82,3 @@ class DelegatorAgent(Agent):
)
else:
raise Exception('Invalid delegate state')
def search_memory(self, query: str) -> list[str]:
return []