Guides¶
Practical guides for building applications with RobotLab.
Getting Started¶
If you're new to RobotLab, start here:
-
Create specialized AI agents with personalities and tools
-
Orchestrate multiple robots for complex workflows
Core Features¶
-
Give robots custom capabilities to interact with external systems
-
Connect to Model Context Protocol servers
-
Real-time streaming of LLM responses
-
Persist and restore conversation threads
-
Share data between robots with the memory system
Framework Integration¶
-
Use RobotLab in Ruby on Rails applications
Guide Index¶
| Guide | Description | Time |
|---|---|---|
| Building Robots | Create and configure robots | 10 min |
| Creating Networks | Multi-robot orchestration | 15 min |
| Using Tools | Add custom capabilities | 10 min |
| MCP Integration | External tool servers | 10 min |
| Streaming | Real-time responses | 5 min |
| History | Conversation persistence | 10 min |
| Memory | Shared data store | 5 min |
| Rails Integration | Rails application setup | 15 min |