Skip to content

Agent recipes

kaos-agents ships reusable recipes — playbooks loaded into an agent’s planning context. Two families:

Auto-loaded planning playbooks for common tasks:

RecipeWhat it does
contract-extractionExtract key terms with Cited[T] provenance
corpus-qaRAG-backed document Q&A with grounded citations
federal-register-researchFederal Register + eCFR regulatory research
edgar-researchSEC filing analysis with EDGAR tools
summarizationConfigurable-style document summarization

API: load_builtin_recipes(), load_recipe(name), recipe_names().

Schema-bundled recipes for structured document extraction, each with a published recall floor as the competitive baseline. Used via kaos-extract --recipe <name> or the kaos-extract-schema MCP tool:

RecipeColumnsRecall floor
merger-agreement2799.66%
spa-deal-points3298.13%
lease2497.20%
lpa2799.14%
court-opinion1696.49%

Each carries an ExtractionSchema, notes, and named golden eval sets. API: load_extraction_recipes(), load_extraction_recipe(name), extraction_recipe_names().