X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Orra Examples

Production-ready examples showing how to build reliable multi-agent applications with Orra.

We're starting with JavaScript and more languages are coming soon.

Available Examples

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. 🆕🎉

Tips From Production

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

Quick Links

Need help? Join us on GitHub Discussion.

X Tutup