@coral-protocol/coral-studio
v1.2.0
Published
[](https://deepwiki.com/Coral-Protocol/coral-studio)
Readme
coral-studio
Create, manage & inspect agent sessions through Coral Server.

Getting Started
Running via Docker
docker run -p 3000:3000 ghcr.io/coral-protocol/coral-studioCoral studio will be available at http://localhost:3000/
Run from source
Install dependencies with:
yarn installThen build and serve with:
yarn build
yarn previewCoral studio will be available at http://localhost:4173/
Screenshots

Developing
Start a development server with
yarn devCoral studio will be available at http://localhost:5173/
