Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
PolicyEngine
interface
{
15
Evaluate(ctx context.Context, req types.AIRequest) (types.PolicyDecision, error)
16
}
17
18
type
BackendAdapter
interface
{
Callers
2
Run
Method · 0.65
replayCurrent
Function · 0.65
Implementers
2
BasicEngine
internal/policy/basic_engine.go
stubPolicy
internal/inferexec/orchestrator_test.g
Calls
no outgoing calls
Tested by
no test coverage detected