Metadata-Version: 2.4
Name: cortexdb-ag2
Version: 0.1.0
Summary: AG2 integration for CortexDB — long-term memory for AI agent conversations
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: ag2>=0.4
Requires-Dist: cortexdbai>=0.1.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# cortexdb-ag2

AG2 (formerly AutoGen) integration for CortexDB long-term memory.

> **LLM provider note (audit BLK-2):** the canonical example shows GPT-4o
> in the AG2 LLM config. CortexDB itself is LLM-agnostic. Swap providers
> through AG2's standard `llm_config` — Anthropic, Gemini, Mistral, and
> Together AI all work. Nothing in `cortexdb-ag2` reads `OPENAI_API_KEY`.

## Install

```bash
pip install cortexdb-ag2
```

## API base URL

Defaults to `https://api-v1.cortexdb.ai` (audit FRI-8). Override with
`CORTEXDB_API_URL`.
