An open API service indexing awesome lists of open source software.

https://github.com/dravenk/memagent

Mem Agent.
https://github.com/dravenk/memagent

agent ai mem0 memory

Last synced: 19 days ago
JSON representation

Mem Agent.

Awesome Lists containing this project

README

          

# Memagent

[English](README.md) | [δΈ­ζ–‡](README.zh.md)

A Mem0-based memory storage service that provides complete memory management functionality and a modern web management interface.

## Prerequisites

- **Docker** and **Docker Compose** must be installed and running
- **Make** (optional, but recommended for easy setup)

## πŸš€ Quick Start

```bash
# Initialize configuration files and start Docker containers
make
```

The command will automatically:
- Initialize `.env` and `server/config.toml` from example files
- Generate random passwords and API keys
- Build and start all Docker containers

**Note**: The API key for login will be displayed in the terminal output.

**Other commands:**
```bash
make clean # Remove all configuration files and Docker containers
```

## 🌐 Access Addresses

- **Frontend Management Interface**: http://localhost:8321/
- **Backend API Documentation**: http://localhost:8432/redoc

## πŸ” Login Authentication

Login using the API Key displayed during initialization `make` or check out configured in `server/config.toml`.