Skip to main content
The context command manages conversation context for AI agents.

Usage

praisonai context [OPTIONS] COMMAND [ARGS]...

Commands

CommandDescription
showShow current context
addAdd context from file or text
clearClear current context
listList context sources

Examples

Show current context

praisonai context show

Add file to context

praisonai context add myfile.py

Clear context

praisonai context clear

See Also