Skip to content

Commit

Permalink
Adds docs for parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Oct 1, 2024
1 parent 8fd57de commit 280684d
Show file tree
Hide file tree
Showing 7 changed files with 596 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ but realized that it has a wide array of applications and decided to release it

While Burr is stable and well-tested, we have quite a few tools/features on our roadmap!

1. Parallelism -- support for recursive "sub-agents" through an ergonomic API (not: this is already feasible, see [recursive applications](http://localhost:8000/concepts/recursion/)).
1. Parallelism -- support for recursive "sub-agents" through an ergonomic API (not: this is already feasible, see [recursive applications](https://burr.dagworks.io/recursion/)).
2. Testing & eval curation. Curating data with annotations and being able to export these annotations to create unit & integration tests.
3. Various efficiency/usability improvements for the core library (see [planned capabilities](https://burr.dagworks.io/concepts/planned-capabilities/) for more details). This includes:
1. First-class support for retries + exception management
Expand Down
5 changes: 5 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Enable line wrapping for code blocks */
.highlight pre {
white-space: pre-wrap;
word-wrap: break-word;
}
Binary file added docs/_static/parallelism.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/concepts/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ Overview of the concepts -- read these to get a mental model for how Burr works.
state-typing
hooks
additional-visibility
parallelism
recursion
planned-capabilities
Loading

0 comments on commit 280684d

Please sign in to comment.