Commit graph

816 commits

Author SHA1 Message Date
arkml
1ade0a8df6
Merge pull request #234 from rowboatlabs/dev
Dev
2025-09-08 17:26:02 +05:30
arkml
25b355edf2 make default max calls per parent to 1 2025-09-08 16:03:35 +05:30
arkml
d8c00b33de better logging for composio to handle json issues 2025-09-08 14:32:34 +05:30
arkml
73e8f762bf better logging for mismatched toolkit auth ids 2025-09-08 14:19:16 +05:30
arkml
9a60a03217 protect against localstrorage error 2025-09-08 14:07:39 +05:30
arkml
f772088e90
Trigger changes (#232)
* new external trigger page is shown if no external triggers are setup yet

* make one time trigger default to new trigger

* default to new trigger in recurring triggers

* remove back button if no triggers are setup yet
2025-09-07 19:15:16 +05:30
arkml
d899966107
Progressbar (#231)
* added basic progress bar

* step 1 turns green when any agent instructio is changed

* step 2 is done after playground chat

* step 3 turns green on publish

* step 4 turns green on use assistant

* step 1 turns green on copilot changes too

* reduced font size of the live workflow warning

* better hover texts for steps

* change progress bar style

* better tool tips

* reverted styling of use assistant button

* chat with assistant option collapses the left pane

* remove hide left panel button

* made progress bar hover text more prominent

* add labels to progress bar

* added tour for build

* added tour for test

* added tour for publish

* added tour for use step

* added tool tip for each step to click for tour

* refined wording in product tours

* added jobs and conversations to the product tour
2025-09-07 19:12:50 +05:30
arkml
c793f0a344 minor changes to how this tool runs section 2025-09-05 15:18:33 +05:30
arkml
dbd0751ad9 removed in-line more tools button 2025-09-05 14:50:53 +05:30
Akhilesh Sudhakar
122d83d8f7
Merge copilot and playground into single pane and prevent edits in live mode
* Display copilot and playground as toggles

* Auto-switch live mode to draft mode when changes are made to workflow or build mode is toggled on

* Show playground / copilot alongside entity config in 3-pane

* Make tool params non-bold

* Fix panel resizing issues

* Fix logic around transitions back to draft mode from live mode

* Change test to chat in the toggle

* Fix workflow consistency issues while switching between live and draft modes
2025-09-04 11:05:43 +04:00
arkml
3d36884c73
Small improvements (#228)
* make the start tag for all agents the same

* remove scroll from the my assistants page
2025-09-02 22:09:09 +05:30
arkml
448f94a530
Merge pull request #227 from rowboatlabs/dev
Dev
2025-09-02 12:05:13 +05:30
Tushar
49e67115e6
Fix copiot pipeline workflow editor (#226)
* Fix copiot pipeline workflow editor

* added the defaultModel usage
2025-09-01 16:13:45 +05:30
Tushar
82982eaec8
docs: improve documentation content (#223) 2025-08-28 12:22:13 +05:30
akhisud3195
463630cc0a Upgrade composio package and update no_auth logic 2025-08-27 20:52:31 +05:30
akhisud3195
ec40873212 Update copilot action cards loading states 2025-08-26 22:27:58 +05:30
akhisud3195
1cf8bd01de Update copilot loading states 2025-08-26 22:07:12 +05:30
akhisud3195
b73f3aa732 Add toolkit logos for composio tool copilot cards 2025-08-26 17:07:29 +05:30
arkml
fbd0d7fae2 remove direct rag tool mentions from copilot 2025-08-25 20:22:08 +05:30
arkml
01ed2eda18 use env variable for showing pre-built cards 2025-08-25 20:16:02 +05:30
arkml
2368d1b64a
Merge pull request #222 from rowboatlabs/dev
Dev
2025-08-24 11:44:06 +05:30
arkml
203a3e7644 minor wording changes 2025-08-23 23:16:17 +05:30
arkml
b009961591 add internal message prefix to pipeline agent 2025-08-23 20:23:42 +05:30
arkml
ba3583e0ed
Predefined prompts (#221)
* show predifined copilot prompts

* minor cleanup to predefined prompts
2025-08-23 20:17:52 +05:30
arkml
a0e65d5894
Readme updates launch (#220)
* Update README.md
2025-08-23 19:17:09 +05:30
Tushar
70a4d25254
Update Discord URL across documentation and components (#219) 2025-08-23 19:07:45 +05:30
arkml
3eeb67e417
added feature flag for pre-built cards (#218) 2025-08-23 17:32:27 +05:30
Tushar
daaac23f76
Mintlify docs (#217)
* add the new docs

* Update to latest comprehensive docs from mintlify2 branch - Add conversations, jobs, triggers guides - Complete tools documentation - Enhanced RAG and agents docs - Add UI screenshots and images - Update contribution guide and quickstart

* added intro gif

* Update introduction.mdx with intro gif

* Add public/videos folder with Intro-Video.gif for proper Next.js/Mintlify serving

* updated gif

* Update introduction.mdx to have a working intro gif
2025-08-23 16:26:35 +05:30
Ramnique Singh
8f40b5fb33 ddd refactor: copilot streaming 2025-08-23 12:27:58 +05:30
Ramnique Singh
531f9feea6 relocate copilot types 2025-08-23 10:58:38 +05:30
Ramnique Singh
6fc6abc2bc
Merge pull request #215 from rowboatlabs/dev
dev changes
2025-08-23 10:19:27 +05:30
Ramnique Singh
b49e14fdf8 update billing types 2025-08-23 09:59:14 +05:30
Ramnique Singh
219d4c7901 ddd: create users repository 2025-08-23 08:15:58 +05:30
Ramnique Singh
eac001527c close eventsource on chat unmount 2025-08-22 18:39:31 +05:30
Ramnique Singh
2c3016f143 improve agents-sdk message handling 2025-08-22 17:45:09 +05:30
arkml
29a2030abe added new prebuilt agents 2025-08-21 23:09:45 +05:30
arkml
ab014f788c
Context variables (#214)
* move prompts panel to variables

* variable shows both name and value

* added modal to add variables

* removed warning on edits

* adding or updating variables only uses the modal

* append variable context to agent instructions

* add dummy value to the variable values when downloading json

* fixed @variable mentions in the instruction editor

* change placeholder text for variables when json is imported
2025-08-21 17:29:27 +05:30
akhisud3195
981cff3b3f Update copilot welcome message 2025-08-21 10:15:28 +05:30
akhisud3195
ab0049d9ba Update configurations tab name and remove max calls from parent 2025-08-21 09:58:28 +05:30
akhisud3195
e68da3de21 Move agent name to header of agent config 2025-08-21 09:49:24 +05:30
akhisud3195
4876b8e818 Re-route help button to discord 2025-08-21 09:08:34 +05:30
akhisud3195
291943cdd5 Fix copilot welcome screen component overlay 2025-08-21 08:49:11 +05:30
Ramnique Singh
aef3771cd5 allow copilot to delete things, set start agent 2025-08-21 07:43:21 +05:30
Ramnique Singh
d2e590956b enforce max jobs per hour 2025-08-20 17:08:19 +05:30
Ramnique Singh
0b31585141 improve minute alignment logic 2025-08-20 16:40:20 +05:30
Ramnique Singh
08e76edd51 remove user-facing errors 2025-08-20 00:54:11 +05:30
Ramnique Singh
7f04dc56bd
Merge pull request #213 from rowboatlabs/dev
dev changes
2025-08-20 00:27:07 +05:30
arkml
a8e7ea5d2a
Update README.md 2025-08-20 00:11:33 +05:30
Ramnique Singh
aaf698ea29 remove privacy, tos links from app 2025-08-20 00:07:47 +05:30
akhisud3195
a6167ee12e Update publish and deploy dropdowns in the topbar 2025-08-19 23:23:14 +05:30