Skip to content

Commit

Permalink
Adds docs for parallelism
Browse files Browse the repository at this point in the history
Integrates PR feedback from users as well. This will be supported in
subsequent commits.
  • Loading branch information
elijahbenizzy committed Nov 14, 2024
1 parent da8da99 commit e057b56
Show file tree
Hide file tree
Showing 7 changed files with 605 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 e057b56

Please sign in to comment.