Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/server / / createAgentRoutes

Function: createAgentRoutes()

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

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

Stable

Parameters

ParameterType
depsAgentRoutesDeps

Returns

Hono<{ Variables: ServerVariables; }>