Metadata-Version: 2.4
Name: cortexdb-autogen
Version: 0.1.0
Summary: AutoGen 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-autogen

AutoGen integration for CortexDB long-term memory.

> **LLM provider note (audit BLK-2):** the canonical example shows GPT-4o
> in the AutoGen LLM config. CortexDB itself is LLM-agnostic — AutoGen
> drives its own conversation loop with whatever provider you wire up.
>
> Anthropic, Gemini, Mistral, and Together AI all work via AutoGen's
> standard `llm_config` block. See the AutoGen docs for provider-specific
> auth; nothing in `cortexdb-autogen` reads `OPENAI_API_KEY`.

## Install

```bash
pip install cortexdb-autogen
```

## API base URL

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