MCPcopy Create free account
hub / github.com/InferCore/InferCore / SelectRoute

Method SelectRoute

internal/interfaces/interfaces.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, req types.AIRequest, state types.RuntimeState)

Source from the content-addressed store, hash-verified

9
10type Router interface {
11 SelectRoute(ctx context.Context, req types.AIRequest, state types.RuntimeState) (types.RouteDecision, error)
12}
13
14type PolicyEngine interface {

Callers 2

RunMethod · 0.65
replayCurrentFunction · 0.65

Implementers 2

stubRouterinternal/inferexec/orchestrator_test.g
RuleRouterinternal/router/rule_router.go

Calls

no outgoing calls

Tested by

no test coverage detected