Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@ Built with ❤️ using:
<h2>📚 Latest Blog Posts</h2>

<div style="display: flex; gap: 10px;">
<a href="https://medium.com/rootflo/building-an-ai-analytics-team-using-flo-ai-in-minutes-40b36bc46850" target="_blank" style="text-decoration: none;">
<img src="./images/analyst-image.png" width="150" style="border-radius: 10px;" />
<p><b> Building an AI Analytics Team using Flo-AI in minutes</b><br />Lets build an AI Analyst with FloAI and Amazon Bedrock in Minutes</p>
</a>
<a href="https://medium.com/rootflo/flo-simple-way-to-create-composable-ai-agents-6946c2922a94" target="_blank" style="text-decoration: none;">
<img src="./images/blog-image.png" width="150" style="border-radius: 10px;" />
<p><b>Flo: 🔥🔥🔥 Simple way to create composable AI agents</b><br />Unlock the Power of Customizable AI Workflows with FloAI’s Intuitive and Flexible Agentic Framework</p>
Expand Down
10 changes: 5 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ Core features improve the library itself to cater wider range of functionalities

| Name | Description | Status | Release version |
|------|-------------|--------|-----------------|
|Output formatter| Ability to templatize output format using pydantic| Yet to start| 0.0.5 |
|Resume work| Functionality that lets agents resume from where they stopped|Yet to start|0.0.5 |
|To Yaml| Explore the ability to convert code build agents into Yaml| Yet to start| 0.0.5 |
|Resume work| Functionality that lets agents resume from where they stopped|Yet to start|0.0.7 |
|To Yaml| Explore the ability to convert code build agents into Yaml| Yet to start| TBD |
|Web server| First step towards creating a publishable service to which agents can be saved and re-used| Yet to start| 0.0.5 |
|Web app| A webapp where agents can be accessed like chat bot/slack| TBD |
|Model routing| Explore the possibility to use a model router within the agents, instead of specifying every agent models | TBD |
Expand All @@ -22,8 +21,8 @@ These features improve logging and debugging abilities while building.

| Name | Description | Status | Release version |
|------|-------------|--------|-----------------|
|Recursion control| Expose parameters like recursion control to limit recursions and policy in case of recursion etc | Yet to start | 0.0.5
| Token count | Expose the total tokens used by an agent execution directly through session| 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 | TBD
| Token count | Expose the total tokens used by an agent execution directly through session| Yet to start | TBD

## Community

Expand Down Expand Up @@ -52,6 +51,7 @@ The community is welcome to suggest changes to the roadmap, through a pull reque
|Reflection| 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| ✅ | 0.0.3|
|Delegator| Delegator lets you build a component that can help delegate a flo to a particular agent, by some condition| ✅ | 0.0.3|
|Logging Framework|Better logging framework which can be extended to parent application (with log level control)| ✅|0.0.3|
|Output formatter| Ability to templatize output format using pydantic| ✅| 0.0.5 |



2 changes: 1 addition & 1 deletion flo_ai/examples/python/output_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
)


Flo.set_log_level('DEBUG')
Flo.set_log_level('INFO')
flo: Flo = Flo.create(session, researcher)
result = flo.invoke('Mahatma Gandhi')

Expand Down
Binary file added images/analyst-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.