Skip to content

V0.3.4

Choose a tag to compare

@saivishwak saivishwak released this 20 Feb 06:31
· 122 commits to main since this release
ddc08ca

What's Changed

  • [MAINT]: Bump V0.3.3 by @saivishwak in #131
  • refactor: replace fs::create_dir with fs::create_dir_all by @deepsource-autofix[bot] in #135
  • refactor: collapse match statements into if-let by @deepsource-autofix[bot] in #136
  • refactor: remove unneeded field patterns by @deepsource-autofix[bot] in #137
  • refactor: replace unwrap_or with unwrap_or_else for deferred default computation by @deepsource-autofix[bot] in #138
  • refactor: replace hardcoded tmp directory usage in tests by @deepsource-autofix[bot] in #139
  • [REFACTOR]: Fix Deepsoruce issues by @saivishwak in #141
  • refactor: collapse match statements into if-else by @deepsource-autofix[bot] in #140
  • refactor: use constants for env var keys by @deepsource-autofix[bot] in #142
  • refactor: replace empty new() calls with default() by @deepsource-autofix[bot] in #144
  • [BUG]: fix BasicAgent memory recall policy by @HrithikGit in #145
  • Decoupled logical id from Qdrant point id + point deletion by @SergioArrighi in #148
  • [FEATURE]: Add create_dir filesystem tool with recursive, idempotent, and root-safe behavior by @SergioArrighi in #156
  • [BUG]: Fix Ollama chat request serialization and tool call ID collisions by @SergioArrighi in #154
  • [FEATURE] Enable recursive directory traversal in search_file by @SergioArrighi in #152
  • [FEATURE]: Named Vectors Support in autoagents-qdrant by @SergioArrighi in #157
  • [FEATURE] Add document parsing toolkit supporting PDF, DOCX, XLSX, PPTX, HTML, CSV, JSON, XML, TXT and Markdown by @touyoutaaa in #150
  • [TEST]: Add more test coverage by @saivishwak in #159
  • [TEST]: Improve code coverage by @saivishwak in #161
  • [TASK]: Add performance optimizations in core by @saivishwak in #163

New Contributors

Full Changelog: v0.3.3...v0.3.4