Skip to content

Installation

Bash
pip install apogee-ai-prompt

Verify

Python
import apogee_ai_prompt
print(apogee_ai_prompt.__version__)

Optional extras

The base install has no required third-party dependency. Each extra unlocks one adapter.

Extra Pulls in
mustache chevron>=0.14
tiktoken tiktoken>=0.7
sql sqlalchemy>=2.0, asyncpg>=0.29, aiosqlite>=0.20
git dulwich>=0.21
all chevron>=0.14, tiktoken>=0.7, sqlalchemy>=2.0, asyncpg>=0.29, aiosqlite>=0.20, dulwich>=0.21
Bash
pip install "apogee-ai-prompt[mustache]"
Bash
pip install "apogee-ai-prompt[all]"
Bash
pip install -e modules/ai_prompt[dev]