This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Nov 04, 2024
-
-
Timothy Carambat authored
* feat: add new model provider: Novita AI * feat: finished novita AI * fix: code lint * remove unneeded logging * add back log for novita stream not self closing * Clarify ENV vars for LLM/embedder seperation for future Patch ENV check for workspace/agent provider --------- Co-authored-by:
Jason <ggbbddjm@gmail.com> Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Oct 29, 2024
-
-
Timothy Carambat authored
-
timothycarambat authored
-
- Oct 21, 2024
-
-
Timothy Carambat authored
* Add Grok/XAI support for LLM & agents * forgot files
-
Timothy Carambat authored
* Rework failover agent invocation selection for agent and ephemmeral agent * update order of check * update order of check * lint
-
Timothy Carambat authored
* Fix incorrect json API description. * small edits and validity checks * remove console.logs * unset and recheck changes --------- Co-authored-by:
Adam <phazei@gmail.com>
-
- Oct 18, 2024
-
-
Timothy Carambat authored
-
- Oct 15, 2024
-
-
Sean Hatfield authored
* litellm agent support * lint * add LiteLLM provider config --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
resolves #2464 resolves #989 Note: Streaming not supported
-
- Oct 01, 2024
-
-
Sean Hatfield authored
* support tavily search web search agent * lint * remove unneeded comments
-
- Sep 26, 2024
-
-
Sean Hatfield authored
* add deepseek support * lint * update deepseek context length * add deepseek to onboarding --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Sep 25, 2024
-
-
Sean Hatfield authored
* refactor agent to add fallback to workspace, then to chat provider/model * commenting update logic for bedrock and fireworks fallbacks --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 23, 2024
-
-
timothycarambat authored
linting
-
Jaid authored
Added JSONSchema for agent skill plugin manifest files Signed-off-by:
Jaid <6216144+Jaid@users.noreply.github.com>
-
- Sep 16, 2024
-
-
Timothy Carambat authored
* Issue #1943: Add support for LLM provider - Fireworks AI * Update UI selection boxes Update base AI keys for future embedder support if needed Add agent capabilites for FireworksAI * class only return --------- Co-authored-by:
Aaron Van Doren <vandoren96+1@gmail.com>
-
- Sep 13, 2024
-
-
Timothy Carambat authored
* Support `@agent` custom skills * move import
-
- Sep 12, 2024
-
-
Timothy Carambat authored
-
- Sep 11, 2024
-
-
Timothy Carambat authored
* Update OpenAI models * Sort OpenAI models by created timestamp in ascending order * Update OpenAI models price * uncheck fallback listing (even if old) closes #2261 * linting --------- Co-authored-by:
Yaner <1468275133@qq.com>
-
Timothy Carambat authored
* Add support for custom agent skills via plugins Update Admin.systemPreferences to updated endpoint (legacy has deprecation notice * lint * dev build * patch safeJson patch label loading * allow plugins with no config options * lint * catch invalid setupArgs in frontend * update link to docs page for agent skills * remove unneeded files --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Sep 05, 2024
-
-
Timothy Carambat authored
* Add SearchApi to web browsing * UI modifications for SearchAPI --------- Co-authored-by:
Sebastjan Prachovskij <sebastjan.prachovskij@gmail.com>
-
- Aug 23, 2024
-
-
Timothy Carambat authored
-
- Aug 22, 2024
-
-
Timothy Carambat authored
* Use `@agent` via dev API * Move EphemeralEventListener to same file as agent
-
- Aug 21, 2024
-
-
Timothy Carambat authored
* Refactor api endpoint chat handler to its own function remove legacy `chatWithWorkspace` and cleanup `index.js` * Add `sessionId` in dev API to partition chats logically statelessly
-
- Aug 15, 2024
-
-
Timothy Carambat authored
* Enable agent context windows to be accurate per provider:model * Refactor model mapping to external file Add token count to document length instead of char-count refernce promptWindowLimit from AIProvider in central location * remove unused imports
-
- Jul 24, 2024
-
-
Timothy Carambat authored
* Revert "Patch ODBC support from missing binary/headers for node-odbc" This reverts commit 9de6b1cc. * Revert "OBDC Support (#1933)" This reverts commit cd597a36.
-
- Jul 23, 2024
-
-
Timothy Carambat authored
add AWS bedrock support for LLM + agents
-
Timothy Carambat authored
* add possibility to connect to SQL Base by ODBC --------- Co-authored-by:
suchaudn <nicolas.suchaud@legrand.fr> Co-authored-by:
nicho2 <nicho2@laposte.net>
-
- Jul 22, 2024
-
-
Timothy Carambat authored
-
- Jul 20, 2024
-
-
Timothy Carambat authored
* patch CVE in old express-ws pkg * patch workflow * remove dev-image
-
- Jul 11, 2024
-
-
Sean Hatfield authored
* patch llm providers that have manual inputs for model pref * refactor agent model fallback update UI to show disabled providers to stop questions about provider limitations * patch log on startup --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jul 03, 2024
-
-
timothycarambat authored
-
- Jun 28, 2024
-
-
Timothy Carambat authored
resolves #1777
-
- Jun 20, 2024
-
-
Timothy Carambat authored
resolves #1367
-
- Jun 12, 2024
-
-
timothycarambat authored
style: update error message width
-
timothycarambat authored
feat: add /reset to bailout for agent session fix: patch save-to-browser not enabling
-
- Jun 10, 2024
-
-
timothycarambat authored
-
Serply authored
* added serply search api * undo remove of new line --------- Co-authored-by:
teampen <136991215+teampen@users.noreply.github.com>
-
Timothy Carambat authored
-
- May 23, 2024
-
-
Sean Hatfield authored
implement bing search engine for agents
-
timothycarambat authored
-