Flumes – unified memory infrastructure SDK for AI agents
Project description
Flumes Python SDK
Flumes is the unified memory infrastructure for AI agents.
# Install the SDK (includes OpenAI client by default)
pip install flumes-ai
Quickstart
from flumes.agent import Agent
agent = Agent(agent_id="sales_assistant")
agent.remember("We're targeting $1 M ARR by Q4.")
print(agent.chat("What's our current goal?"))
Low-level CRUD
from flumes import MemoryClient
mc = MemoryClient()
mc.add(messages=[{"role": "user", "content": "buy milk"}], user_id="u_1")
results = mc.search(user_id="u_1", query="milk")
API keys
| Service | Env var | Example |
|---|---|---|
| Flumes | FLUMES_API_KEY |
export FLUMES_API_KEY=sk_live_... |
| OpenAI | OPENAI_API_KEY |
export OPENAI_API_KEY=sk-... |
Pass api_key="..." to MemoryClient if you prefer not to use environment variables.
Built with ❤️ by the Flumes team – join us on the journey to make agents truly memory-aware.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flumes_ai-0.1.0.tar.gz
(6.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
flumes_ai-0.1.0-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file flumes_ai-0.1.0.tar.gz.
File metadata
- Download URL: flumes_ai-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b445fb8bbbef92e966d5985a6b7f90af56bdf0e760192738a21f233b2c448848
|
|
| MD5 |
db16b3702ba79f22f2077899ee00f014
|
|
| BLAKE2b-256 |
30aafeecaa0715a8cc55979eb89fab015f608c88bbb79d980346ac15d5c8012b
|
File details
Details for the file flumes_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: flumes_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd02bffd28e9ad294e20ea6b439cc6cc8ee5ebe7fb46dbc1523da378befcec67
|
|
| MD5 |
929b4c21d787a55bb4e47e9f01f88136
|
|
| BLAKE2b-256 |
0273303288c397599319cd705721136f121e4309c384fb8823adf20e297b44e8
|