Skip to content

notgiorgi/flp-talk-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vibehack-talk

Requirements:

  • Node.js v18+
  • Bun.js v1+
  • OpenAI key

To install dependencies:

bun install

Create .env.local and add keys to it

OPENAI_API_KEY=your_openai_api_key_here

# Optional, only used in example 7
ANTHROPIC_API_KEY=your_anthropic_api_key_here

To run:

bun run src/<EXAMPLE_NAME>.ts

To run agent demo:

cd src/mastra-agents
npm i
npm run dev

To run mcp inspector:

# run mcp example first, then

npx @modelcontextprotocol/inspector

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors