Releases: rootflo/wavefront
Releases · rootflo/wavefront
1.0.7: minor fixes & telemetry & documentation improvements
What's Changed
- extended arium feature by @rootflo-hardik in #138
- fixing chardet version by @rootflo-hardik in #140
- fix(agent): Improve agent execution algorithm by @vizsatiz in #139
- Update README.md by @ananthu1997 in #145
- Update README.md by @ananthu1997 in #146
- Added stream support for llm by @ananthu1997 in #142
- Support for open telemetry by @vizsatiz in #144
- made gemini call asynchronous so that event_loop doesn't get blocked by @rootflo-hardik in #149
- feat(flo-ai): adding chat history by @jacobsanosh in #150
- Minor fixes for README, and examples by @vizsatiz in #151
- fix(tests): adding integration tests for Gemini, OpenAI & Anthropic by @vizsatiz in #152
- [#143] fix to support agent acting as user by @vizsatiz in #147
- Add details docs for flo-ai by @vizsatiz in #153
- Update README with documentation by @vizsatiz in #154
- fix for documentation 404 by @vizsatiz in #155
New Contributors
- @ananthu1997 made their first contribution in #145
Full Changelog: 1.0.6...1.0.7
1.0.6: partial params for tools support
What's Changed
Full Changelog: 1.0.5...1.0.6
1.0.5: bug fixes
Full Changelog: 1.0.4...1.0.5
1.0.4: Support for document processing
What's Changed
- exporting arium event types from flo_ai by @rootflo-hardik in #134
- feature -> document processor as input by @rootflo-hardik in #135
- Setting up release 1.0.4 by @vizsatiz in #136
Full Changelog: 1.0.3...1.0.4
1.0.3: minor bug fixes
What's Changed
- fixed tool calling array args to allow items by @rootflo-hardik in #131
- arium event listener by @rootflo-hardik in #132
- Fix for arium builder by @vizsatiz in #133
Full Changelog: 1.0.2...1.0.3
1.0.2: Add reflection and plan execute, fixing minor bugs
What's Changed
- Patterns: Reflection & Plan-Execute Pattern by @vizsatiz in #120
- Studio: Visual Designer to create AI agents by @vizsatiz in #121
- Plan execute pattern on UI by @vizsatiz in #122
- OpenAI Vllm temperature param fix by @vizsatiz in #124
- fix: response_formatter doesnt work well in vllm + phi4 by @vizsatiz in #127
- Fix: minor bugs and code clean up by @vizsatiz in #129
Full Changelog: 1.0.1...1.0.2
1.0.1: Hotfix to fix temperature param for vLLM
What's Changed
Full Changelog: 1.0.0...1.0.1
1.0.0: Moving out of langchain & langgraph.
What's Changed
- Flo ai chat: Changes to increase the scope to chat app by @vizsatiz in #98
- Adding support for get_format to parser by @vizsatiz in #99
- Fix for making outputs across agents and teams consistant by @vizsatiz in #100
- Adding AI Analyst blog to the repo by @vizsatiz in #101
- Update flo_json_output_collector.py - To be Merged by @drQedwards in #102
- Flo-v1: Changes towards removing langchain and langraph by @vizsatiz in #106
- Gemini implementation for LLM models by @vizsatiz in #107
- Feat variables - implementation inside inputs and agent system prompts by @rootflo-hardik in #110
- Release changes for 1.0.0 by @vizsatiz in #109
- Updating version to Dev4 by @vizsatiz in #111
- vllm integration by @rootflo-hardik in #113
- added OpenAIVLLM to flo_ai init by @rootflo-hardik in #114
- Upgrading version to 1.0.0-dev5 by @vizsatiz in #115
- Fixed response schema for vllm by @rootflo-hardik in #116
- Add support for vertex ai by @vizsatiz in #119
- YAML way of creating Ariums by @vizsatiz in #118
New Contributors
- @drQedwards made their first contribution in #102
- @rootflo-hardik made their first contribution in #110
Full Changelog: 0.0.5...1.0.0
0.0.5: Outputs, formatters & training data
What's Changed
- Update roadmap post 0.0.4 release by @vizsatiz in #68
- Update README.md by @vizsatiz in #69
- Adding option for specifying Yaml file path in the flo build by @jacobsanosh in #73
- Bump tornado from 6.4.1 to 6.4.2 by @dependabot in #72
- Implement flexible data collection system with pluggable storage backends by @thomastomy5 in #75
- Output parser, and data accumulator for agents, teams & flo by @vizsatiz in #76
- Creating 0.0.5-dev1 by @vizsatiz in #77
- Fix #78 for llm agents not working with data collector by @vizsatiz in #79
- 0.0.5dev2: Minor fix for data collector by @vizsatiz in #80
- Update README.md with medium article by @thomastomy5 in #81
- Literal support in output parser by @vizsatiz in #82
- feat: improved parser capabilities by @vizsatiz in #83
- release: create 0.0.5-dev4 by @vizsatiz in #84
- Adding sync flonode invok by @vizsatiz in #85
- Fix to extend support to python 3.9 by @vizsatiz in #86
- Subtle fixes after extending support to python 3.9 by @vizsatiz in #87
- Releasing 0.0.5-rc1 by @vizsatiz in #88
- Fix introduce validation for output collector by @vizsatiz in #91
- Release 0.0.5-rc2 by @vizsatiz in #92
- Json extraction fixes, for comments in JSONs by @vizsatiz in #93
- Fix for output collector by @vizsatiz in #94
- Creating an logger for tools and chain by @jacobsanosh in #90
- Creating 0.0.5 release by @vizsatiz in #96
New Contributors
- @dependabot made their first contribution in #72
Full Changelog: 0.0.4...0.0.5
0.0.4: Better composable & Better Observable
What's Changed
- SEO file for Google Search Console Verification by @vizsatiz in #39
- Adding github index.html by @vizsatiz in #40
- Update index.html by @vizsatiz in #41
- Update README.md with Github Link by @vizsatiz in #43
- Update index.html with Github Link by @vizsatiz in #44
- Update ROADMAP.md to include delegator by @vizsatiz in #45
- Upgrade all dependencies to latest versions, and remove unused dependencies by @vizsatiz in #47
- Make agents and teams inter-composable, remove openai function usage by @vizsatiz in #48
- Create flotool as a new standard for creating tools by @vizsatiz in #49
- Adding the ability to use different models for different components by @vizsatiz in #50
- Improving logging, by simplifying by @vizsatiz in #51
- Code formatting using Ruff by @jacobsanosh in #53
- Observer: Create callbacks for agent, router & tools by @vizsatiz in #54
- Use by code: Change to build and work with agents using code by @vizsatiz in #55
- Facade changes for agent by code by @vizsatiz in #56
- Documentation changes for 0.0.4 release by @vizsatiz in #57
- Creating release candidate 0.0.4 rc2 by @vizsatiz in #58
- Doc changes for 0.0.4 release by @vizsatiz in #59
- solving the build issue #61 by @jacobsanosh in #62
- Importfix: Change import definition of flotool and flo callbacks by @vizsatiz in #64
- Change to release rc3 by @vizsatiz in #65
- release 0.0.4 version bump by @vizsatiz in #66
- Update LICENSE by @vizsatiz in #63
New Contributors
- @jacobsanosh made their first contribution in #53
Full Changelog: 0.0.3...0.0.4