Skip to content

theCampel/nyc-hack-ai-cmo

 
 

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

2nd place Coral Protocol NYC hackathon project: an AI CMO that generates product websites and custom UGC-style videos.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 64.7%
  • Python 26.9%
  • Shell 4.6%
  • CSS 2.1%
  • Dockerfile 1.0%
  • HTML 0.4%
  • JavaScript 0.3%