Get buzzing with the Beelines AI SDK! 🚀
This is a super-simple starter project showing you how to use the Beelines AI SDK. Think of it as your first step into the fascinating world of AI agent development!
- 🔌 Basic SDK setup and configuration
- 🤖 Query AI agent data
- 🎭 Work with personality traits
- 📚 Manage semantic knowledge
- 👥 Handle groups and audiences
-
Clone this repo
git clone https://github.com/beelinesai/sample-project cd sample-project -
Install dependencies
bun install
-
Set up your environment
cp .env.example .env
-
Run the sample
bun start
Make sure to set up your .env file with your Beelines API key and email:
BEELINES_API_KEY=your_api_key_here
BEELINES_API_ENDPOINT=https://api.beelines.ai/graphql
BEELINES_EMAIL=your.email@example.comThis sample project demonstrates the basics, but the Beelines SDK can do so much more! You can:
- 🎨 Create and manage AI agents
- 🧠 Add semantic knowledge to your agents
- 👤 Define agent personalities
- 📝 Work with message and post examples
- 👥 Manage groups and audiences
The SDK supports a wide range of operations including:
- Agent management
- Developer operations
- Knowledge base interactions
- Personality trait management
- Group and audience handling
Check out the Beelines Documentation for the full API reference!
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to open issues and pull requests! We love community contributions!
Made with 💖 and 🐝 by the Beelines community