aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/chatbot/agentsystem
AgeCommit message (Collapse)Author
2025-07-24making filter sort and tag doc tools work the same way with docs within the ↵bobzel
collection and with improved formatting for openai.
2025-07-22adjusted agent to include UI control toolsharkiecodes
2025-07-22Completed agent functionality - recognition of all documents on canvassharkiecodes
2025-07-10expanding functionalitysharkiecodes
2025-07-08Merge branch 'agent-paper-main' into lanyi-expanded-agent-paper-mainbobzel
2025-07-07merge issuesA.J. Shulman
2025-07-07changes (seeing if they work)A.J. Shulman
2025-07-03minor image editsharkiecodes
2025-07-03Completed Tag/Sort Toolssharkiecodes
2025-07-02Implementing replacement of GPTPopupsharkiecodes
2025-07-01Merge branch 'agent-paper-main' into lanyi-expanded-agent-paper-mainsharkiecodes
2025-07-01creating sorting and tagging tools for agentsharkiecodes
2025-07-01Adding Tagging and Sorting toolssharkiecodes
2025-06-22successfully merged documentationtext functionality with new version of ↵Joanne
agent, however still minor issues with the agent not selecting the proper tool for documentation generation without the additional context from the topbar
2025-06-17Merge branch 'agent-paper-main' of https://github.com/brown-dash/Dash-Web ↵Joanne
into joanne-tutorialagent
2025-06-11improved agent tool generationA.J. Shulman
2025-05-27feat: implement dynamic tool creation with deferred webpack rebuild and AI ↵A.J. Shulman
integration Added runtime tool registry to Agent.ts for dynamic tool lookup Implemented CreateNewTool agent tool for AI-driven code analysis and tool generation Enabled deferred saving to avoid interrupting AI workflows with immediate rebuilds Introduced user-controlled modal for confirming tool installation and page reload Added REST API and secure server-side persistence for dynamic tools Built TypeScript validation, transpilation, and sandboxed execution for safe tool handling UI enhancements: modal with blur, responsive design, clear messaging Ensured compatibility with Webpack using dynamic require() calls Full error handling, code validation, and secure storage on client and server sides
2025-05-21feat: add codebase exploration tools for agent assistanceA.J. Shulman
Add three new agent tools to improve navigation and understanding of the codebase: FileContentTool: retrieves complete content of specified files (max 3) FileNamesTool: lists all available files in the codebase CodebaseSummarySearchTool: performs semantic search across file summaries
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-05-11chanegd everything to be more consistentA.J. Shulman
- made both web related tools use doc manager and chunk Ids
2025-05-11Made it so chunk Ids are seperately managed and made sure the doc id is ↵A.J. Shulman
sonsistent and not created in python spawn
2025-04-27improved consistency across doc types and parsingA.J. Shulman
2025-04-27new attempt with new citation unificationA.J. Shulman
2025-04-24attempt at linking docs but listing metadata doesn't workA.J. Shulman
2025-04-24Linking docs now works with visible docsA.J. Shulman
2025-04-21improved error handling in agentA.J. Shulman
2025-04-10trying againA.J. Shulman
2025-04-04feat: create and edit are unifiedA.J. Shulman
2025-04-03better editing of textsA.J. Shulman
2025-04-03fix: handles dependent fields and boolean valuesA.J. Shulman
2025-04-03attemptA.J. Shulman
2025-02-21fixed dropping image onto image boxes. re-enabled rag toolbobzel
2025-02-19more gptpopup cleanup.bobzel
2025-02-11enabled multi-select modification of text documents from topBar buttons. ↵bobzel
fixed diagram box layout and scrolling. fixed problem with createDoc tool where it would fail when it got an array. fixed formatting of chat box errors.
2025-02-10reconciling createDocTool to be superset of createAnyDocToolbobzel
2025-02-10updated from masterbobzel
2025-02-10more cleanup of createDoc and chatboxbobzel
2025-02-10code cleanup in createDocumentTool. added childLayoutFitWidth to ↵bobzel
comparisonBox so flashcards can fill window.
2025-02-09trying to get assistant to create Docs properlybobzel
2025-01-21more attempts to cleanup typing, etc in chat boxbobzel
2025-01-21trying to cleanup chatBox code and typesbobzel
2025-01-21Merge branch 'master' into alyssa-agentbobzel
2024-12-20working new toolA.J. Shulman
2024-12-19image generation works betterA.J. Shulman
2024-12-18trying new image generation plus new implementaion of video and audioA.J. Shulman
2024-12-18betterA.J. Shulman
2024-11-12flashcards w assistant finally workgit add -Aalyssaf16
2024-11-08looks better still some things to work outA.J. Shulman
2024-11-07making it work even betterA.J. Shulman
2024-11-07working to create docs but wrong doc types/not compatible with LLMA.J. Shulman