Outcome
Your application sends structured observations and receives the current adaptive-policy result without requiring generated language. The structured object is the delivery contract, not the adaptive mechanism. The capability is the policy state that changes across ordered observations and remains available to later reads.Workflow
Gateways
Input mapping
When the application’s input fields differ from the domain’s declared observation fields, an optional mapping can translate them. If the fields already match, the application can send the observation directly. Adapt-1 updates the policy state and returns the contract-defined structured prediction; another optional mapping can select or rename output fields for the consumer’s schema.Validation
Assert on the object underprediction.<output_key>. Check schema validity, the required business condition, and whether reset followed by the same ordered observations reproduces the expected result.
Generated language is not required. Use an explanation route to inspect structured audit data.
Route contracts
POST /api/v1/domains/{domain_id}/adapt/eventsupdates policy state and returns a structured prediction.POST /api/v1/domains/{domain_id}/adapt/predictreads the current prediction without adding an observation.POST /api/v1/domains/{domain_id}/eventsrecords a normal domain event.POST /api/v1/domains/{domain_id}/queryandPOST /api/v1/domains/{domain_id}/explainreturn domain reasoning and audit fields.POST /api/v1/domains/{domain_id}/feedbackreports an outcome.