Self-learning memory infrastructure for AI products
Project description
Agent Magnet
Self-learning memory infrastructure for AI products.
Install
pip install agent-magnet
MCP Setup (Claude Desktop / Cursor)
Add to your MCP config:
{
"mcpServers": {
"agent-magnet": {
"command": "agent-magnet-mcp",
"env": {
"MAGNET_REDIS_URL": "your_redis_url",
"MAGNET_OPENAI_KEY": "your_openai_key"
}
}
}
}
Proxy Setup (any OpenAI-compatible client)
client = OpenAI(
base_url="https://magnet-gateway.onrender.com/v1",
api_key="mg_sk_...",
default_headers={"x-session-id": "user_123"}
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agent_magnet-0.1.0.tar.gz
(40.9 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
File details
Details for the file agent_magnet-0.1.0.tar.gz.
File metadata
- Download URL: agent_magnet-0.1.0.tar.gz
- Upload date:
- Size: 40.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba3eba3757cddfa7811c6fe183b12fa0cb11ecb7cb39034bea436827ea0a6fce
|
|
| MD5 |
19d96497e7e73f743a1879e9a965e825
|
|
| BLAKE2b-256 |
4d50d3fc9c58063c81b1c79db5ff572770db1b48e96a90eba523a96195e989a7
|
File details
Details for the file agent_magnet-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_magnet-0.1.0-py3-none-any.whl
- Upload date:
- Size: 43.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7c8daa8666ca29d8087eac37b5f88072cc42d1c2c73fa0b5f019fcf847141fa
|
|
| MD5 |
e5d2024950e946a1f5cacba31b3fea81
|
|
| BLAKE2b-256 |
4b8da76fcea8de722ac62ca8d8d4731642d73483a75fe652354cc59cc2382162
|