- Added new eisenhower-email-organiser.json prebuilt workflow template
- Updated index.ts to include the new template in exports
- Template helps users organize emails using the Eisenhower Matrix (urgent/important quadrants)
- Removed 'Hi! To get started with chatting with your Assistant please create an agent first!' message feature
- Pipelines can now be set as start agents without triggering this error message
- Removed checks from emitGreetingTurn() and streamResponse() functions
- System now handles all agent types properly as start agents
* Add multiple pane views
* Fix rendering issues
* Fix copilot apply selection pane error and remove old debug logs
* Make top bar more compact
* Fix copilot generation from starting prompt
* Fix panel resizing issues
* Fix content preservation upon hiding panes
* Added changes on top of pane_layouts branch to remove example agent from the workflow editor
* Grey out options for changing pane layout during zero agents state
* Add zero-agent state for playground and publish buttons
* Fix pane sizes and bugs
---------
Co-authored-by: tusharmagar <tushmag@gmail.com>
* 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
* 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
* 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
* 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
* 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
* 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