tree: 9c218ce1cd152c5cd5c197d0d6c237deb98f95ca
  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.