Structs§
- Agent
Runtime Options - The declared agents whose engine the emitted graph runs. Empty means the
server graph carries no
agentssection at all. - Agent
Surface Options - Model
Runtime Options - The compile-time half of the model boundary: every declared model, plus the
strict JSON Schema for every declared type a
generateObjectcall could name. Both are frozen into the emitted graph so a request resolves nothing but its own secret. - PubSub
Runtime Options - Server
Java Script Output - Server
Runtime Options
Enums§
Constants§
Functions§
- compiler_
body_ javascript - Lower one compiler-owned remote expression to JavaScript.
- compiler_
statements_ javascript - generate
- generate_
with_ agent_ surfaces - generate_
with_ runtime_ options - generate_
with_ startup - generate_
with_ tracing - otel_
span_ attribute_ mapping - The single compiler-owned bridge from the closed
noxid.trace.v1record schema to OpenTelemetry semantic-convention attributes. Keeping duplicate source fields (such ascode) explicit makes the exported contract golden- testable without teaching the JavaScript runtime Noxid semantics. - server_
lifecycle_ export_ required - server_
lifecycle_ exports - The compiler-owned server surface that must survive composition and deployment bundling. Keep the names in the shared tools file so the Rust emitters and the Farm bridge cannot drift independently.
- server_
secrets_ prelude_ javascript - Emit one lazy getter per declared server secret. Values resolve and cache only when their own property is read, so a missing telemetry credential cannot poison an unrelated application-secret read.