From dd292535707643eafa38138396584fbcb92e9c3f Mon Sep 17 00:00:00 2001 From: Vishnu Satis Date: Fri, 30 Aug 2024 11:11:33 +0530 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 9fc78c37..0ed6f028 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,6 @@ # Roadmap -This file provides an overview of the direction this project is heading. The roadmap is organized in steps that focus on a specific theme, for instance, core features, observability, telemetry etc. +This file provides an overview of the direction this project is heading. The roadmap is organized in steps that focus on a specific theme, for instance, core features, observability, telemetry, etc. ## Core features @@ -8,11 +8,11 @@ Core features improve the library itself to cater wider range of functionalities | Name | Description | Status | Release version | |------|-------------|--------|-----------------| -|Linear Router|A router that lets you build agents or teams which execute in linear or sequential fashion. The current router supervisor works in a hierarchical way where all the children report to one parent| In progress | 0.0.3| +|Linear Router|A router that lets you build agents or teams that execute linearly or sequentially. The current router supervisor works in a hierarchical way where all the children report to one parent| In progress | 0.0.3| |Reflexion| Reflection lets you build a component that can make the AI retrospectively look at the current output and retry or work again on the task at hand| Yet to start| 0.0.3| |Output formatter| Ability to templatize output format using pydantic| Yet to start| 0.0.4| |LLM Extensibilty| Ability to different LLMs across different agents and teams| Yet to start| 0.0.4| -|Parellel Router| A router to execute tasks or agents in parellel if the tasks are independent | Yet to start | TBD +|Parellel Router| A router to execute tasks or agents in parallel if the tasks are independent | Yet to start | TBD ## Observability @@ -22,18 +22,18 @@ These features improve logging and debugging abilities while building. |------|-------------|--------|-----------------| |Logging Framework|Better logging framework which can be extended to parent application (with log level control)| Yet to start|0.0.5 |Recursion control| Expose parameters like recursion control to limit recursions and policy in case of recursion etc | Yet to start | 0.0.5 -|Set up pytests| Create a framework for unittesting flo-ai and its internal functionalities| Yet to start | TBD +|Set up pytests| Create a framework for unit-testing flo-ai and its internal functionalities| Yet to start | TBD ## Community -This is the section where community can contribute to the roadmap. The items added here will prioritized based on our plans from rootflo side, but community members are welcome to pick up these features. +This is the section where the community can contribute to the roadmap. The items added here will prioritized based on our plans from the rootflo side, but community members are welcome to pick up these features. | Name | Description | Status | |------|-------------|--------| ## Notes -This roadmap are estimates and might change based on rootflo priorities. We will keep this file updated if plans change. +The roadmap items are estimates and might change based on rootflo priorities. We will keep this file updated if plans change. -Community is welcome to suggest changes to the roadmap, through a pull request, by adding features to the community contributions. +The community is welcome to suggest changes to the roadmap, through a pull request, by adding features to the community contributions.