Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.15 KB

🐝 Bee Agent Framework Starter

This starter template lets you quickly start working with the Bee Agent Framework in a second.

📚 See the documentation to learn more.

📦 Requirements

  • JavaScript runtime NodeJS > 18 (ideally installed via nvm).
  • LLM Provider either external (OpenAI, Groq, ...) or local ollama.

🛠️ Getting started

Start Local Ollama with Llama3.2 (https://ollama.com/library/llama3.2)

  1. Download Ollama local https://github.com/ollama/ollama/blob/main/docs/linux.md
curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz
tar -xzf ollama-linux-amd64.tgz
  1. Pull Llama3.2 Model
./bin/ollama pull llama3.2
  1. Start Ollama
./bin/ollama serve

Run Agent Example

  1. Install dependencies
npm install
  1. Build project
npm run build
  1. Run agent with a custom prompt, simply do this
node dist/agent.js <<< 'find facebook page openai'