Settings
How is Studio configured for this runtime?
What this page is for: verify setup state and runtime configuration before debugging or incident response.
Setup Assistant
Re-test setup status and profile guidance without leaving Settings.
Runtime reachable across 1 node(s). Running agent count: 2.
Durable persistence enabled (mode: studio, adapter: Jido.Storage.File, path: priv/jido_studio/storage).
Realtime updates are event-driven with presence integration.
At least one chat provider key is configured.
Setup Profile Guidance
Profile CTeam Durable Ops
Durability and realtime visibility for shared operations.
What changes?
- Targets multi-user operations and incident response.
- Uses durable storage with presence-backed realtime updates.
- Keeps diagnostics span cap aligned with timeline safeguards.
Apply profile snippet
config :jido_studio,
jido_instance: MyApp.Jido,
thread_persistence: true,
thread_storage_mode: :studio,
thread_storage: {Jido.Storage.File, path: "priv/jido_studio/storage"},
live_ops: [enabled: true, viewer_tracking: true, presence_module: MyApp.Presence],
tracing: [max_span_rows: 2000]
Rollback: Disable presence integration or switch thread storage to ETS for lighter local operation.
Studio Version
v0.1.0
Trace Buffer Size
5000
Trace Event Catalog
25
Trace Page Limit
300
Thread Persistence
On
Thread Storage Mode
studio
Thread Storage Adapter
Jido.Storage.File
Persistence Adapter
JidoStudio.Persistence.ETS
Live Ops
On
Evals
On