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
10 lines
232 B
Bash
10 lines
232 B
Bash
# Foundry project endpoint
|
|
FOUNDRY_PROJECT_ENDPOINT=<your-azure-ai-project-endpoint>
|
|
|
|
# Model deployment name
|
|
AZURE_AI_MODEL_DEPLOYMENT_NAME=gpt-4o
|
|
|
|
# Local development only
|
|
ASPNETCORE_URLS=http://+:8088
|
|
AZURE_TOKEN_CREDENTIALS=dev
|