You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ✅ Choose a suitable MCP deployment option (cloud or self-hosted)
388
400
- ✅ Complete the full MCP service deployment process
389
401
- ✅ Integrate MemOS memory features into platforms like Coze
402
+
390
403
- ✅ Integrate directly via REST API
391
404
392
405
No matter which option you choose, MemOS can provide your agent with powerful memory managementders=headers, data=payload)
@@ -398,6 +411,7 @@ No matter which option you choose, MemOS can provide your agent with powerful me
398
411
-`messages`: replaces the previous `memory_content`, supports string or message array
399
412
-`writable_cube_ids`: replaces the previous `mem_cube_id`, supports multiple cubes
400
413
- Server API runs on port 8001, and the path is `/product/add`
414
+
401
415
- Ensure it matches MemOS Server API interface. You can refer to the example in `examples/api/server_router_api.py`
402
416
**IDE configuration**<br>In the IDE, you can customize tool parameters, return value formats, etc., ensuring consistency with MemOS API. Use this method to implement the search endpoint and user registration endpoint, then click Publish.
403
417
::
@@ -411,11 +425,8 @@ After publishing, you can view the plugin under "My Resources" and integrate it
411
425
### Build an Agent and Test
412
426
413
427
After building the simplest agent, you can test memory operations:
414
-
415
428
1. Create a new agent
416
429
2. Add the published memory plugin
417
430
3. Configure the workflow
418
-
4. Test memory write and retrieval functions
419
-
420
-
With the above configuration, you can successfully integrate MemOS memory features in Coze Space and provide powerful memory capabilities for your agent.
0 commit comments