repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | # Mem0 REST API Server |
| #2 | |
| #3 | Mem0 provides a REST API server (written using FastAPI). Users can perform all operations through REST endpoints. The API also includes OpenAPI documentation, accessible at `/docs` when the server is running. |
| #4 | |
| #5 | ## Features |
| #6 | |
| #7 | - **Create memories:** Create memories based on messages for a user, agent, or run. |
| #8 | - **Retrieve memories:** Get all memories for a given user, agent, or run. |
| #9 | - **Search memories:** Search stored memories based on a query. |
| #10 | - **Update memories:** Update an existing memory. |
| #11 | - **Delete memories:** Delete a specific memory or all memories for a user, agent, or run. |
| #12 | - **Reset memories:** Reset all memories for a user, agent, or run. |
| #13 | - **OpenAPI Documentation:** Accessible via `/docs` endpoint. |
| #14 | |
| #15 | ## Running the server |
| #16 | |
| #17 | Follow the instructions in the [docs](https://docs.mem0.ai/open-source/features/rest-api) to run the server. |
| #18 |