Commit graph

487 commits

Author SHA1 Message Date
arkml
ad7a0d313b
Fix vercel (#241)
* use static imports for prebuilt cards

* fixed s3 env variables
2025-09-11 21:39:47 +05:30
arkml
5efdee18eb
Tool mentions (#239)
* disable click for invalid tools

* handle variables as mentions in the editor

* delete tools persist immediately

* deleting tools in live view shows the same warning and option to switch to draft
2025-09-11 20:50:47 +05:30
arkml
158777b045
Image (#238)
* added image tool

* show image in playground

* store images in Redis

* new images use unique urls

* moved from redis to s3 for image urls

* removed unnecessary changes

* removed the bubble around assistant messages

* added a download button on hover on image

* increased image size and removed border

* revert the bubbes for the assistant messages
2025-09-11 20:50:20 +05:30
arkml
af0fcce127 make workflow mode sticky across navigation 2025-09-11 15:56:23 +05:30
arkml
b3bd89a478 added note about publishing to triggers 2025-09-11 15:40:45 +05:30
arkml
63e95cf853
Prebuilt cards sections (#237)
* add spinner to pre-built cards

* added subsections for prebuilt

* added section name styling

* added news section and reddit to slack workflow
2025-09-09 23:53:34 +05:30
arkml
13051dbf3a added a explain prompt to the copilot when you click on prebuilt cards 2025-09-09 13:51:16 +05:30
arkml
9e88c7f680 changed import json to plus icon 2025-09-09 13:13:57 +05:30
Tushar
1ebe58c499
Revert "Refactor project templates to remove the Example Agent and update related documentation. Updated the copilot behaviour aswell." (#236)
This reverts commit bbd5b7aa5d.
2025-09-09 12:38:33 +05:30
arkml
04c505979f for import and pre-built mark the build step as completed in the progress bar 2025-09-08 23:01:50 +05:30
arkml
4193ed57f0 update placeholder text for copilot 2025-09-08 22:49:59 +05:30
arkml
86a33994b9 simplified the new assistant text box 2025-09-08 22:16:47 +05:30
Tushar
a0734f7013
Prebuiltcards (#233)
* Add prebuilt cards functionality and related changes

* removed old jsons (still need to update the existing ones too)

* Refactor project templates to remove the Example Agent and update related documentation. Updated the copilot behaviour aswell.

* Merge remote-tracking branch 'origin/dev' into prebuiltcards

* Update SHOW_PREBUILT_CARDS logic to use environment variable for better configuration management
2025-09-08 21:22:35 +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
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
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
01ed2eda18 use env variable for showing pre-built cards 2025-08-25 20:16:02 +05:30
arkml
203a3e7644 minor wording changes 2025-08-23 23:16:17 +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
3eeb67e417
added feature flag for pre-built cards (#218) 2025-08-23 17:32:27 +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
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
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
08e76edd51 remove user-facing errors 2025-08-20 00:54:11 +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
akhisud3195
883e23a115 Move API and SDK settings to project settings page 2025-08-19 22:50:11 +05:30
Ramnique Singh
1368a9d0c7 set stream response duration to 300s 2025-08-19 21:52:47 +05:30
akhisud3195
3027bf0253 Move agent config description to instructions 2025-08-19 20:55:22 +05:30
akhisud3195
892c6d4bee Set mock tools to false when creating any new tool 2025-08-19 20:04:17 +05:30
akhisud3195
c99cd9ccd3 Update job-rules routes to manage-triggers to better reflect purpose 2025-08-19 20:01:08 +05:30