For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/test.AgentRouteModule.md.
  • 简体中文
  • Interface: AgentRouteModule

    One route module the harness renders: the public route contract's async default component, plus the schemas the generated server and the routed CLI validate through — inputSchema on the way in (the CLI dispatch level's boundary) and resultSchema on the document value coming out.

    Properties

    default

    readonly default: (props) => unknown

    Parameters

    props

    never

    Returns

    unknown


    inputSchema?

    readonly optional inputSchema?: AgentRouteSchema


    resultSchema?

    readonly optional resultSchema?: AgentRouteSchema