* added an example on using composio to copilot
* temp save
* simple example
* updated the prompt
* added "searching for tools..." banner
* Merge branch 'dev' of github.com:rowboatlabs/rowboat into copilot-composio-prompting
* changed tools default when added from "mockTool: true" to false (so they are enabled by default)
* added pipelines to copilot
* fixed bug that made copilot agents default to conversation type
* Merge branch 'dev' of github.com:rowboatlabs/rowboat into copilot-composio-prompting
* Refactor agent configuration in workflow editor to enforce controlType and outputVisibility rules. Added logic to fix existing agents with incorrect settings on mount. Updated task agent creation to ensure proper defaults for pipeline and conversational agents. Increased maxSteps for text streaming in copilot.
* Merge branch 'dev' of github.com:rowboatlabs/rowboat into copilot-composio-prompting
* added example
* Add automated meeting preparation pipeline example with multi-step workflow for researching participants, compiling summaries, and posting to Slack.
* Update example agents to use placeholders for user email and Slack channel in instructions and examples, enhancing privacy and flexibility in the meeting preparation pipeline.
* Refactor sections in copilot_multi_agent.ts for clarity and consistency, including renaming section headers and improving instructions. Update query handling in copilot.ts to streamline event processing.
* made the tool card block params genereic and linked to the searchRelevantTools so that it relies on that instead of examples
* revert unrequired changes
* Refactor agent configuration handling in workflow editor to streamline agent creation and ensure correct default values for controlType and outputVisibility. Removed redundant code for fixing existing agents and improved clarity in agent initialization logic.
---------
Co-authored-by: Ramnique Singh <30795890+ramnique@users.noreply.github.com>
* added the project create and select modals
* Added logo and link to home page
* minor changes to side bar
* added import json and blank template options
* added website like home page
* change homepage to be more like website
* fixed landing page text box
* minor size changes to the home page
* added prebuilt agents section
* Minor changes to the prebuilt agent card
* removed the project selection and new project options from side bar
* fixed prebuilt agents
* fixed import json
* my assistants has pagination
* add dark mode support to home page
* addressed review comments
* increase build agents textbox lines
* fixed PR comments
* move prebuilt assistant under build view
* minor changes to home page
* minor changes to home page
* removed my assistants from side bar
* removed sidebar items
* fixed review comments
* fixed review comments
* Add "use client" directive to project-creation-utils.ts
This file uses localStorage and calls server actions directly, requiring client-side execution.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix import of pipeline agents
---------
Co-authored-by: Claude <noreply@anthropic.com>
- Store conversations and turns for:
- playground chat
- api
- New DDD code organisation with container dependency injection
- sdk update
- streaming api support
* moved settings to a modal inside the build view under deployment
* project name is a editable field in the build view
* project name is propogated correctly
* remove project name from settings modal
* split settings into phone and api
* added chat widget option to the deploy settings
* bring back top level settings tab with few options
* removed cancel option from twilio settings
* added data source modal to build view
* fixed scrape url and upload files showing up in the data modal in the build view
* autoupdate data source status
* keep focus in build view on deleting a data source
* removed the rag tab and allow multiple file uploads
* show scrapred urls and uploaded files
* show text in the text data source
* fixed status refreshes when using the detail view of data source
* fix status refresh in the data panel
* cleanup
* fixed review comments on backend changes
* moved the input text field in text data source to the new ui element
* Fix PR review: Replace router.push with data sources modal in agent config
- Add onOpenDataSourcesModal prop to AgentConfig component
- Update 'Go to Data Sources' button to open modal instead of navigating
- Change button text to 'Add Data Source' for clarity
- Use forwardRef and useImperativeHandle to expose modal control
- Remove router dependency from agent_config.tsx
Addresses reviewer comment about using modal instead of route change.
* fixed build issue
* fixed nit comments
* fixed line break
* Make UI UX fixes to tools and tool configs
* Fix font sizing and dark mode issues for tool labels
* Use heroUI input fields and consolidate editable fields into input-field
* Add auto focus to instructions and examples for agents