Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skull8888888 committed Dec 1, 2024
1 parent 479cc03 commit a6db5b0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ Results of all tasks are stored in a thread-safe `Context`.

This task-based architecture makes complex workflows surprisingly simple:

**What's Possible:**
[x] Parallel task execution without explicit threading code
[x] Self-modifying dynamic workflows and cycles
[x] Conditional branching and control flow
[x] Streaming of tasks execution
[x] Automatic state management and persistence
- [x] Parallel task execution without explicit threading code
- [x] Self-modifying dynamic workflows and cycles
- [x] Conditional branching and control flow
- [x] Streaming of tasks execution
- [x] Automatic state management and persistence

Flow is extremely lightweight, clearly written and has not external dependencies for the engine. It is designed and maintained by [Laminar](https://github.com/lmnr-ai) team.

Expand Down Expand Up @@ -179,6 +178,6 @@ assert flow.context.get("task2") == "result2"
- **Minimal Dependencies**: Core engine has zero external dependencies

## Roadmap
[ ] Add async support
[ ] Serverless deployment
- [ ] Add async support
- [ ] Serverless deployment

0 comments on commit a6db5b0

Please sign in to comment.