tree: d815879c846bd4fb14c9f0986204cc7dced27d1e [path history] [tgz]
  1. __init__.py
  2. application.py
  3. notebook.ipynb
  4. README.md
  5. statemachine.png
  6. substatemachine.png
examples/ray/README.md

Parallelism on Burr

This is supporting code for two blog posts:

  1. Parallel Multi Agent Workflows with Burr
  2. Parallel, Fault-Tolerant Agents with Burr/Ray

You can find basic code in application.py and run it in notebook.ipynb. Read the blog posts to get a sense for the motivation/design behind this.