Skip to content

HenryAllen04/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 Hackathon NYC - AI CMO that builds a website for you and creates custom UGC videos with any product and any person in minutes!

Resources

Stars

Watchers

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%