Dynamiq

Latest version: v0.6.0

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

Scan your dependencies

Page 1 of 3

0.6.0

What's Changed
* fix: add default value for date in ranker by maksDev123 in https://github.com/dynamiq-ai/dynamiq/pull/87
* fix: update input schemas for nodes by maksDev123 in https://github.com/dynamiq-ai/dynamiq/pull/84
* feat: add json parser for llm evaluator by MaksymAI in https://github.com/dynamiq-ai/dynamiq/pull/82
* chore: add test for rag agent tool within yaml by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/90
* feat: add YAML dump logic by acoola in https://github.com/dynamiq-ai/dynamiq/pull/94
* feat: add cohere reranker by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/93
* fix: change State file location by maksDev123 in https://github.com/dynamiq-ai/dynamiq/pull/97
* feat: add serialization for memory module by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/95
* fix: update json parser by MaksymAI in https://github.com/dynamiq-ai/dynamiq/pull/98
* feat: update prompts for orchestrators and examples by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/89
* feat: add Jina searching and scraping tools by TrachukT in https://github.com/dynamiq-ai/dynamiq/pull/96
* refactor: predefined metrics update by MaksymAI in https://github.com/dynamiq-ai/dynamiq/pull/99
* fix: cohere reranker output by acoola in https://github.com/dynamiq-ai/dynamiq/pull/100
* chore: update input for context precision and recall by MaksymAI in https://github.com/dynamiq-ai/dynamiq/pull/101
* build: bump pkg to v0.6.0 by acoola in https://github.com/dynamiq-ai/dynamiq/pull/102


**Full Changelog**: https://github.com/dynamiq-ai/dynamiq/compare/v0.5.2...v0.6.0

0.5.2

What's Changed
* feat: add ollama node by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/78
* fix: node tracing on exception by acoola in https://github.com/dynamiq-ai/dynamiq/pull/85
* build: bump litellm and openai pkgs by acoola in https://github.com/dynamiq-ai/dynamiq/pull/86
* chore: update input schemas for nodes by maksDev123 in https://github.com/dynamiq-ai/dynamiq/pull/75
* build: bump pkg to v0.5.2 by acoola in https://github.com/dynamiq-ai/dynamiq/pull/88


**Full Changelog**: https://github.com/dynamiq-ai/dynamiq/compare/v0.5.1...v0.5.2

0.5.1

What's Changed
* chore: llm evaluator cleanup content by acoola in https://github.com/dynamiq-ai/dynamiq/pull/81
* build: bump pkg to v0.5.1 by acoola in https://github.com/dynamiq-ai/dynamiq/pull/83


**Full Changelog**: https://github.com/dynamiq-ai/dynamiq/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* fix: update memory strategies and formats naming by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/65
* fix: isolation issue for mutable defaults by acoola in https://github.com/dynamiq-ai/dynamiq/pull/66
* chore: update map node output structure by TrachukT in https://github.com/dynamiq-ai/dynamiq/pull/60
* fix: rename `backend` for Memory by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/67
* test: add use-case for agent by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/68
* feat: graph agent and orchestrator by maksDev123 in https://github.com/dynamiq-ai/dynamiq/pull/36
* feat: add request payload type parameter for HttpApiCall node by TrachukT in https://github.com/dynamiq-ai/dynamiq/pull/72
* feat: add `exa` tool by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/69
* feat: add pre-build evaluation metrics by MaksymAI in https://github.com/dynamiq-ai/dynamiq/pull/39
* refactor: change vector store configs by TrachukT in https://github.com/dynamiq-ai/dynamiq/pull/70
* feat: add citations for perplexity node by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/76
* chore: update memory backends as pydantic models by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/73
* feat: clean up logging for agents by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/77
* chore: add examples for agent article by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/79
* feat: integrate PGVector vector database by tyaroshko in https://github.com/dynamiq-ai/dynamiq/pull/74
* build: bump pkg to v0.5.0 by acoola in https://github.com/dynamiq-ai/dynamiq/pull/80

New Contributors
* tyaroshko made their first contribution in https://github.com/dynamiq-ai/dynamiq/pull/74

**Full Changelog**: https://github.com/dynamiq-ai/dynamiq/compare/v0.4.2...v0.5.0

0.4.2

What's Changed
* chore: add missing environment variables by 49Simon in https://github.com/dynamiq-ai/dynamiq/pull/54
* chore: update tools file upload validator by acoola in https://github.com/dynamiq-ai/dynamiq/pull/58
* feat: add deepseek llm, fix perplexity connection by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/59
* fix: union types handling for agent stuff by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/57
* fix: pinecone writer node validation by acoola in https://github.com/dynamiq-ai/dynamiq/pull/61
* fix: streaming callback init and sse example by acoola in https://github.com/dynamiq-ai/dynamiq/pull/62
* build: bump pkg to v0.4.2 by acoola in https://github.com/dynamiq-ai/dynamiq/pull/63

New Contributors
* 49Simon made their first contribution in https://github.com/dynamiq-ai/dynamiq/pull/54

**Full Changelog**: https://github.com/dynamiq-ai/dynamiq/compare/v0.4.1...v0.4.2

0.4.1

What's Changed
* feat: integrate Milvus Vector Database by jinhonglin-ryan in https://github.com/dynamiq-ai/dynamiq/pull/34
* ci: split ci tests by acoola in https://github.com/dynamiq-ai/dynamiq/pull/46
* chore: drop unused params in LLM completion by acoola in https://github.com/dynamiq-ai/dynamiq/pull/47
* feat: allow relative import for python node by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/48
* fix: milvus connection validation by acoola in https://github.com/dynamiq-ai/dynamiq/pull/50
* fix: map node tracing by acoola in https://github.com/dynamiq-ai/dynamiq/pull/51
* feat: add url parameter for HttpApiCall node configuration by TrachukT in https://github.com/dynamiq-ai/dynamiq/pull/49
* fix: python node run and tracing by acoola in https://github.com/dynamiq-ai/dynamiq/pull/55
* feat: update streaming for steps and tokens by olbychos in https://github.com/dynamiq-ai/dynamiq/pull/53
* build: bump pkg to v0.4.1 by acoola in https://github.com/dynamiq-ai/dynamiq/pull/56

New Contributors
* jinhonglin-ryan made their first contribution in https://github.com/dynamiq-ai/dynamiq/pull/34

**Full Changelog**: https://github.com/dynamiq-ai/dynamiq/compare/v0.4.0...v0.4.1

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.