Agno integration for CortexDB — long-term memory for AI systems
Project description
cortexdb-agno
Agno integration for CortexDB long-term memory.
LLM provider note (audit BLK-2): the canonical example uses
from agno.models.openai import OpenAIChat. CortexDB itself is LLM-agnostic — Agno picks the model. Swap providers with one line:# OpenAI (default in the docs) from agno.models.openai import OpenAIChat model = OpenAIChat(id="gpt-4o") # Anthropic from agno.models.anthropic import Claude model = Claude(id="claude-sonnet-4-6") # Google from agno.models.google import Gemini model = Gemini(id="gemini-1.5-pro")Nothing in
cortexdb-agnoreadsOPENAI_API_KEY.
Install
pip install cortexdb-agno
API base URL
Defaults to https://api-v1.cortexdb.ai (audit FRI-8). Override with
CORTEXDB_API_URL.
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
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 cortexdb_agno-0.1.0.tar.gz.
File metadata
- Download URL: cortexdb_agno-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fd2565b0462011dc172a709f697e74eee9535a233f2ec7e9990afb49a2719b6
|
|
| MD5 |
e753eaa53301b515cc37b9e6291f56fe
|
|
| BLAKE2b-256 |
a4d85dc820af3f6e0c1c68214cf9f0484275642a2290851ae2bf26e7e42f1ac7
|
File details
Details for the file cortexdb_agno-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cortexdb_agno-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5af4ee2228673feea66cb410dbf207425e7030e085cc9a217e44980f3d46b94
|
|
| MD5 |
07625f8b50ed284bcadbefde1e3e0557
|
|
| BLAKE2b-256 |
80810da36585320d8c23a209940a95cb555dd62536919ddcb6e20fbced71caa9
|