Kerem Yilmaz
|
17c680d439
|
SendEmailBlock: Fail silently if file/folder is missing (#898)
|
2024-10-02 12:30:53 -07:00 |
|
Kerem Yilmaz
|
44627df9da
|
Double Bitwarden call timeout for each retry (#896)
|
2024-10-02 11:05:29 -07:00 |
|
Kerem Yilmaz
|
5f4089edf5
|
workflow run streaming API (#887)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
|
2024-09-30 09:56:34 -07:00 |
|
Kerem Yilmaz
|
d67aaeffb0
|
Multipage workflow improvements (#875)
|
2024-09-24 08:51:51 -07:00 |
|
Shuchang Zheng
|
ffaf3ab454
|
make totp_identifier parametrized in workflow (#847)
|
2024-09-19 15:20:15 -07:00 |
|
Kerem Yilmaz
|
30922a3f8c
|
Only use json.dumps when workflow parameter type is json (#859)
|
2024-09-19 13:12:46 -07:00 |
|
Kerem Yilmaz
|
39c5f6233e
|
Fix workflow reset issue upon update failure (#858)
|
2024-09-19 11:15:07 -07:00 |
|
Kerem Yilmaz
|
1f282e7443
|
Fix default value DB mapping (#857)
|
2024-09-19 11:09:19 -07:00 |
|
Kerem Yilmaz
|
5b136b55e0
|
Email params should use str when injecting into the body (#854)
|
2024-09-19 01:08:14 -04:00 |
|
Kerem Yilmaz
|
9c4c3b76b6
|
Add datetime library to code block (#823)
|
2024-09-12 11:24:44 -07:00 |
|
Kerem Yilmaz
|
3e82a6a5f9
|
Fix parameterized URL bug in task block (#815)
|
2024-09-11 23:53:39 -07:00 |
|
Kerem Yilmaz
|
4a599bbf55
|
Ykeremy/downloaded filename prefix (#814)
|
2024-09-11 21:56:38 -07:00 |
|
Kerem Yilmaz
|
59c7db4059
|
Remove unused error log (#804)
|
2024-09-10 13:27:31 -07:00 |
|
Shuchang Zheng
|
deb80bce9c
|
use workflow_run_id screenshot when task has the workflow_run_id (#798)
|
2024-09-09 23:07:13 -07:00 |
|
Kerem Yilmaz
|
faf3191fa9
|
Only log duplicate file line if there are dupe files (#795)
|
2024-09-09 10:34:55 -07:00 |
|
Kerem Yilmaz
|
eb659ec17f
|
workflow run streaming (#791)
|
2024-09-09 08:29:01 -07:00 |
|
Shuchang Zheng
|
281977f395
|
update and fix totp schema (#785)
|
2024-09-08 17:57:03 -07:00 |
|
Kerem Yilmaz
|
b9f5e33876
|
TOTP code db + agent support for fetching totp_code from db (#784)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
|
2024-09-08 15:07:03 -07:00 |
|
Shuchang Zheng
|
d878ee5a0d
|
get exc_info=True back from the last commit (#783)
|
2024-09-07 17:02:37 -07:00 |
|
Shuchang Zheng
|
433e30e84f
|
make task failure log more consistent with 'marking task as failed' (#782)
|
2024-09-07 16:48:50 -07:00 |
|
Kerem Yilmaz
|
bfce9f2279
|
Fix cyclic import (#781)
|
2024-09-07 01:57:47 -07:00 |
|
VittorioYan
|
0292917c05
|
fix fastapi docs (#761)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
|
2024-09-06 20:11:52 -07:00 |
|
Kerem Yilmaz
|
95b2e53c46
|
Add persist_browser_session flag to workflows (#777)
|
2024-09-06 12:01:56 -07:00 |
|
Kerem Yilmaz
|
be1c8ba060
|
More visibility into attached files and duplicate status (#776)
|
2024-09-06 01:08:33 -07:00 |
|
Shuchang Zheng
|
25aef4a862
|
add org id and task id to the max steps override log (#773)
|
2024-09-04 17:14:53 -07:00 |
|
Shuchang Zheng
|
63ebe759c4
|
Fix the prompt cache window - use settings.PROMPT_CACHE_WINDOW_HOURS (#769)
|
2024-09-02 21:32:57 -07:00 |
|
Kerem Yilmaz
|
0d39e62df6
|
use cached prompt generation (#768)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
|
2024-09-02 21:00:15 -07:00 |
|
Shuchang Zheng
|
1ef67f9fcd
|
add async http client (#760)
|
2024-08-29 15:38:18 -07:00 |
|
Shuchang Zheng
|
ffc4b35032
|
support aws s3 storage (#720)
|
2024-08-29 15:01:13 -07:00 |
|
Shuchang Zheng
|
11811e74bf
|
remove min_length constraint of 1 for task.url (#759)
|
2024-08-29 12:25:57 -07:00 |
|
Shuchang Zheng
|
06daa9834f
|
catch litellm no deployment error (token ratelimit / ValueError) and raise LLMProviderErrorRetryableTask (#758)
|
2024-08-29 12:19:51 -07:00 |
|
Kerem Yilmaz
|
6f61573f9b
|
Check error existance for the context manager handling (#757)
|
2024-08-29 21:25:10 +03:00 |
|
Shuchang Zheng
|
b5d743d6eb
|
handle litellm APIError for the router and raise LLMProviderErrorRetryableTask (#750)
|
2024-08-28 10:23:16 -07:00 |
|
LawyZheng
|
9cc290cc80
|
add aiohttp get text (#749)
|
2024-08-28 23:21:47 +08:00 |
|
Kerem Yilmaz
|
a6a545224a
|
adding step_exception to provide more signal of why the step failed (#730)
|
2024-08-28 01:06:04 -07:00 |
|
Kerem Yilmaz
|
672a2e22e4
|
catch and log db error in generate_task api (#734)
|
2024-08-26 11:42:45 -07:00 |
|
Kerem Yilmaz
|
931726a9ca
|
Add suggested title to task generation (#719)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
|
2024-08-23 23:16:41 +03:00 |
|
LawyZheng
|
76ee91ecdd
|
svg conversion (#717)
|
2024-08-23 11:17:01 +08:00 |
|
Shuchang Zheng
|
1967e44acc
|
add support for gpt-4o-2024-08-06 (#715)
|
2024-08-22 14:08:43 -07:00 |
|
LawyZheng
|
46a139bd27
|
litellm cooldown config (#711)
|
2024-08-19 16:49:26 +08:00 |
|
Kerem Yilmaz
|
fd5fdb9d32
|
add Request context to async_executor (#709)
|
2024-08-15 22:25:10 -07:00 |
|
Kerem Yilmaz
|
fd6da6681c
|
Add Timeout to bitwarden subprocess call so it doesn't wait forever for things that don't exist (ie TOTPs) (#703)
|
2024-08-13 23:58:35 -04:00 |
|
Kerem Yilmaz
|
3f92c50a8f
|
Screen streaming under docker environment (#674)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
|
2024-08-12 09:36:24 -07:00 |
|
LawyZheng
|
6c0f94ac0a
|
support multi tabs (#692)
|
2024-08-09 10:46:52 +08:00 |
|
Kerem Yilmaz
|
e5c7d8b4dd
|
Detailed logs for webhook failures (#691)
|
2024-08-08 20:52:24 +03:00 |
|
Kerem Yilmaz
|
c872b1e4a8
|
verification code V2 - support verification code of multiple separate single character input fields (#683)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
|
2024-08-07 16:17:15 -07:00 |
|
Kerem Yilmaz
|
5bb8b3109e
|
Add GB proxy support (#677)
|
2024-08-06 18:15:49 +03:00 |
|
Kerem Yilmaz
|
e4fd825497
|
Timeout and retry mechanism for Bitwarden CLI (#670)
|
2024-08-02 12:53:05 -07:00 |
|
LawyZheng
|
98e2f7f206
|
add gpt4o mini support (#666)
|
2024-08-02 19:35:52 +08:00 |
|
Kerem Yilmaz
|
3211170d74
|
Skip updating context params if task has errors in workflow (#664)
|
2024-07-31 15:55:41 -07:00 |
|