anything-llm/frontend/src/components
Timothy Carambat 2e813846dc
Agent skill: chart generation (#1103)
* WIP agent support

* move agent folder

* wip frontend socket

* checkpoint

* fix schema

* Checkpoint for plugins and AgentHandler

* refactor plugins and agent arch

* agent error reporting and handling

* add frontend elements for agents in prompt input

* WIP integrations for agents

* enable web-search agent config from frontend

* persist chat history

* update alert

* update migration
remove console logs
update close state for agent invocations

* add examples to dockerignore
Extract statusResponse to its own component

* update close method

* wrap scraping rejections

* add RAG search as funciton

* Add telem and link highlight

* chat support

* patch memory

* Add rechart as a plugin option

* Toggles for abilites of default agent (system wide)
Validate values for agent skills
Enable dynamic loading of skills
UI for toggle of skills

* add UI for toggle of configs for agent

* toggle WS or WSS protocol

* update NGNIX proxy pass

* move components around and capture failed websocket creation

* fix name

* tmp docker image

* reset workflow

* safety mark functions

* telem on tool calls

* remove hardcode short circuit

* separate web-browser from scrape

* extract summarizer to util
add abort handlers and controller for langchain stuff so socket close kills process

* langchain summarize verbose when in dev

* chart styling improvements + add title to chart

* fix legend from being cutoff in chart downloads

* remove cursor blink

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2024-04-26 11:18:55 -07:00
..
ChangeWarning [REFACTOR] remove all <dialog> modals and replace with custom ModalWrapper component (#641) 2024-01-23 14:19:08 -08:00
ChatBubble chore: add @ as alias for frontend root (#414) 2023-12-07 09:09:01 -08:00
DataConnectorOption [FEAT] Confluence data connector (#1181) 2024-04-25 17:53:38 -07:00
DefaultChat [STYLE] Implement new side bar menus (#815) 2024-03-06 17:22:36 -08:00
EditingChatBubble [FEAT] Settings pages UI updates (#833) 2024-03-12 10:45:03 -07:00
EmbeddingSelection Add LMStudio embedding endpoint support (#1141) 2024-04-19 15:36:07 -07:00
Footer [BUG]: Many controls lack screen reader labels (#1023) 2024-04-03 13:11:40 -07:00
lib/CTAButton [FEAT] Normalize UI for CTA buttons/UX improvements (#1021) 2024-04-05 13:54:12 -07:00
LLMSelection Support single-model providers for workspace LLMs (#1179) 2024-04-23 13:18:28 -07:00
Modals [FEAT] Confluence data connector (#1181) 2024-04-25 17:53:38 -07:00
ModalWrapper [REFACTOR] remove all <dialog> modals and replace with custom ModalWrapper component (#641) 2024-01-23 14:19:08 -08:00
PrivateRoute handle expired token being null and prevent constant rerender (#956) 2024-03-26 16:47:25 -07:00
SettingsButton [BUG]: Many controls lack screen reader labels (#1023) 2024-04-03 13:11:40 -07:00
SettingsSidebar Enable customization of chunk length and overlap (#1059) 2024-04-06 16:38:07 -07:00
Sidebar [FIX] Workspace UI bug fix (#1043) 2024-04-05 10:17:20 -07:00
TranscriptionSelection Support external transcription providers (#909) 2024-03-14 15:43:26 -07:00
UserIcon Add user PFP support and context to logo (#408) 2023-12-07 14:11:51 -08:00
UserMenu [FIX] Make UserMenu appear on mobile (#991) 2024-03-29 15:18:18 -07:00
VectorDBSelection [FEAT] Implement model provider UI updates (#996) 2024-04-02 09:56:14 -07:00
WorkspaceChat Agent skill: chart generation (#1103) 2024-04-26 11:18:55 -07:00
Preloader.jsx Add prisma reset dev command 2024-01-23 14:22:50 -08:00