Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/server / / createRunRoutes

Function: createRunRoutes()

ts
function createRunRoutes(deps): Hono<{
  Variables: ServerVariables;
}>;

Defined in: packages/server/src/routes/agents.ts:172

Companion router for the /runs/... surface. Kept separate so the createServer factory can mount it under the top-level base path rather than under /agents.

Parameters

ParameterType
depsAgentRoutesDeps

Returns

Hono<{ Variables: ServerVariables; }>

Stable