Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Provides streaming orchestration that delivers LLM responses token-by-token for
- Progressive rendering
- Interruptible generation

### Provider budget preflight

When a provider exposes the optional synchronous `request_budget` capability,
the loop checks the fully assembled request before dispatch. An oversized
request gets exactly one smaller, retention-aware context view; required
reminders and request-only injections are replayed without running hooks or
draining pending state again. If that view still cannot fit, the loop raises
locally and makes no SDK request. Providers without the capability retain the
existing request and dispatch behavior.

## Configuration

```toml
Expand Down
Loading
Loading