Skip to content

TheSnowSoftwareGuy/agent-swarm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Swarm

TODO

Features

TODO

Getting Started

  1. Important: Node.js version 22.x is required. Recommend using nvm to install it.
nvm install 22
nvm use 22
  1. Clone the repository:
git clone https://github.com/jarrodwatts/onchain-agent.git

cd onchain-agent
  1. Install dependencies:
npm install
  1. Sign up for OpenAI and get your API key.

  2. Create the .env file and add your OpenAI API key:

# OpenAI
OPENAI_API_KEY=
  1. Run the agent:
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%