Releases: dynamiq-ai/dynamiq
Releases · dynamiq-ai/dynamiq
v0.11.1
v0.11.0
What's Changed
- fix: usage of
o3
reasoning param by @olbychos in #146 - fix: add None as default input per agent by @olbychos in #149
- feat: add SQL Executor optimization for agents by @TrachukT in #147
- fix: file support by @maksDev123 in #148
- feat: update parsing logic by @olbychos in #151
- fix: update VectorStoreRetriever tracing for agents by @TrachukT in #150
- feat: update agent messages by @maksDev123 in #141
- feat: add python code metric examples by @MaksymAI in #154
- feat: Elasticsearch integration by @anastasiasenyk in #116
- feat: add validation for weaviate index name by @MaksymAI in #153
- fix: update flow logic for Map node by @TrachukT in #156
- feat: update node params by @olbychos in #152
- fix: agent inference modes by @maksDev123 in #155
- fix: stop words by @maksDev123 in #161
- fix: async streaming handler send to queue logic by @acoola in #162
- feat: add single run for metric by @MaksymAI in #158
- chore: add example financial_assistant by @anastasiasenyk in #160
- feat: update firecrawl node by @olbychos in #163
- feat: intermediate streaming by @maksDev123 in #157
- build: bump pkg to v0.11.0 by @acoola in #165
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- chore: add example gpt-researcher by @anastasiasenyk in #132
- fix: optional field for
csv
node by @olbychos in #135 - feat: update RetrievalTool output and tracing by @TrachukT in #134
- feat: update python code metric by @MaksymAI in #136
- docs: fix readme by @maksDev123 in #137
- fix: drop temperature for reasoning models by @olbychos in #142
- feat: update orchestrator to parse fallback by @olbychos in #138
- chore: improve tracing metadata by @acoola in #139
- fix: Choice node operator eval and PostgreSQL connection by @TrachukT in #143
- feat: add context output for graph orchestrator by @maksDev123 in #140
- fix: python node write guard by @acoola in #144
- build: bump pkg to v0.10.0 by @acoola in #145
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore: change SqlExecutor node name to SQLExecutor by @TrachukT in #126
- feat: human in the loop by @maksDev123 in #105
- docs: update Readme.md and docstring for Workflow, Flow by @anastasiasenyk in #128
- feat: update csv node fields by @olbychos in #127
- feat: add support for o3 models & update litellm by @olbychos in #130
- feat: update linear and adaptive orchestrator by @olbychos in #129
- feat: add reasoning for predefined metrics by @MaksymAI in #131
- build: bump pkg to v0.9.0 by @acoola in #133
New Contributors
- @anastasiasenyk made their first contribution in #128
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- fix: update message convertion by @maksDev123 in #115
- feat: add SQL Executor node by @TrachukT in #107
- fix: add fix for None default files per agent by @olbychos in #119
- feat: add python evaluation metrics by @MaksymAI in #112
- fix: add tool exception by @olbychos in #120
- feat: add csv file converter by @olbychos in #118
- fix: add prompt convertion to base64 by @maksDev123 in #114
- fix: tool calls workflow support by @maksDev123 in #122
- chore: update use_react_search.py by @eltociear in #123
- refactor: move llm evaluator to evaluations by @MaksymAI in #121
- build: bump pkg to v0.8.0 by @acoola in #124
New Contributors
- @eltociear made their first contribution in #123
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- fix: update llm tools output by @maksDev123 in #103
- fix: fix e2b and serp tool by @maksDev123 in #106
- feat: add node specific callbacks by @maksDev123 in #91
- fix: change ibm text models endpoint by @maksDev123 in #108
- fix: input/output nodes execution by @acoola in #109
- fix: update memory usage in agents by @olbychos in #110
- feat: add hybrid search for pgvector and Weaviate by @tyaroshko in #104
- docs: update readme by @maksDev123 in #111
- build: bump pkg to v0.7.0 by @acoola in #113
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- fix: add default value for date in ranker by @maksDev123 in #87
- fix: update input schemas for nodes by @maksDev123 in #84
- feat: add json parser for llm evaluator by @MaksymAI in #82
- chore: add test for rag agent tool within yaml by @olbychos in #90
- feat: add YAML dump logic by @acoola in #94
- feat: add cohere reranker by @olbychos in #93
- fix: change State file location by @maksDev123 in #97
- feat: add serialization for memory module by @olbychos in #95
- fix: update json parser by @MaksymAI in #98
- feat: update prompts for orchestrators and examples by @olbychos in #89
- feat: add Jina searching and scraping tools by @TrachukT in #96
- refactor: predefined metrics update by @MaksymAI in #99
- fix: cohere reranker output by @acoola in #100
- chore: update input for context precision and recall by @MaksymAI in #101
- build: bump pkg to v0.6.0 by @acoola in #102
Full Changelog: v0.5.2...v0.6.0
v0.5.2
v0.5.1
v0.5.0
What's Changed
- fix: update memory strategies and formats naming by @olbychos in #65
- fix: isolation issue for mutable defaults by @acoola in #66
- chore: update map node output structure by @TrachukT in #60
- fix: rename
backend
for Memory by @olbychos in #67 - test: add use-case for agent by @olbychos in #68
- feat: graph agent and orchestrator by @maksDev123 in #36
- feat: add request payload type parameter for HttpApiCall node by @TrachukT in #72
- feat: add
exa
tool by @olbychos in #69 - feat: add pre-build evaluation metrics by @MaksymAI in #39
- refactor: change vector store configs by @TrachukT in #70
- feat: add citations for perplexity node by @olbychos in #76
- chore: update memory backends as pydantic models by @olbychos in #73
- feat: clean up logging for agents by @olbychos in #77
- chore: add examples for agent article by @olbychos in #79
- feat: integrate PGVector vector database by @tyaroshko in #74
- build: bump pkg to v0.5.0 by @acoola in #80
New Contributors
- @tyaroshko made their first contribution in #74
Full Changelog: v0.4.2...v0.5.0