/ Docs / SDK
SDK Preview
The SDK preview describes the shape of custom agent authoring without exposing proprietary implementation details. Examples are pseudo-code for discussion, not internal source.
Page summary
A public preview of the agent authoring surface: manifests, inputs, outputs, evidence, tools, events, and replay.
Conceptual pieces
Public pseudo-manifest
The following is illustrative only. It is not an internal schema dump.
agent:
id: dimensional_tolerance
question: "Which assembly joints exceed specified geometric tolerance?"
inputs:
- encoded_assembly
- tolerance_spec
outputs:
- finding
- severity
- geometry_reference
- measurement
- provenance