Production-ready examples showing how to build reliable multi-agent applications with Orra.
We're starting with JavaScript and more languages are coming soon.
The "Hello World" of Orra for JS developers - perfect for learning the basics of Plan Engine task coordination.
The "Hello World" of Orra for Pythonistas - perfect for learning the basics of Plan Engine task coordination.
Complete e-commerce example with an existing service, a tool as a service, AI agent, and real-time updates.
Content generation example showcasing how to use Orra with CrewAI. 🆕🎉
Having deployed agent architectures in production, here's what to watch for:
- Start small (Echo example) before tackling complex workflows
- Always implement proper error handling and graceful shutdowns
- Monitor your service health and orchestration status using
orra inspect - Keep your Mistral/OpenAI API keys secure and never commit them
- Documentation - Everything you need to know
- Plan Engine Setup - Required before running examples
- CLI Reference - Essential commands for development
Need help? Join us on GitHub Discussion.