Ocuroot
Product
Blog
Docs
Reference
/
encoding
Getting Started
Introduction
Installation
Quickstart
Usage
Releases
State
Dependencies
Scheduling work
CI Integration
Reference
CLI
deploy
find-deploys
mcp
preview
release
repl
state
version
work
SDK
debug
encoding
environments
host
http
inputs
package
phases
repo
secrets
store
work
Getting Started
Introduction
Installation
Quickstart
Usage
Releases
State
Dependencies
Scheduling work
CI Integration
Reference
CLI
deploy
find-deploys
mcp
preview
release
repl
state
version
work
SDK
debug
encoding
environments
host
http
inputs
package
phases
repo
secrets
store
work
encoding
json
=
struct
(
decode
=
lambda
s
:
json
.
decode
(
s
),
encode
=
lambda
o
:
json
.
encode
(
o
),
)