xml-pipeline/tests
dullfig e6697f0ea2 Add BudgetWarning system alerts for token budget thresholds
- Create BudgetWarning primitive payload (75%, 90%, 95% thresholds)
- Add threshold tracking to ThreadBudget with triggered_thresholds set
- Change consume() to return (budget, crossed_thresholds) tuple
- Wire warning injection in LLM router when thresholds crossed
- Add 15 new tests for threshold detection and warning injection

Agents now receive BudgetWarning messages when approaching their token limit,
allowing them to design contingencies (summarize, escalate, save state).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 21:41:34 -08:00
..
scripts Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
conftest.py Add shared backend for multiprocess pipeline support 2026-01-20 20:18:22 -08:00
test_buffer.py Add Sequence and Buffer orchestration primitives 2026-01-25 14:56:15 -08:00
test_context_buffer.py Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
test_crypto.py Add Ed25519 envelope signing infrastructure 2026-01-27 20:00:35 -08:00
test_hot_reload.py Add hot-reload for organism configuration 2026-01-27 20:38:48 -08:00
test_pipeline_steps.py Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
test_pump_integration.py Add Sequence and Buffer orchestration primitives 2026-01-25 14:56:15 -08:00
test_sequence.py Add Sequence and Buffer orchestration primitives 2026-01-25 14:56:15 -08:00
test_server.py Add usage/gas tracking REST API endpoints 2026-01-27 21:20:36 -08:00
test_shared_backend.py Add shared backend for multiprocess pipeline support 2026-01-20 20:18:22 -08:00
test_todo_registry.py Archive obsolete docs and misc cleanup 2026-01-20 20:20:10 -08:00
test_token_budget.py Add BudgetWarning system alerts for token budget thresholds 2026-01-27 21:41:34 -08:00