Commit Graph

86 Commits

Author SHA1 Message Date
Thorsten Sommer
cf21c4f29e
Merge branch 'main' into add-plugin-system 2025-03-22 21:10:23 +01:00
bcd0138a96
Implemented the language plugin logic 2025-03-22 14:25:14 +01:00
568a4270ae
Add an init method for UI text content & method to read text tables 2025-03-22 14:24:45 +01:00
5eafb20e07
Improved visibility & mutability 2025-03-22 14:23:55 +01:00
14ce3be083
Add maintenance and deprecation message flags to plugins 2025-03-22 12:21:56 +01:00
ff788b33f2
Add maintenance and deprecation message flags to plugins 2025-03-22 12:21:00 +01:00
24f5127785
Implemented a mechanism for excluding forbidden plugins 2025-03-21 20:34:01 +01:00
8fc6cb326b
Simplify NoPlugin 2025-03-21 20:32:20 +01:00
51f34392ed
Added a loader which allows Lua scripts to load other Lua scripts 2025-03-21 14:16:54 +01:00
c679e17784
Ensure deployment of internal plugins 2025-03-20 16:21:49 +01:00
abeee2408f
Load some default Lua libraries 2025-03-18 13:13:41 +01:00
Thorsten Sommer
b948909afa
Updated the ERI v1 specification & fixed spelling of the UNKNOWN role (#364)
Some checks are pending
Build and Release / Read metadata (push) Waiting to run
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage deb updater) (push) Blocked by required conditions
Build and Release / Build app (linux-arm64) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions
2025-03-17 17:10:03 +01:00
6f772e78b5
Removed plugin state 2025-03-15 21:36:48 +01:00
ee5237ac44
Added the theme plugin type 2025-03-15 21:35:28 +01:00
4d79b0ec94
Added another check 2025-03-15 21:35:03 +01:00
cba651d034
Refactored the plugin base class 2025-03-15 21:34:46 +01:00
28009e185a
Implemented the plugin base system 2025-03-14 21:56:55 +01:00
f3c9ff52bf
Added GetAllEnumValues to common tools 2025-03-14 21:47:32 +01:00
Thorsten Sommer
ce8d84a12a
Migrate to .NET 9 & MudBlazor 8 (#333)
Some checks are pending
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage deb updater) (push) Blocked by required conditions
Build and Release / Build app (linux-arm64) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Read metadata (push) Waiting to run
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions
2025-03-12 19:12:56 +01:00
Thorsten Sommer
2e8444b5e3
Code maintenance (#332)
Some checks are pending
Build and Release / Build app (linux-arm64) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Read metadata (push) Waiting to run
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage deb updater) (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions
2025-03-12 18:05:27 +01:00
Peer Schütt
200964422d
Included a settings icon to every assistant that lets you edit the settings (#327) 2025-03-12 11:31:01 +01:00
Thorsten Sommer
2429788ccc
Fixed secret retrieval for connection testing while adding an ERI data source (#325) 2025-03-11 13:57:47 +01:00
Thorsten Sommer
032c7ee56e
Added the retrieval process section for ERI data sources (#318) 2025-03-08 21:04:17 +01:00
Thorsten Sommer
030990ee90
Improved data security for chat threads (#317) 2025-03-08 20:13:08 +01:00
Thorsten Sommer
6a4a7dc0d6
Improved the augmentation & generation of RAG (#314) 2025-03-08 13:56:38 +01:00
Thorsten Sommer
df01ce188e
Improved RAG issue handling (#313) 2025-03-08 11:14:20 +01:00
Thorsten Sommer
1d22232005
ERI: use camel case for JSON (#311) 2025-03-06 21:02:21 +01:00
Thorsten Sommer
9d2b63bbaa
Added paths to log files in the "About" dialog for easier support (#304) 2025-02-27 20:17:51 +01:00
Thorsten Sommer
277dc73468
Added DeepSeek as provider (#303) 2025-02-27 12:43:19 +01:00
Thorsten Sommer
ccac2b04ac
Resolved warnings regarding redundant switch arms (#302) 2025-02-27 08:42:51 +01:00
Thorsten Sommer
9bd79bd3a0
Improved data security by enforcing provider filtering (#290) 2025-02-23 15:05:29 +01:00
Thorsten Sommer
bfc9f2ea1d
Added a retrieval context validation agent (#289) 2025-02-22 20:51:06 +01:00
Thorsten Sommer
96e6372fcd
Added a common augmentation interface & default implementation (#288) 2025-02-18 11:24:43 +01:00
Thorsten Sommer
f01cf498e2
Refactored the RAG process (#287) 2025-02-17 16:51:26 +01:00
Thorsten Sommer
77d427610b
Execute retrieval processes (#286) 2025-02-17 14:12:46 +01:00
Thorsten Sommer
98810ce884
Added an agent to select the appropriate data sources for any prompt (#284) 2025-02-17 12:33:34 +01:00
Thorsten Sommer
657fda4961
Fixed a bug in which 'APP_SETTINGS' appeared in the "send to" menu (#283) 2025-02-15 15:53:58 +01:00
Thorsten Sommer
f4780939fc
Integrated data sources into any chat (#282) 2025-02-15 15:41:12 +01:00
Thorsten Sommer
954cf44939
Added retrieval integration, part I (#281) 2025-02-10 18:49:22 +01:00
Thorsten Sommer
c0b7016c3a
Added the assistant option to select the default app provider (#278) 2025-02-09 16:59:26 +01:00
Thorsten Sommer
c836bd7f33
Added an information view to all data sources (#273) 2025-02-09 12:36:37 +01:00
Thorsten Sommer
be408a6aee
Fixed message bus issues (#268) 2025-01-21 15:36:22 +01:00
Thorsten Sommer
ed14525390
Fixed hostname validation message for ERI data sources (#265) 2025-01-21 13:49:44 +01:00
Thorsten Sommer
63be312bb4
Configure data sources (#259) 2025-01-13 19:51:26 +01:00
Thorsten Sommer
06f66fdab2
Refactored the settings page (#258) 2025-01-05 15:11:15 +01:00
Thorsten Sommer
258bc7a338
Fixed a streaming bug (#250) 2025-01-04 12:30:05 +01:00
Thorsten Sommer
caec3bfd2c
Improved chat UI (#240) 2025-01-02 13:16:47 +01:00
Thorsten Sommer
8cbef49d89
Add ERI server assistant (#231) 2025-01-01 15:49:27 +01:00
Thorsten Sommer
61f7a3dd72
Fixed bugs related to the workspaces component (#228) 2024-12-04 11:44:12 +01:00
Thorsten Sommer
799112eb9d
Added embedding configurations (#224) 2024-12-03 15:24:40 +01:00