Tip
Updated for Coral Server v1
./check-dependencies.shThis script will automatically check for valid versions of all prerequisites.
First, make sure you have pulled the coral-server submodule:
git submodule init
git submodule updateNow, we can cd into the coral-server folder, and start it.
cd coral-server
REGISTRY_FILE_PATH="../registry.toml" ./gradlew runNote
We use the REGISTRY_FILE_PATH environment variable to tell Coral Server where our custom registry.toml is.
npx @coral-protocol/coral-studioWe can then visit Coral Studio at http://localhost:3000/
Check out our docs for more information on how Coral Studio works, how to write agents that work with Coral, and using Coral in your applications.