This starter template lets you quickly start working with the Bee Agent Framework in a second.
📚 See the documentation to learn more.
- JavaScript runtime NodeJS > 18 (ideally installed via nvm).
- LLM Provider either external (OpenAI, Groq, ...) or local ollama.
Start Local Ollama with Llama3.2 (https://ollama.com/library/llama3.2)
- 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
- Pull
Llama3.2
Model
./bin/ollama pull llama3.2
- Start
Ollama
./bin/ollama serve
- Install dependencies
npm install
- Build project
npm run build
- Run agent with a custom prompt, simply do this
node dist/agent.js <<< 'find facebook page openai'