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

Method Evaluate

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

Source from the content-addressed store, hash-verified

13
14type PolicyEngine interface {
15 Evaluate(ctx context.Context, req types.AIRequest) (types.PolicyDecision, error)
16}
17
18type BackendAdapter interface {

Callers 2

RunMethod · 0.65
replayCurrentFunction · 0.65

Implementers 2

BasicEngineinternal/policy/basic_engine.go
stubPolicyinternal/inferexec/orchestrator_test.g

Calls

no outgoing calls

Tested by

no test coverage detected