Patch Changes
- 8a21c0c:
agentRouter()now advertises model-supplied output schemas as permissive objects, avoiding unsupported JSON SchemapropertyNameswarnings on OpenAI models while preserving downstream object validation. - cbb2206: Clear stale model setup warnings when the local development server becomes ready, and avoid diagnosing unavailable startup information as missing model credentials.
- d58065e: Workflow steps now fail immediately with actionable guidance when they access workflow-body-only
ctx.agents,ctx.agent(), orctx.ask()capabilities. Use the newWorkflowStepToolContexttype for step helpers and pass serializable agent metadata from the workflow body.