Graph state
Synthetic rosterTwo crews. Recorded evidence.
Select a snapshot above to inspect its evidence.
| Crew | Region | Available | Capacity |
|---|
Snapshot time: .
Declared coverage: complete for this synthetic view. Maximum evidence age: 1 hour.
Five minutes · one typed question · synthetic evidence
Ask once. Change the evidence. See why an answer, an empty list, and a request for review mean different things.
Precomputed preview from published @t2kai/core@0.7.0. The browser switches among real execution receipts. No model calls, account, or business actions.
01 / Keep the question fixed
Return crews whose recorded region matches, whose availability is true, and whose capacity is at least the requested hours.
eligibleCrews({
region: "north",
hours: 4
})region: string · hours: numberLoading the public execution receipts…
Graph state
Synthetic rosterSelect a snapshot above to inspect its evidence.
| Crew | Region | Available | Capacity |
|---|
Snapshot time: .
Declared coverage: complete for this synthetic view. Maximum evidence age: 1 hour.
03 / Read the result
Loading—
Every result also records the exact function, graph snapshot, arguments, and execution time.
The unmodified result contains supporting claims, considered evidence, exclusions, issues, execution trace, and hashes. An empty answer has exclusion evidence even though no returned row has supporting claims.
Loading…Download all five graph snapshots and receipts (JSON)
Four separate questions
This function executes deterministic operators. If a model supplies a judgment elsewhere, its confidence score still needs validation for that task.
Current accepted claims and their source locators support returned rows. Considered claims may instead be stale, contradictory, or used for exclusions.
These five public examples illustrate runtime behavior. They are not an independent held-out benchmark, a calibration study, or proof of business impact.
A complete result does not authorize dispatch. Production use requires its own review, activation, access controls, and downstream action authorization.
Finish / Reproduce the result
From a prepared T2K Studio checkout with Node 20.10+ and dependencies installed, one command compiles the ontology and function, then executes all five synthetic graph snapshots with the installed published Core package.
npm run demo:graph-functions
npm run demo:graph-functions -- --checkThe second command verifies that every hosted receipt exactly matches the current local execution. The demo requires no database or provider credentials.