Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/server / / createAgentRoutes

Function: createAgentRoutes()

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

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

Parameters

ParameterType
depsAgentRoutesDeps

Returns

Hono<{ Variables: ServerVariables; }>

Stable