Files
openapi-servers/servers/memory
Timothy Jaeryang Baek 97e26fe94c doc: readme
2025-04-10 17:55:16 -07:00
..
2025-04-04 11:46:12 +05:30
2025-03-28 01:51:29 -07:00
2025-03-28 01:32:50 -07:00
2025-04-10 17:55:16 -07:00
2025-03-28 01:16:56 -07:00

🧠 Memory Tool Server

A plug-and-play server for memory tools using FastAPI.

🚀 Quickstart

Clone the repo and start the memory server:

git clone https://github.com/open-webui/openapi-servers
cd openapi-servers/servers/memory
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --reload

That's it you're live! 🟢