The no-code agent skill builder is live ⚡
Big changes
🏗️ The built-in no-code agent flow builder is alive!
Now, without a line of code you can seamlessly draft and run agentic skills that just make sense. No confusing setup - just AI skills on steroids, fully local and about 1000x easier to understand than MCP.
Read the docs on making your first skill ->
OCR scanning of PDF and images is live!
Now, when Anythingllm is given an image or nondigitized PDF we will automatically OCR the text content into a document. This is done via a local Tesseract model running in process!
this is OCR, not "vision" so if the content has no text - nothing will be found!
Lastly, we skipped a few Docker versions to make Docker <=> Desktop the same release version. It was confusing have two different semantic versions. They will now be lock-step going forward.
All the other fixes 🔧
- Enable
include_reasoning
in request by @timothycarambat in #3067 - parse streams from
reasoning_content
from DeepSeek API by @timothycarambat in #3068 - Add tokenizer improvements via Singleton class and estimation by @timothycarambat in #3072
- autodetect parseable text file contents by @timothycarambat in #3079
- inherit font size from UI for thoughts by @timothycarambat in #3099
- Enable consistent styling on chart items by @timothycarambat in #3126
- Add reasoning flag for azure models with "default" fallback by @timothycarambat in #3128
- Enable
num_ctx
to match defined chunk length in ollama embedder by @timothycarambat in #3129 - Patch PPLX streaming for timeouts by @timothycarambat in #3130
- Add improved logging and introspection to web-browsing by @timothycarambat in #3140
- [FEAT] Add Turkish Language Support (tr.js) #3108 by @TunahanDilercan in #3141
- [CHORE] Onboarding language translations by @timothycarambat in #3176
- fix UserMenu rendered twice on Main page by @sdeleeuw in #3110
- Add handling to reasoning models for Generic OpenAI connector by @timothycarambat in #3183
- Agent flow builder by @shatfield4 in #3077
- chore: rename Github to GitHub by @setchy in #3199
- chore: rename
Gitlab
toGitLab
by @setchy in #3200 - Add
querySelectorAll
capability to web-scraping block by @timothycarambat in #3186 - Turkish translations by @cobanov in #3207
- OCR PDFs as fallback during upload by @timothycarambat in #3204
- Add OCR of image support by @timothycarambat in #3219
- feat(dataconnectors): support confluence personal access token by @lcgash in #3206
- fix agent builder move block bug by @shatfield4 in #3220
- Drop Node
canvas
for manualsharp
conversion by @timothycarambat in #3221 - for projects in gitlab subgroup (#3075) by @t2tx in #3247
- Fix: fix text and format issues in Chinese documentation. by @alongLFB in #3249
- fix: sanitizeNamespace by @hakeemsyd in #3246
- fix: Patch agent flow to honor agent handler established provider by @timothycarambat in #3251
New Contributors
- @TunahanDilercan made their first contribution in #3141
- @sdeleeuw made their first contribution in #3110
- @setchy made their first contribution in #3199
- @cobanov made their first contribution in #3207
- @lcgash made their first contribution in #3206
- @t2tx made their first contribution in #3247
- @alongLFB made their first contribution in #3249
Full Changelog: v1.4.0...v1.7.4