·
39 commits
to develop
since this release
Immutable
release. Only release title and notes can be modified.
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
- 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
- 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
- Implemented partial tools, for pre-filling tool params by @vizsatiz in #137
- 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
- added rootflo_llm for llm proxy calls by @rootflo-hardik in #148
- chore: update package manager to uv by @vishnurk6247 in #157
- removed pillow by @rootflo-hardik in #159
- builder -> from_yaml: picking agent from agents if present instead of… by @rootflo-hardik in #162
- feat(flo-ai): chat history feature for all agents by @jacobsanosh in #164
- rootflo_llm as llm provider by @rootflo-hardik in #163
- feat: add function node to arium by @vishnurk6247 in #158
- feat: add prefilled_params support for function node by @vishnurk6247 in #165
- fix: memory access in arium - foreach node and arium node by @vishnurk6247 in #167
- rootflo_llm -> lazy fetching llm config by @rootflo-hardik in #166
- If access_token -> then app_key is not required by @rootflo-hardik in #168
- Middleware readme update by @vizsatiz in #169
- Wavefront documentation to mintlify by @vizsatiz in #170
- Minor documentation fixes by @vizsatiz in #171
- fix to support istio service mesh by removing token by @vizsatiz in #174
- fix: add ty and fix types by @vishnurk6247 in #173
- chore: import wavefront client and server by @vishnurk6247 in #176
- feat(flo-ai): add field level validation for agent/arium yaml by @vishnurk6247 in #178
- feat: setup workspace by @vishnurk6247 in #179
- Create separate workspace for root directory files by @vizsatiz in #180
- local docker compose setup by @rootflo-hardik in #175
- Fixing up the parent readme by @vizsatiz in #181
- chore: update flo-ai documentation by @vishnurk6247 in #184
- feat: add toast component and update configs by @rootflo-hardik in #177
- feat: support openai embedding and add llm base_urls in client by @rootflo-hardik in #182
- fix: update app logo and active tab fix by @vishnurk6247 in #185
- chore: flo-ai upgrade, ui fixes and env changes by @vishnurk6247 in #186
- add pipecat license by @vishnurk6247 in #187
- fixed latest migration issue by @rootflo-hardik in #188
- fix: rag retrieval by @vishnurk6247 in #189
- fix: temp fix for type and lint by @vishnurk6247 in #193
- feat(rag): embedding model support & rag improvements by @vizsatiz in #192
- chore: add gha for workflow worker by @vishnurk6247 in #194
- fix(workflow-worker): add missing hermes url by @vishnurk6247 in #195
- fix: make workflow worker batch size configurable by @vishnurk6247 in #196
- set default act_as as MessageType.ASSISTANT by @rootflo-hardik in #197
- fix: type issues in client app by @vishnurk6247 in #200
- message_processor function, api_services/api_id as tool by @rootflo-hardik in #198
- floconsole frontend user management by @rootflo-hardik in #202
- added user roles, migrations, app_user junction table by @rootflo-hardik in #203
- Add inbound voice agent support with language detection and configuration, tools support by @rootflo-hardik in #206
- Update gold_image_request.py by @vizsatiz in #205
- Support for image in middleware proxy by @vizsatiz in #211
- voice agents refactoring by @rootflo-hardik in #207
- exotel integration by @rootflo-hardik in #212
- fix: make worker count int by @vishnurk6247 in #213
- injecting current timestamp into prompt by @rootflo-hardik in #214
- sarvam integration for stt and tts by @rootflo-hardik in #216
- initial welcome message from pipecat by @rootflo-hardik in #217
- Support for nonce in header by @vizsatiz in #220
- Add API support for sending historical images by @vizsatiz in #218
- added exotel inbound websocket endpoint by @rootflo-hardik in #219
- feat(floware): image url base search and tag based document fetch by @vizsatiz in #221
- added elevenlabs stt support by @rootflo-hardik in #222
- added elevenlabs in language validation by @rootflo-hardik in #223
- fix: make odata search case insensitive by @vishnurk6247 in #225
- handling unsupported lang switch gracefully by @rootflo-hardik in #224
- upgraded pipecat to 0.0.103 by @rootflo-hardik in #226
- flo_ai aws bedrock integration by @rootflo-hardik in #228
- filler phrase while starting tool call by @rootflo-hardik in #232
- console: create db if not exists during init by @vishnurk6247 in #234
- lang instruction to beginning of prompt by @rootflo-hardik in #233
- feature to export dynamic queries by @vizsatiz in #227
- feat(flo-ai): add azure openai llm by @vishnurk6247 in #236
- Release flo-ai 1.1.1 by @vizsatiz in #237
- fix: use common bucket variable for assets storage by @vishnurk6247 in #239
- chore: update redshift functions by @vishnurk6247 in #235
- fix: enable json output for workflows and update logs by @vishnurk6247 in #238
- fix cloud_storage_manager var error by @vishnurk6247 in #240
- functionfilter -> filtering system frame also by @rootflo-hardik in #241
- updated opentelemetry-instrumentation version to >=0.54b0 by @rootflo-hardik in #242
New Contributors
- @ananthu1997 made their first contribution in #145
Full Changelog: 1.0.0...flo-ai/1.1.2