forked from Mintplex-Labs/anything-llm
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from Mintplex-Labs:master #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
452
commits into
forgotDj:master
Choose a base branch
from
Mintplex-Labs:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31bc579
to
b658f50
Compare
connect #3023 Note: depends on user naming the deployment correctly.
Add in-text citations as well for PPLX token streaming handle timeouts for stream/buffer hanging
* wip onboarding translations * add normalized EN reference for languages * add zh/zh-tw translations * Fix translations
fix: fix UserMenu rendered twice on Main page
* Add handling to resoning models for Generic OpenAI connector resolves #3177 * linting
resolves #3117
* wip agent builder * refactor structure for agent builder * improve ui for add block menu and sidebar * lint * node ui improvement * handle deleting variable in all nodes * add headers and body to apiCall node * lint * Agent flow builder backend (#3078) * wip agent builder backend * save/load agent tasks * lint * refactor agent task to use uuids instead of names * placeholder for run task * update frontend sidebar + seperate backend to agent-tasks utils * lint * add deleting of agent tasks * create AgentTasks class + wip load agent tasks into aibitat * lint * inject + call agent tasks * wip call agent tasks * add llm instruction + fix api calling blocks * add ui + backend for editing/toggling agent tasks * lint * add back middlewares * disable run task + add navigate to home on logo click * implement normalizePath to prevent path traversal * wip make api calling more consistent * lint * rename all references from task to flow * patch load flow bug when on editing page * remove unneeded files/comments * lint * fix delete endpoint + rename load flows * add move block to ui + fix api-call backend + add telemetry * lint * add web scraping block * only allow admin for agent builder --------- Co-authored-by: timothycarambat <[email protected]> * Move AgentFlowManager flows to static simplify UI states Handle LLM prompt flow when provided non-string * delete/edit menu for agent flow panel + update flow icon * lint * fix open builder button hidden bug * add tooltips to move up/down block buttons * add tooltip to delete block * truncate block description to fit on blocklist component * light mode agent builder sidebar * light mode api call block * fix light mode styles for agent builder blocks * agent flow fetch in UI * sync delete flow * agent flow ui/ux improvements * remove unused AgentSidebar component * comment out /run * UI changes and updates for flow builder * format flow panel info * update link handling * ui tweaks to header menu * remove unused import * update doc links update block icons * bump readme * Patch code block header oddity resolves #3117 * bump dev image --------- Co-authored-by: Timothy Carambat <[email protected]>
* chore: rename Github to GitHub Signed-off-by: Adam Setch <[email protected]> * chore: rename Github to GitHub Signed-off-by: Adam Setch <[email protected]> * Undo some code changes for references --------- Signed-off-by: Adam Setch <[email protected]> Co-authored-by: timothycarambat <[email protected]>
resolves #3201
* chore: rename `Gitlab` to `GitLab` Signed-off-by: Adam Setch <[email protected]> * undo code changes - breaks refs --------- Signed-off-by: Adam Setch <[email protected]> Co-authored-by: timothycarambat <[email protected]>
* Add `querySelectorAll` capability to web-scraping block * patches and fallbacks * fix styles of text in web scraping block --------- Co-authored-by: shatfield4 <[email protected]>
* OCR PDFs as fallback in spawn thread * wip * build our own worker fanout and wrapper * norm pkgs * bump dev
* OCR PDFs as fallback in spawn thread * wip * build our own worker fanout and wrapper * norm pkgs * Add image OCR support
* feat(dataconnectors): support confluence personal access token * fix: change select option * linting change name on accesstype field --------- Co-authored-by: timothycarambat <[email protected]>
* removed extra overflow scrollbar * improved scrollbar presentation * ran yarn lint --------- Co-authored-by: timothycarambat <[email protected]>
#3843) Fix File attachments are not cleared on second send click when use @agent Co-authored-by: Timothy Carambat <[email protected]>
* new ui for citations * move onclick to parent * lint * change div to button * update citations UI and parsing to inherit user text size and design specs * new render animation for citations fix bug with citation on score on modal --------- Co-authored-by: Timothy Carambat <[email protected]>
normalize path on drupal to use documentsFolder constant
* Update Brazilian Portuguese locale (pt_BR) * Add missing localizations in chat window * normalize translations * lint --------- Co-authored-by: shatfield4 <[email protected]> Co-authored-by: Timothy Carambat <[email protected]>
* Add keyboard shortcuts help feature * Minor lint fixes * Enhance keyboard shortcuts feature by updating help shortcut and adding keyboard shortcuts button in Quick Links. Include new translation for keyboard shortcuts in locale. * Added documentation of keyboard shortcuts * refactor keyboard shortcuts to not render on every page (like login) limit shortcuts to admins update locales remove keyboard shortcut button - move to resources remove readme entry * move translation key --------- Co-authored-by: timothycarambat <[email protected]>
norm translations due to keyboard shortcut entries
Handle invalid response bodies for contextwindowfinder
* update ui for attachment item component * fix attachment styles and spacing of prompt input * lint * fix loading state for dark/light modes * truncate error message * image attachment fix --------- Co-authored-by: Timothy Carambat <[email protected]>
remove border around image upload component
* Compatibilizations with 'en' file to maintain line relations to easy translations * Add missing pt_BR translations * Maintain compatibilization * linting * normalize --------- Co-authored-by: timothycarambat <[email protected]>
* Fix: MCP server environment inheritance across platforms - Fix GUI applications not inheriting proper PATH/NODE_PATH - Correct Docker NODE_PATH to point to modules directory - Ensure base environment is always provided - Preserve user environment variable overrides - Resolves -32000 Connection closed errors on macOS/Linux GUI * Fix: MCP server environment inheritance across platforms after linting --------- Co-authored-by: Timothy Carambat <[email protected]>
…3937) add support for PUT and PATCH in agent flow builder api call block Co-authored-by: Timothy Carambat <[email protected]>
* Add missing localizations * remove unnecessary translations * remove unused entry * normalize translations --------- Co-authored-by: timothycarambat <[email protected]>
patch apiChatHandler to include agent chats
* wip create skeleton for new embed chat ui/ux * update ui for embed chats * lint * update sidebar/paths * remove old embed pages * patch broken link * add created timestamp to differentiate embeds update translation key to lowercase add created at translation key * update text colors --------- Co-authored-by: timothycarambat <[email protected]>
* implement json parser for agent flow to allow dot notation and array access * lint * patch parser for pathing on objects add tests for cases * Move webscraping deps to closure update tests to not modify env since no longer needed do not modify paths with spaces - could be text key with spaces --------- Co-authored-by: timothycarambat <[email protected]>
* update colors for workspace directory recent added files & remove shadows * patch styles and loading states --------- Co-authored-by: timothycarambat <[email protected]>
* wip: create direct output switch on last block and send response to ui * lint * Return flow on direct output enabled prevent new blocks below direct output block Update executor/aibitat to handle skipping of handler outputs * dev build --------- Co-authored-by: Timothy Carambat <[email protected]>
* implement importing of agent flows from community hub * auto enable flow on import * remove unused blocks for docker prevent importing or saving of agent flows that have unsupported blocks for version or platform * dev build --------- Co-authored-by: Timothy Carambat <[email protected]>
* fix text wrapping in directory tooltip * fix tooltips --------- Co-authored-by: timothycarambat <[email protected]>
* Fix model map staleness behavior or fallback * patch url * fix log * dev build
* Enable UI/UX for model swapping in chat window * forgot component * patch useGetProviders hook to set loading on change of provider * dev build * normalize translations * patch how model default is provided --------- Co-authored-by: shatfield4 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )