OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Defines types for the M5 P4 eval gate across 5 template domains: workflow-design | agent-tree | conversation-routing | engineering-loop | person-activity
Each EvalFixture bundles:
•
EvalPromptFixture: id, domain, tool, prompt, contextGraphId, description
•
EvalMutationAssertion[]: tolerance-gated checks on tool output
•
EvalBudget: maxLatencyMs + GRAPH_AI_BUDGETS values for the tool
Tolerance in [0, 1]: 0 = exact match required, 1 = any output accepted.