What should Adapt-1 return?
A product can combine several of these patterns. The table helps you choose a first integration; it is not a list of product categories Adapt-1 is limited to.
Choose the scope
State gateway
Use prior evidence and constraints without defining a task grammar. Hosted identity follows the bearer token, not the body session placeholder.
Domain
Keep a task contract, its observations, outcomes, and learned state together under a domain_id.
allow_exploration: false is not a general read-only switch. See HTTP and contracts.
Define one useful interaction
1
Name the result
Write what code needs back: a numeric prediction, a selected action, a command sequence, a hypothesis, or an evidence packet. Use the selected guide’s result fields rather than asking every route to return the same shape.
2
Provide the public task contract
For a Domain, define the observation and outcome meanings, result type, available choices when needed, and boundaries. Use Discovery when learner-facing structure should form from evidence. Use authored structure when it must be explicit or reviewed.
3
Complete the return path
Use or execute the result, measure what followed, and send only the eligible observation or outcome. A prediction task can learn from completed records without an action or reward. A control task must preserve what actually executed.
4
Check the later result
Inspect admission, query again, and record whether the intended retained state influenced the result. A successful HTTP write alone does not prove that learning was applied.
Keep three choices separate
Discovery versus authored structure is another configuration choice; it does not determine when learning happens. A Discovery Domain can learn before frozen use, and an authored Domain can begin learning from zero during use.
Copy the Domain worksheet
Copy the Domain worksheet
Application ideas
Explore routing, troubleshooting, monitoring, personalization, and control workflows.
Build with an AI agent
Turn the selected workflow into a bounded implementation and test plan.
