Skip to content

Coral-Protocol/console

Repository files navigation

Coral Console

Ask DeepWiki

Create, manage & inspect agent sessions with Console, which comes prebuilt and served with the CoralOS Server.

coralos-console-01

Developing

Install dependencies with:

yarn install

Then, start a development server to view your changes:

yarn dev

Connecting to a local CoralOS Server will require a proxy in your vite.config.ts file:

server: {
  proxy: {
    '/api': { target: 'http://localhost:5555', changeOrigin: true },
    '/sse': { target: 'http://localhost:5555', changeOrigin: true },
    '/ws': { target: 'http://localhost:5555', rewriteWsOrigin: true, ws: true }
  }
},

About

Formerly Coral Studio

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors