Commit graph

15 commits

Author SHA1 Message Date
tusharmagar
83fc9e36f5 Better Updated Promting 2025-11-17 23:27:00 +05:30
Arjun
144bbe5878 moved assistant to use skills; added agent monitoring 2025-11-16 11:36:50 +05:30
Ramnique Singh
80dae17fd1 everything is an agent 2025-11-15 02:15:55 +05:30
tusharmagar
164eefbbfd feat: add shell command execution capability to assistant chat. Users can now run bash commands and retrieve output, enhancing functionality for system operations. 2025-11-14 14:41:04 +05:30
tusharmagar
571c69a177 Merge branch 'cli' of github.com:rowboatlabs/rowboat into cli 2025-11-14 11:13:14 +05:30
tusharmagar
d30d551d16 feat: enhance streaming response handling with new renderer. Process fullStream instead of textStream only 2025-11-14 11:08:26 +05:30
Ramnique Singh
fb355ec10d refactor model / provider code 2025-11-14 09:23:37 +05:30
Ramnique Singh
6251c8f007 allow provider / model config 2025-11-14 09:13:28 +05:30
tusharmagar
62caa0c8b6 feature: added ability to search for MCP tools and prompt to add it to the workflow without error 2025-11-13 15:47:33 +05:30
tusharmagar
432ec0ee90 fix: base dir in copilot 2025-11-13 13:25:04 +05:30
tusharmagar
e914aa2832 copilot update:
- first version can perform CRUD ops on the .rowboat file
2025-11-13 13:03:54 +05:30
Ramnique Singh
c004bc5eb6 set up basic workflow execution 2025-11-07 14:41:50 +05:30
Ramnique Singh
776be21fbd set up npx app 2025-11-05 13:28:38 +05:30
tusharmagar
0eda81b33c Enhance Rowboat Copilot functionality:
- Expanded the system prompt to support a wider range of actions, including general chat and agent management.
- Implemented conversational memory, allowing the assistant to maintain context and respond in natural language.
- Updated the interpret function to accept conversation history, improving command parsing.
- Enhanced the rendering of assistant responses to include command outcomes and maintain conversational flow.
- Updated documentation to reflect new features, including conversational context and debug mode for inspecting raw commands.
2025-11-05 13:09:25 +05:30
tusharmagar
4310b1d45d First version copilot:
- basic llm call that can perform CRUD actions over dummy workflow json files
2025-11-05 13:09:25 +05:30