Getting Started¶
Welcome to RobotLab! This section will help you get up and running quickly.
What You'll Learn¶
In this section, you'll learn how to:
- Install RobotLab - Add the gem to your project
- Configure Your Environment - Set up API keys and defaults
- Create Your First Robot - Build a simple AI assistant
- Run a Network - Execute a multi-robot workflow
Prerequisites¶
Before you begin, make sure you have:
- Ruby 3.1+ installed
- An API key from at least one LLM provider:
Quick Links¶
-
Install RobotLab and dependencies
-
Build your first robot in 5 minutes
-
Configure API keys and defaults
Estimated Time¶
| Guide | Time |
|---|---|
| Installation | 2 minutes |
| Quick Start | 5 minutes |
| Configuration | 5 minutes |
Need Help?¶
If you run into issues:
- Check the API Reference for detailed documentation
- Browse Examples for working code
- Open an issue on GitHub