Expand description
Standard library builtins for the Harn VM.
Modules§
- agent_
state - host
- process
- template
- Prompt-template engine for
.harn.promptassets and therender/render_promptbuiltins. - tracing
Functions§
- register_
agent_ stdlib - Register agent builtins (requires network access and async runtime).
- register_
core_ stdlib - Register core builtins: pure/deterministic, no I/O.
- register_
io_ stdlib - Register I/O builtins (requires OS access).
- register_
vm_ stdlib - Register all standard builtins on a VM (core + io + agent).
- reset_
stdlib_ state - Reset thread-local stdlib state. Call between test runs.
- stdlib_
builtin_ names - Return the canonical list of all stdlib builtin names. Used by harn-lint and harn-lsp to avoid hardcoded duplicate lists.