aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/chatbot/tools
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-23agent can give a list of docs on your canvassharkiecodes
2025-07-23canvas tool now intentionally skips dashboard/tab documentssharkiecodes
2025-07-23fixed filtering doc tool to operate on Docs within parent collection, not ↵bobzel
just linked docs.
2025-07-23fixes for chatbox that already exists when a collection is opened to still ↵bobzel
have access to the collection's docs.
2025-07-22adjusted agent to include UI control toolsharkiecodes
2025-07-22Completed agent functionality - recognition of all documents on canvassharkiecodes
2025-07-22fixed filter docsharkiecodes
fixed filterdoc
2025-07-10fixed filterdoctoolsharkiecodes
2025-07-10expandingsharkiecodes
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-03fixed creating docs with ai tool to allow options to be specified.bobzel
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-01fixing sorting tagging toolssharkiecodes
2025-07-01reverted chat send to use dash component Button, and dictation to use ↵bobzel
Toggle. Reverted Dropdown to use trigger of CLICK (hover doesn't work well). got rid of currentuserutil button references in infoUI & replaced with info-specific button descriptions. fixed up a bunch of lint/typing errors
2025-07-01creating sorting and tagging tools for agentsharkiecodes
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-21Added codebase search and retrieval to VectorstoreA.J. Shulman
Summary indexing: Added functionality to embed and index file summaries from file_summaries.json in Pinecone Vector search: Implemented semantic search to find the top 5 most relevant files for a query Content retrieval: Added method to fetch full file content from file_content.json API endpoints: /getFileSummaries - Retrieves all file summaries /getFileContent - Fetches file content by path /getRawFileContent - Returns content as plain text to avoid JSON parsing errors Error handling: Added comprehensive error handling and debugging throughout Initialization: Implemented proper async initialization sequence with verification Performance: Added streaming for large files to improve memory efficiency Testing: Added automated test queries to validate functionality
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-05-12added mermaid guideA.J. Shulman
2025-05-12Added exampleA.J. Shulman
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-05-11Merge branch 'master' into agent-web-workingA.J. Shulman
2025-05-10feat: changed web document to display screenshotA.J. Shulman
2025-05-05Merge branch 'master' into joanne-tutorialagentbobzel
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-23lots of typechecking fixes.bobzel
2025-04-22basic implementation of tutorial tool, still need formattingJoanne
2025-04-22improved document creation and limited context windowA.J. Shulman
2025-04-10Revert "adding edit and create at the same time"A.J. Shulman
This reverts commit 9de0e9844d5cbfbb385da34545006e617873b07a.
2025-04-10adding edit and create at the same timeA.J. Shulman
2025-04-10getting rid of single field edits.A.J. Shulman
2025-04-10trying againA.J. Shulman
2025-04-04specifying note document and removing unnecessary toolsA.J. Shulman
2025-04-04feat: create and edit are unifiedA.J. Shulman
2025-04-03better text editing?A.J. Shulman