-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Agent support for @agent default agent inside workspace chat
#1093
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
Merged
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
remove console logs update close state for agent invocations
Extract statusResponse to its own component
Validate values for agent skills Enable dynamic loading of skills UI for toggle of skills
add abort handlers and controller for langchain stuff so socket close kills process
@workspace default agent.@agent default agent inside workspace chat
timothycarambat
added a commit
that referenced
this pull request
Apr 16, 2024
* [FEAT] Add ability to override chat user icon and name in embedded chat widget (#1067) * add ability to override chat user icon and name in embedded chat widget * publish embed changes * [FEAT] Survey form revisions (#1069) * remove options from onboarding survey and allow next button to skip survey * update survey logic --------- Co-authored-by: timothycarambat <rambat1010@gmail.com> * expand support for non-US azure deployments (#1080) * expand support for non-US azure deployments * update conditional * patch rerender * Add ability for owner to reset just the workspace vector DB (#1094) * Add ability for owner to reset just the workspace vector DB * explicit border none * patch file types as plaintext (#1095) resolves #1089 * [FIX] GitHub repo with periods in link fix (#1084) fix periods in github repo links bug * remove unneeded answerKey for Anthropic (#1100) resolves #1096 * Bump all static model providers (#1101) * π Docs Update (Readme) (#1106) π Updated Readme * Agent support for `@agent` default agent inside workspace chat (#1093) V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat. * update line underline css * Enable dynamic GPT model dropdown (#1111) * Enable dynamic GPT model dropdown * Desktop agent support (#1110) Sync to Master Add Agent support * prevent reload on workspace name change --------- Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com> Co-authored-by: ShadowArcanist <162910371+ShadowAlyxia@users.noreply.github.com>
cabwds
pushed a commit
to cabwds/anything-llm
that referenced
this pull request
Jul 3, 2025
β¦lex-Labs#1093) V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
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.
Pull Request Type
Relevant Issues
resolves #746
resolves #509
resolves #738
What is in this change?
v1 beta implementation of agents for
@workspacewith the following abilities:Additional Information
This is not intended to replace the traditional RAG chat method.
Custom agents or multi-agent support is not live
Can only invoke agent abilities with the
@workspacein prompt.Developer Validations
yarn lintfrom the root of the repo & committed changes