Skip to content

Graphorin API reference v0.12.1


Graphorin API reference / @graphorin/server / / createAgentRoutes

Function: createAgentRoutes()

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

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

Parameters

ParameterType
depsAgentRoutesDeps

Returns

Hono<{ Variables: ServerVariables; }>

Stable