Refactor client API based on OpenAPI spec and add mem0_delete tool
- Update client.py to use correct API endpoints from OpenAPI spec - Add delete() method for memory deletion - Add mem0_delete tool with schema and handler - Simplify API calls to match actual Mem0 OSS server format
This commit is contained in:
@@ -15,6 +15,7 @@ provides_tools:
|
||||
- mem0_profile
|
||||
- mem0_search
|
||||
- mem0_conclude
|
||||
- mem0_delete
|
||||
|
||||
pip_dependencies:
|
||||
- requests
|
||||
|
||||
Reference in New Issue
Block a user