Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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

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

Expand All @@ -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.