AI-Studio/app/MindWork AI Studio/Assistants
j-erler 05790e8af4 Added the Batch Processing Assistant
The assistant processes all documents of a folder in one batch run. Each
document is extracted to Markdown by the Rust runtime and sent to the
selected provider together with the user's instructions.

The instructions come from one of three sources: a free prompt, one of
the existing document analysis policies including its minimum provider
confidence, or a file the user imports.

The output is either one Markdown file per document, or one CSV results
table in which each answer becomes a row. The user can name the results
table; its columns are the document and the answer.

Every run writes a log named log.csv with the document, time, model,
status, and the reason for any error. When a later run finds a log in
the output folder, the assistant asks whether to continue it. Continuing
processes only the documents that failed or whose results no longer
exist, which recovers runs interrupted by a crash or by documents
exceeding the context window of the model. A single failing document
never stops the run, and the run can be canceled at any time.

Columns are separated by a vertical bar and quoted per RFC 4180, so that
the files open in spreadsheet applications regardless of the list
separator of the user. Documents are identified by their path relative
to the input folder, because two subfolders may contain a document of
the same name.

Includes the English and German localization.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-09 18:05:18 +02:00
..
Agenda Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00
BatchProcessing Added the Batch Processing Assistant 2026-08-09 18:05:18 +02:00
BiasDay Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00
Builder Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
Coding Improved file attachment handling in assistants & dialogs (#840) 2026-07-06 20:27:25 +02:00
DocumentAnalysis Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
Dynamic Fixed invisible file attachments in assistant plugins & allow file attachment component (#877) 2026-07-21 10:05:43 +02:00
EMail Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00
ERI Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00
GrammarSpelling Improved file attachment handling in assistants & dialogs (#840) 2026-07-06 20:27:25 +02:00
I18N Added the Batch Processing Assistant 2026-08-09 18:05:18 +02:00
IconFinder Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00
JobPosting Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00
LegalCheck Improved file attachment handling in assistants & dialogs (#840) 2026-07-06 20:27:25 +02:00
LogViewer Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
MyTasks Improved the "My Tasks Assistant": you can now provide one or more documents in addition to text (#842) 2026-07-09 13:07:11 +02:00
PromptOptimizer Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
RewriteImprove Improved file attachment handling in assistants & dialogs (#840) 2026-07-06 20:27:25 +02:00
SlideBuilder Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00
Synonym Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00
TextSummarizer Improved file attachment handling in assistants & dialogs (#840) 2026-07-06 20:27:25 +02:00
Translation Improved file attachment handling in assistants & dialogs (#840) 2026-07-06 20:27:25 +02:00
VisualBriefing Fixed color, spellchecking, and translations in the visual briefing assistant (#895) 2026-08-04 07:33:33 +02:00
_Imports.razor Refactor components (#80) 2024-08-21 08:30:01 +02:00
AssistantBase.razor Added audio and video transcription for chats and assistants (#856) 2026-07-15 12:53:30 +02:00
AssistantBase.razor.cs Fixed reset button in the document analysis assistant (#887) 2026-08-06 12:13:08 +02:00
AssistantBaseCore.cs Included a settings icon to every assistant that lets you edit the settings (#327) 2025-03-12 11:31:01 +01:00
AssistantLowerBase.cs Allow assistants to run in the background (#828) 2026-07-03 15:02:20 +02:00