You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
Summary
Support typed agent output via a synthetic
StructuredOutputtool.Important Design Constraint
The current repo is TypeBox-first, not Zod-first. Any design here should align with the existing schema system used by runtime tools.
Proposed Design
outputSchemaStructuredOutputtool into the runtime tool listinvoke()in a typed wayAffected Areas
packages/core/src/agent/define-agent.tspackages/core/src/agent/agent-loop.tspackages/core/src/types/agent.types.tspackages/core/src/types/tool.types.tsAcceptance Criteria
defineAgent(...)accepts an optional schema-backedoutputSchemaoutputSchemais absent