Skip to content

Latest commit

 

History

674 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

23 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages