2.1.0b1 (2026-08-11)
Features Added
FoundryStateStorenow uses a file-backed local fallback when AgentServer is not hosted, and item operations accept an explicitcall_idfor forwarding recovered durable work outside the original request context.
Breaking Changes
- Removed
TaskMetadata,TaskContext.metadata, andTaskRun.metadata.
Durable application state now belongs in an explicitFoundryStateStore
and no longer shares task lifecycle PATCHes or lease renewal. Typed task
inputs may carry a top-levelcall_id, which the framework restores in
FoundryAgentRequestContextfor every handler attempt.