app version 0.1.0 package jido_studio

Jido Studio

Embeddable LiveView dashboard for managing and debugging Jido agents

Open source on GitHub →
quickstart.exs mix deps
defp deps do
  [
    {:jido_studio, "~> 0.1.0"}
  ]
end

AT A GLANCE

Mountable dashboard UX for agent management in Phoenix
Standalone package approach with minimal host-app coupling
Operational visibility into agent state and workflow activity
Optional extension pages compiled when companion packages are present

IMPORTANT PACKAGES

ECOSYSTEM RELATIONSHIPS

Used By
none

FULL OVERVIEW

Overview

Jido Studio is an embeddable LiveView dashboard package for operating and debugging Jido-based systems inside Phoenix applications.

Purpose

Jido Studio brings an operator-facing UI to agent lifecycle management, observability, and interactive debugging workflows.

Major Components

Router Integration

Mounts into host Phoenix routers as a self-contained studio surface.

Dashboard Views

Provides runtime views for inspecting agent behavior and troubleshooting workflows.

Extension Model

Supports optional package-specific pages when corresponding integrations are available.