Documentation
nom lets an agent load data into components already in your application. You define
the tools, validate their inputs and outputs, and map the results to props. Your
application keeps ownership of the model, data fetching, authorization, and rendering.
Where to start
- Getting Started — install the package and get one component rendering agent-supplied props.
- Concepts — the mental model: how a component instance is addressed, the five snapshot states, and where the trust boundary sits.
- Architecture — the protocol, concurrency behavior, and trust boundaries in full.
- AI SDK — wiring the adapter for same-runtime and browser setups.
- Examples — three runnable applications, including a devtools lab that drives every pipeline outcome.