abe1f629a2
* feat(foundry): add resilient background hosting Enable AgentServer recovery and steering through FoundryResponsesOptions. Persist AgentSession snapshots during long background turns while workflow checkpointing remains owned by the workflow runtime. * feat(foundry): complete resilient and steerable hosting * fix(foundry): address resilience review feedback * feat(foundry): align resilient workflow checkpoints * docs(foundry): update resilience review guidance
6 lines
118 B
Bash
6 lines
118 B
Bash
# Optional local countdown delay
|
|
COUNTDOWN_DELAY_SECONDS=1
|
|
|
|
# Local development only
|
|
ASPNETCORE_URLS=http://+:8088
|