Skip to content

Coral-Protocol/Multi-Agent-Demo

Repository files navigation

Multi Agent Demo

Tip

Updated for Coral Server v1

Prerequisites

./check-dependencies.sh

This script will automatically check for valid versions of all prerequisites.

Running Coral Server

First, make sure you have pulled the coral-server submodule:

git submodule init
git submodule update

Now, we can cd into the coral-server folder, and start it.

cd coral-server
REGISTRY_FILE_PATH="../registry.toml" ./gradlew run

Note

We use the REGISTRY_FILE_PATH environment variable to tell Coral Server where our custom registry.toml is.

Running Coral Studio

npx @coral-protocol/coral-studio

We can then visit Coral Studio at http://localhost:3000/

What next?

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published