Skip to content

auth0-samples/agent0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Agent0

A full stack demo app for First party Tool calling for AI Agent.

Agent0

Follow this link to learn more about Agent0.

Pre-requisites

Installation

Rename .env.example file to .env and replace AUTH0_DOMAIN, AUTH0_CLIENT_ID and OPENAPI_API_KEY with relevant values

Install dependencies for API

cd server
npm i
cd ..

Install dependencies for SPA

cd client
npm i
cd ..

Running Agent0

Server

Open a new terminal window and execute npm run server

Client

Open a new terminal window and execute npm run client

Login to Agent0

Open http:localhost:8080 and SignUp to start using Agent0

To test the first party Tool Calling, try

"Who am I? Give me all the details you have"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published