What problem does it solve?
It helps you integrate context-chef into your TypeScript/JavaScript AI agent so your LLM calls stay within context limits while reducing prompt churn, tool hallucinations, and state drift.
Core Features & Use Cases
- Project-aware integration: Inspects package manager, TypeScript/JavaScript setup, and how your current agent loop calls providers to generate tailored wiring.
- End-to-end context compilation workflow: Shows exactly where to initialize ContextChef, compile payloads before each LLM call, and update token usage after each call.
- Provider-specific compatibility: Generates code that compiles for OpenAI, Anthropic, or Gemini using the correct payload shape and conventions.
- Common context-engineering features: Guides setup for history compression (Janitor), tool pruning/namespace architecture (Pruner), memory injection, VFS offloading, snapshot/restore, and optional onBeforeCompile hooks.
Quick Start
Ask the AI to integrate context-chef by analyzing your current agent loop, choosing the right provider target, and generating the exact code to compile context and handle tools and memory in your project.