Commit graph

672 commits

Author SHA1 Message Date
akhisud3195
a2a88f55c7 Set USE_TRANSFER_CONTROL_OPTIONS to false 2025-08-18 14:53:57 +05:30
akhisud3195
614d4d7b02 Remove generate button for agent instructions= 2025-08-18 14:42:40 +05:30
akhisud3195
cff537306b Fix glitch in assistant name editing 2025-08-18 14:36:48 +05:30
akhisud3195
d2f9eeedc3 Add go to scheduled runs as dropdown option 2025-08-18 14:23:40 +05:30
Ramnique Singh
1bfcf69baf add loading state for workflow 2025-08-18 14:19:12 +05:30
Ramnique Singh
9219590d64 load /workflow from backend 2025-08-18 13:51:28 +05:30
Ramnique Singh
9b7894dcd4 fix project naming issues on frontend 2025-08-18 12:02:44 +05:30
Ramnique Singh
abbc2f0d2a show laoding state on create project screen 2025-08-18 11:47:26 +05:30
Ramnique Singh
2f33b41a3c hardcode default model to gemini-2.5-flash 2025-08-18 11:31:04 +05:30
Ramnique Singh
bffd921837 remove rag_search 2025-08-18 11:09:22 +05:30
Ramnique Singh
1f14b83475 update rag worker gemini model and usage 2025-08-18 10:52:58 +05:30
Ramnique Singh
fef859bd95 fix type 2025-08-18 10:52:47 +05:30
Ramnique Singh
0131c2a111 use strong typing in mongo repos 2025-08-18 07:40:05 +05:30
Ramnique Singh
53219974d3 refactor file locations 2025-08-18 07:08:26 +05:30
Ramnique Singh
5675cda52b move composio lib location 2025-08-18 06:53:54 +05:30
Ramnique Singh
7458f5f58c housekeeping 2025-08-18 06:33:03 +05:30
Ramnique Singh
580ecc7f98
ddd refactor - projects (#208) 2025-08-18 06:30:26 +05:30
Akhilesh Sudhakar
4b095d16cc
Add toolkit management to settings page (#207)
* Add toolkit management to settings page

* Club disconnect and remove ctas in toolkit mgmt
2025-08-18 04:06:36 +08:00
arkml
114b4f453a removed temperature from agents to support gpt 5 2025-08-17 12:32:21 +05:30
Ramnique Singh
7d70ff8fd2 merge job workers 2025-08-17 11:06:53 +05:30
Ramnique Singh
cc8e9210d7 housekeeping 2025-08-17 10:51:54 +05:30
Ramnique Singh
3755e76474 parse relevant datasource fields in copilot 2025-08-17 10:28:21 +05:30
Ramnique Singh
4b33b20e76
DDD refactor: data-sources (#205) 2025-08-17 08:06:17 +05:30
arkml
912c8be156 change placeholder text for new assistant in projects page 2025-08-16 23:34:03 +05:30
akhisud3195
178e9960a3 Fix playground chat box interference by copilot changes 2025-08-16 18:33:53 +08:00
akhisud3195
98169c7490 Change playground --> chat 2025-08-16 18:20:21 +08:00
arkml
19a1d6d9be fixed text case of assistant in playground 2025-08-16 13:21:27 +05:30
Ramnique Singh
f7a3c8579d housekeeping: renames, unused imports 2025-08-15 13:58:57 +05:30
Ramnique Singh
85adfcd139 ddd refactor: project-members 2025-08-15 13:51:07 +05:30
tusharmagar
f9d2c31238 Merge branch 'dev' of github.com:rowboatlabs/rowboat into dev 2025-08-15 13:47:57 +05:30
tusharmagar
5289bf6ced Update markdown parsing to correctly split on triple backticks, improving block extraction logic. 2025-08-15 13:47:51 +05:30
Ramnique Singh
0d50777b93 ddd refactor: api-keys repo 2025-08-15 12:57:19 +05:30
Ramnique Singh
ab81fa3c46 housekeeping 2025-08-15 12:53:27 +05:30
Ramnique Singh
d4f0db1f09 ddd refactor: api-keys 2025-08-15 12:48:33 +05:30
Akhilesh Sudhakar
8488255d6d
Change copilot and background panels to distinguish from playground (#204) 2025-08-15 15:07:39 +08:00
akhisud3195
9304c1e5fd Filter out zero tool toolkits 2025-08-15 12:59:32 +08:00
akhisud3195
2ba639a74c Increase size of instructions box 2025-08-15 12:50:44 +08:00
akhisud3195
8f3f264493 Filter and show triggers-only toolkits in composio: 2025-08-15 12:22:54 +08:00
akhisud3195
d0cd917d06 Set show vizualisation feature flag to false 2025-08-15 11:47:54 +08:00
akhisud3195
b12561d1aa Set klavis tools feature flag to false 2025-08-15 11:15:44 +08:00
arkml
9398ce496a added instructions so parent agents are aware of task agent internal messages 2025-08-15 02:42:07 +05:30
Ramnique Singh
d6894c4526 remove add webhook tool in billed version 2025-08-15 00:15:18 +05:30
Ramnique Singh
ff9f0ff1fc add posthog 2025-08-14 23:26:35 +05:30
Ramnique Singh
9f5d8f08de billing for composio triggers 2025-08-14 22:15:21 +05:30
Ramnique Singh
bf29af3083 use strict compatibility in createOpenAI
When using createOpenAI() from @ai-sdk/openai  w/o provider override,
token usage info is sent as 0 or null. Enforcing compatibilty fixes
this.
2025-08-14 21:17:29 +05:30
arkml
a0bb7e6404 fix bug that was causing circular handoffs between conv and task agents and a minor copilot change 2025-08-14 20:30:47 +05:30
Ramnique Singh
d159430262 fix billing types 2025-08-14 20:16:33 +05:30
Ramnique Singh
eccfb4748f
billing + credits updates (#202) 2025-08-14 19:59:38 +05:30
arkml
852e02e49e
Agent improvements (#200)
* moved agent tool creation functions and helpers to separate file

* refactored the while loop into smaller functions

* added structured context passing while handing off

* fixed zod issues

* fixed tool calls issue in task and pipeline agents

* Allow pipeline to be set as start agent

* fixed pipeline agent looping issue when made start agent

* fix to show correct agent name after handoffs

* addressed review comments on not touching workflow types

* filter out empty agent messages

* partial: make task agents not loop when set as start agent

* Resolve merge conflicts after rebase - keep both onSetMainAgent prop and HTMLDivElement ref type

* Allow pipeline to be set as start agent

* Add infinite loop protection and remove JSON formatting from agent instructions

* remove whitespace diffs

---------

Co-authored-by: Ramnique Singh <30795890+ramnique@users.noreply.github.com>
2025-08-14 19:22:43 +05:30
Ramnique Singh
402cf40203 better pipeline agent fix 2025-08-14 06:04:12 +05:30