Flo-ai

Latest version: v0.0.5

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.5

What's Changed
* Update roadmap post 0.0.4 release by vizsatiz in https://github.com/rootflo/flo-ai/pull/68
* Update README.md by vizsatiz in https://github.com/rootflo/flo-ai/pull/69
* Adding option for specifying Yaml file path in the flo build by jacobsanosh in https://github.com/rootflo/flo-ai/pull/73
* Bump tornado from 6.4.1 to 6.4.2 by dependabot in https://github.com/rootflo/flo-ai/pull/72
* Implement flexible data collection system with pluggable storage backends by thomastomy5 in https://github.com/rootflo/flo-ai/pull/75
* Output parser, and data accumulator for agents, teams & flo by vizsatiz in https://github.com/rootflo/flo-ai/pull/76
* Creating 0.0.5-dev1 by vizsatiz in https://github.com/rootflo/flo-ai/pull/77
* Fix 78 for llm agents not working with data collector by vizsatiz in https://github.com/rootflo/flo-ai/pull/79
* 0.0.5dev2: Minor fix for data collector by vizsatiz in https://github.com/rootflo/flo-ai/pull/80
* Update README.md with medium article by thomastomy5 in https://github.com/rootflo/flo-ai/pull/81
* Literal support in output parser by vizsatiz in https://github.com/rootflo/flo-ai/pull/82
* feat: improved parser capabilities by vizsatiz in https://github.com/rootflo/flo-ai/pull/83
* release: create 0.0.5-dev4 by vizsatiz in https://github.com/rootflo/flo-ai/pull/84
* Adding sync flonode invok by vizsatiz in https://github.com/rootflo/flo-ai/pull/85
* Fix to extend support to python 3.9 by vizsatiz in https://github.com/rootflo/flo-ai/pull/86
* Subtle fixes after extending support to python 3.9 by vizsatiz in https://github.com/rootflo/flo-ai/pull/87
* Releasing 0.0.5-rc1 by vizsatiz in https://github.com/rootflo/flo-ai/pull/88
* Fix introduce validation for output collector by vizsatiz in https://github.com/rootflo/flo-ai/pull/91

0.0.5rc2

* Json extraction fixes, for comments in JSONs by vizsatiz in https://github.com/rootflo/flo-ai/pull/93
* Fix for output collector by vizsatiz in https://github.com/rootflo/flo-ai/pull/94
* Creating an logger for tools and chain by jacobsanosh in https://github.com/rootflo/flo-ai/pull/90
* Creating 0.0.5 release by vizsatiz in https://github.com/rootflo/flo-ai/pull/96

New Contributors
* dependabot made their first contribution in https://github.com/rootflo/flo-ai/pull/72

**Full Changelog**: https://github.com/rootflo/flo-ai/compare/0.0.4...0.0.5

0.0.4

* Update LICENSE by vizsatiz in https://github.com/rootflo/flo-ai/pull/63

New Contributors
* jacobsanosh made their first contribution in https://github.com/rootflo/flo-ai/pull/53

**Full Changelog**: https://github.com/rootflo/flo-ai/compare/0.0.3...0.0.4

0.0.3

What's Changed

* Update README.md by vizsatiz in https://github.com/rootflo/flo-ai/pull/6
* Introduce LLM routing & Linear Router Implementation by vishnurk6247 in https://github.com/rootflo/flo-ai/pull/7
* Linear teams: Ability to execute teams using linear router by vizsatiz in https://github.com/rootflo/flo-ai/pull/8
* Create the roadmap file by vizsatiz in https://github.com/rootflo/flo-ai/pull/10
* Update ROADMAP.md fix typos by vizsatiz in https://github.com/rootflo/flo-ai/pull/11
* Fix in roadmap and readme by vizsatiz in https://github.com/rootflo/flo-ai/pull/12
* docs: update README.md by eltociear in https://github.com/rootflo/flo-ai/pull/9
* Refactor to move routing logic to router instead of in the team. by vizsatiz in https://github.com/rootflo/flo-ai/pull/13
* Fix for context in RAG builder. by vizsatiz in https://github.com/rootflo/flo-ai/pull/16
* Context, version update for release by vizsatiz in https://github.com/rootflo/flo-ai/pull/17
* Creating FloNode, and implementing LLM agent by vizsatiz in https://github.com/rootflo/flo-ai/pull/18
* Add support for Tool Agent, which uses tool as a node in the graph by vizsatiz in https://github.com/rootflo/flo-ai/pull/19
* [BUG] Safely remove openai = "1.30.5" as a dependency by mahiro72 in https://github.com/rootflo/flo-ai/pull/20
* LLM Router: A router that is controller by prompt by vizsatiz in https://github.com/rootflo/flo-ai/pull/22
* Change to remove unused code by vizsatiz in https://github.com/rootflo/flo-ai/pull/23
* Make Supervisor Child of LLM Router by vizsatiz in https://github.com/rootflo/flo-ai/pull/24
* Add logging to Flo library by thomastomy5 in https://github.com/rootflo/flo-ai/pull/21
* Reflection & Delegation: Implement reflection and delegation, Agentic RAG example by vizsatiz in https://github.com/rootflo/flo-ai/pull/25
* Adding images for examples by vizsatiz in https://github.com/rootflo/flo-ai/pull/28
* Remove name randomization, and add name validations by vizsatiz in https://github.com/rootflo/flo-ai/pull/30
* Prepare for 0.0.3 release by vizsatiz in https://github.com/rootflo/flo-ai/pull/32
* Update readme with icon and title by vizsatiz in https://github.com/rootflo/flo-ai/pull/33
* Set version to release 0.0.3-rc1 by vizsatiz in https://github.com/rootflo/flo-ai/pull/35
* Change in readme for release 0.0.3 by vizsatiz in https://github.com/rootflo/flo-ai/pull/36
* Version update of release to 0.0.3 by vizsatiz in https://github.com/rootflo/flo-ai/pull/37

New Contributors

* vishnurk6247 made their first contribution in https://github.com/rootflo/flo-ai/pull/7
* eltociear made their first contribution in https://github.com/rootflo/flo-ai/pull/9
* mahiro72 made their first contribution in https://github.com/rootflo/flo-ai/pull/20
* thomastomy5 made their first contribution in https://github.com/rootflo/flo-ai/pull/21

**Full Changelog**: https://github.com/rootflo/flo-ai/compare/0.0.2.1...0.0.3

0.0.2.1

**Full Changelog**: https://github.com/rootflo/flo-ai/compare/0.0.2...0.0.2.1

Fixing the RAG prompt to have context

0.0.2

What's Changed
* Rag: Implementing RAG Builder by vizsatiz in https://github.com/rootflo/flo-ai/pull/1
* Retreiver tool by vizsatiz in https://github.com/rootflo/flo-ai/pull/2
* Facade: Use role and job as names in facade by vizsatiz in https://github.com/rootflo/flo-ai/pull/3
* Population simulator by vizsatiz in https://github.com/rootflo/flo-ai/pull/4

New Contributors
* vizsatiz made their first contribution in https://github.com/rootflo/flo-ai/pull/1

**Full Changelog**: https://github.com/rootflo/flo-ai/commits/0.0.2

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.