Quick Start
1
Enable dynamic context on an agent
artifact_tail, artifact_grep, etc.2
Tune the inline threshold
How It Works
Outputs aboveinline_max_kb are written to disk under base_dir. The agent sees a short reference and pulls only the lines it needs via artifact tools — context stays bounded even after heavy tool runs.
Available Tools
Configuration
Environment variables:
PRAISONAI_ARTIFACT_DIR, PRAISONAI_ARTIFACT_INLINE_MAX_KB, PRAISONAI_ARTIFACT_REDACT.
Best Practices
Lower inline_max_kb for memory-heavy agents
Lower inline_max_kb for memory-heavy agents
16 KB keeps more headroom in context for long multi-tool sessions.
Keep redact_secrets enabled in production
Keep redact_secrets enabled in production
Automatic redaction prevents credentials in tool output from reaching the LLM or disk logs.
Use artifact_grep before loading full files
Use artifact_grep before loading full files
Search artifacts first — avoid pulling entire multi-MB outputs into a single prompt.
Related
Context Management
Full context system
Security & Redaction
Secret redaction details

