Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.38 KB

ROADMAP.md

File metadata and controls

40 lines (26 loc) · 2.38 KB

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.

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 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
Auto-Query RAG Ability to make metadata query within the agentic, which can automatically add metadata while rag query runs, like timestamp or other data 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

These features improve logging and debugging abilities while building.

Name Description Status Release version
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 unit-testing flo-ai and its internal functionalities Yet to start TBD

Community

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

The roadmap items are estimates and might change based on rootflo priorities. We will keep this file updated if plans change.

The community is welcome to suggest changes to the roadmap, through a pull request, by adding features to the community contributions.