Commit Graph

192 Commits

Author SHA1 Message Date
Shuchang Zheng
0a9b58956f gemini reasoning effort medium by default (#3282)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-08-25 08:06:46 +00:00
Shuchang Zheng
b9470ffb44 fix cannot access local variable 'prompt_tokens' where it is not associated with a value (#3286) 2025-08-24 14:25:35 -07:00
Shuchang Zheng
5055daad00 GPT-5 Support + Better Logs (#3277) 2025-08-22 13:02:15 -07:00
LawyZheng
4617d2b5ca fix task v2 download issue (#3220) 2025-08-18 14:24:18 +08:00
Shuchang Zheng
c1b676f85e upgrade litellm to support gpt5 reasoning (#3218) 2025-08-17 16:39:37 -07:00
LawyZheng
e8df79347b fix download file name bug (#3163) 2025-08-12 00:38:31 +08:00
Trevor Sullivan
b3e17c12b3 [Feature] Adding Azure Blob Storage support to File Upload workflow block (#3130) 2025-08-07 21:59:37 -07:00
Shuchang Zheng
e356d9fea0 add support for gpt5 and azure gpt5 series (#3136) 2025-08-07 15:12:47 -07:00
LawyZheng
119ef71057 add more rule to parse filename when downloading (#3076) 2025-08-01 11:25:36 +08:00
LawyZheng
0adc3078ed parse filename from http header (#3059) 2025-07-30 16:10:02 +08:00
Shuchang Zheng
ffce05c6ef Temperature fix for O-models (#3048) 2025-07-28 14:31:10 -07:00
Shuchang Zheng
fe9d017e76 add ec2 to aws client (#2919) 2025-07-10 01:22:27 -07:00
Shuchang Zheng
abfdf8964a add enableExecuteCommand option to the run_task function (#2918) 2025-07-09 18:07:51 -07:00
Shuchang Zheng
1d7585b40a update run_task to make it possible to expose ecs task publicly (#2916) 2025-07-09 16:32:46 -07:00
LawyZheng
95ab8295ce laminar integration (#2887) 2025-07-07 14:43:10 +08:00
Prakash Maheshwaran
d23944bca7 fixed the openrouter stuff (#2630) 2025-07-01 14:02:22 -04:00
Shuchang Zheng
eb0e8a21ee add gemini 2 5 support (#2850) 2025-07-01 13:38:17 +08:00
Asher Foa
a6bf217559 Fix typos (#2807) 2025-06-28 01:26:21 +00:00
Shuchang Zheng
5f26a02dea skip llm artifact creation when empty prompt (#2742) 2025-06-18 14:44:10 +00:00
Shuchang Zheng
70f5106ea2 fix file exists issue in create_folder_if_not_exist (#2731) 2025-06-17 21:20:38 -07:00
Wyatt Marshall
346b36fa4d ui tars integration fix (#2714) 2025-06-13 16:52:14 -04:00
LawyZheng
296d2f903b support volcengine + migrate ui tars to volcengine (#2705) 2025-06-13 21:17:32 +08:00
Asher Foa
d3079eaa4a add str method to S3Uri (#2703) 2025-06-13 06:43:42 -04:00
Asher Foa
e1d42afca9 Add boto3 docs links (#2682) 2025-06-13 09:40:32 +00:00
Wyatt Marshall
15d46aab82 ui-tars integration (#2656) 2025-06-13 13:23:39 +08:00
Asher Foa
47cf755d9c Add & use tag_set_to_dict (#2700) 2025-06-12 21:41:48 -04:00
Asher Foa
fcbc0672b3 add get_object_info to return a given object metadata (#2678) 2025-06-12 13:50:16 -04:00
Asher Foa
b0724d2781 vendor and update commentjson since it is abandoned (#2689) 2025-06-12 10:50:16 -04:00
Asher Foa
41332c6976 Add tests (mostly AI generaed/vibe coding) for parse_api_response + existing tests (#2688) 2025-06-11 14:47:58 -07:00
Asher Foa
d2426b8394 Make all llm response parsing/fixing helpers private (#2687) 2025-06-11 21:10:37 +00:00
Asher Foa
3100ff9543 Add the ability to add tags to s3 objects we upload + more tests for artifact upload (#2684) 2025-06-11 19:52:25 +00:00
Asher Foa
c1e19d27d3 basic test for s3 artifact upload logic (#2681) 2025-06-11 14:23:58 -04:00
Asher Foa
87fb5b4408 DRY getting boto3 clients (#2622) 2025-06-11 11:59:58 -04:00
Shuchang Zheng
9a29d966ab overhual llm key override (#2677) 2025-06-11 23:23:44 +08:00
Asher Foa
7b27ac9bdf There is no need to keep aws creds around, passing them down to boto.session is more than enough (#2625) 2025-06-10 15:17:22 -04:00
Asher Foa
effd0c4911 Add pyupgrade pre-commit hook + modernize python code (#2611) 2025-06-10 18:52:38 +00:00
Shuchang Zheng
09ca00e948 fix timeout for svg and css LLM call (#2662)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-10 07:23:15 +00:00
Shuchang Zheng
3a927aa4e2 fix upload file storage class input style (#2618) 2025-06-06 01:36:46 -07:00
Asher Foa
990b1c921f Add support for s3 storage classes + added logging when we upload to s3 (#2610) 2025-06-05 18:26:52 -04:00
Shuchang Zheng
06d026a231 fallback gemini to gpt + use latest gemini flash 2.5 release (#2588) 2025-06-04 14:41:38 +08:00
Shuchang Zheng
2ddcb9eb0b log duration and prompt_name in llm failure log (#2578) 2025-06-03 10:24:47 -07:00
Shuchang Zheng
aef945cb63 fix llm key override in llm_api_handler_with_router_and_fallback (#2562) 2025-05-31 23:23:37 -07:00
Tiger Shen
73e366bbad Fix Claude 4 model names to use specific versions instead of -latest suffix (#2531) 2025-05-30 18:13:05 -07:00
Shuchang Zheng
5580548e7d support anthropic claude 4 bedrock (#2539) 2025-05-30 16:16:07 -07:00
Shuchang Zheng
ea5620acd2 weave LLMCaller.llm_key through to api handler/agent (#2524) 2025-05-29 16:49:59 -04:00
Shuchang Zheng
08bf2bc428 backend changes extracted from codex/jon/SKY-5016 (#2508) 2025-05-29 09:15:04 -04:00
Shuchang Zheng
fc71c32133 Add Anthropic Claude 4 and 3.5 Haiku models (#2477) 2025-05-26 22:18:20 -04:00
Shuchang Zheng
f49b5c4100 add gemini 2.5 flash preview 05-20 (#2434) 2025-05-22 14:12:54 -07:00
Shuchang Zheng
e5f52b8c9d add download filename rule for supabase (#2432) 2025-05-22 10:53:59 -07:00
Shuchang Zheng
3c7ac35d4f use vertex global region (#2326) 2025-05-12 10:28:10 +08:00