Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Sep 04, 2024
  2. Aug 27, 2024
    • timothycarambat's avatar
    • Timothy Carambat's avatar
      AnythingLLM Chrome Extension (#2066) · 29df483a
      Timothy Carambat authored
      
      * initial commit for chrome extension
      
      * wip browser extension backend
      
      * wip frontend browser extension settings
      
      * fix typo for browserExtension route
      
      * implement verification codes + frontend panel for browser extension keys
      
      * reorganize + state management for all connection states
      
      * implement embed to workspace
      
      * add send page to anythingllm extension option + refactor
      
      * refactor connection string auth + update context menus + organize background.js into models
      
      * popup extension from main app and save if successful
      
      * fix hebrew translation misspelling
      
      * fetch custom logo inside chrome extension
      
      * delete api keys on disconnect of extension
      
      * use correct apiUrl constant in frontend + remove unneeded comments
      
      * remove upload-link endpoint and send inner text html to raw text collector endpoint
      
      * update readme
      
      * fix readme link
      
      * fix readme typo
      
      * update readme
      
      * handle deletion of browser keys with key id and DELETE endpoint
      
      * move event string to constant
      
      * remove tablename and writable fields from BrowserExtensionApiKey backend model
      
      * add border-none to all buttons and inputs for desktop compatibility
      
      * patch prisma injections
      
      * update delete endpoints to delete keys by id
      
      * remove unused prop
      
      * add button to attempt browser extension connection + remove max active keys
      
      * wip multi user mode support
      
      * multi user mode support
      
      * clean up backend + show created by in frotend browser extension page
      
      * show multi user warning message on key creation + hide context menus when no workspaces
      
      * show browser extension options to managers
      
      * small backend changes and refactors
      
      * extension cleanup
      
      * rename submodule
      
      * extension updates & docs
      
      * dev docker build
      
      ---------
      
      Co-authored-by: default avatarshatfield4 <seanhatfield5@gmail.com>
      Unverified
      29df483a
  3. Aug 21, 2024
  4. Aug 20, 2024
  5. Aug 16, 2024
  6. Aug 14, 2024
  7. Aug 07, 2024
  8. Jul 31, 2024
    • Timothy Carambat's avatar
      Add multimodality support (#2001) · 38fc1812
      Timothy Carambat authored
      * Add multimodality support
      
      * Add Bedrock, KoboldCpp,LocalAI,and TextWebGenUI multi-modal
      
      * temp dev build
      
      * patch bad import
      
      * noscrolls for windows dnd
      
      * noscrolls for windows dnd
      
      * update README
      
      * update README
      
      * add multimodal check
      Unverified
      38fc1812
  9. Jul 30, 2024
  10. Jul 26, 2024
  11. Jul 23, 2024
  12. Jul 22, 2024
  13. Jul 19, 2024
  14. Jul 04, 2024
  15. Jul 03, 2024
  16. Jun 25, 2024
  17. Jun 21, 2024
    • Timothy Carambat's avatar
      [BETA] Live document sync (#1719) · dc4ad6b5
      Timothy Carambat authored
      
      * wip bg workers for live document sync
      
      * Add ability to re-embed specific documents across many workspaces via background queue
      bgworkser is gated behind expieremental system setting flag that needs to be explictly enabled
      UI for watching/unwatching docments that are embedded.
      TODO: UI to easily manage all bg tasks and see run results
      TODO: UI to enable this feature and background endpoints to manage it
      
      * create frontend views and paths
      Move elements to correct experimental scope
      
      * update migration to delete runs on removal of watched document
      
      * Add watch support to YouTube transcripts (#1716)
      
      * Add watch support to YouTube transcripts
      refactor how sync is done for supported types
      
      * Watch specific files in Confluence space (#1718)
      
      Add failure-prune check for runs
      
      * create tmp workflow modifications for beta image
      
      * create tmp workflow modifications for beta image
      
      * create tmp workflow modifications for beta image
      
      * dual build
      update copy of alert modals
      
      * update job interval
      
      * Add support for live-sync of Github files
      
      * update copy for document sync feature
      
      * hide Experimental features from UI
      
      * update docs links
      
      * [FEAT] Implement new settings menu for experimental features (#1735)
      
      * implement new settings menu for experimental features
      
      * remove unused context save bar
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * dont run job on boot
      
      * unset workflow changes
      
      * Add persistent encryption service
      Relay key to collector so persistent encryption can be used
      Encrypt any private data in chunkSources used for replay during resync jobs
      
      * update jsDOC
      
      * Linting and organization
      
      * update modal copy for feature
      
      ---------
      
      Co-authored-by: default avatarSean Hatfield <seanhatfield5@gmail.com>
      Unverified
      dc4ad6b5
    • timothycarambat's avatar
      remove async on dumpEnv · c176fe38
      timothycarambat authored
      c176fe38
    • timothycarambat's avatar
      Simplify ENV management · 9411791f
      timothycarambat authored
      auto write ENV on changes
      Dont double-track envs that are already tracked
      9411791f
  18. Jun 20, 2024
  19. Jun 17, 2024
  20. Jun 12, 2024
    • Sean Hatfield's avatar
      [FEAT] Agent skills UI redesign (#1565) · 9c3014de
      Sean Hatfield authored
      
      * WIP agent settings redesign
      
      * WIP rework new agent skill UI
      
      * WIP save bar/agent styles
      
      * WIP update settings fix
      
      * desktop agent config UI implementation
      
      * remove unneeded files
      
      * fix sql and web browsing plugins not starting & add default badges
      
      * fix serply merge conflict
      
      * review: cleanup unused files/folders/components
      
      * refactor components
      
      * refactor components
      
      * fix order of customized skills
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      Unverified
      9c3014de
  21. Jun 11, 2024
  22. Jun 08, 2024
  23. Jun 07, 2024
Loading