Commit Graph

871 Commits

Author SHA1 Message Date
Shuchang Zheng
89b68cab9e update totp code api description (#2358) 2025-05-15 20:07:27 -07:00
Shuchang Zheng
ecd0c79f8c official totp code endpoint under the credentials route (#2357) 2025-05-15 19:49:42 -07:00
Shuchang Zheng
fb5ccc4016 get_persistent_browser_session_by_runnable_id returns None instead of raising error when no record is found (#2355) 2025-05-15 12:50:34 -07:00
Shuchang Zheng
9424324baa remove include history flag from workflow run model (#2354)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-05-16 03:20:32 +08:00
Shuchang Zheng
a1c86798ac add index to runnable_id in persistent_browser_sessions table (#2353) 2025-05-15 14:59:10 -04:00
Shuchang Zheng
7baef2a1bd persistent browser session - screenshot streaming (#2352) 2025-05-15 14:35:33 -04:00
Shuchang Zheng
ed4280153f suchintan.vibe code user goal check (#2349)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-05-15 23:18:24 +08:00
Shuchang Zheng
847ddacebd shu/make timeout optional field in create browser session (#2348) 2025-05-14 18:20:56 -07:00
Shuchang Zheng
5781a53090 browser session timeout (#2347) 2025-05-14 16:24:44 -07:00
Shuchang Zheng
082f944123 add timeout to browser session request (#2338) 2025-05-13 16:06:13 -07:00
Shuchang Zheng
5c29914a20 add started_at and completed_at to the persistent_browser_sessions table (#2337) 2025-05-13 15:22:24 -07:00
Suchintan
0184a0e705 Update N8N Readme with link to repo, disable doctoc metadata (#2330) 2025-05-13 00:09:03 -04:00
Shuchang Zheng
9eb4b46bdc add max_steps to task v2 table (#2293) 2025-05-12 12:56:48 -07:00
Shuchang Zheng
1d1a4d72ea backend: normalize returns for evals (items, total); ensure title to … (#2329) 2025-05-12 11:30:37 -04:00
Shuchang Zheng
3c7ac35d4f use vertex global region (#2326) 2025-05-12 10:28:10 +08:00
Shuchang Zheng
8f37625f51 API + SDK support - get workflow run (#2324) 2025-05-11 16:24:31 -07:00
Shuchang Zheng
2c58e99b55 fix credentials get api lint (#2322) 2025-05-11 14:47:25 -07:00
Shuchang Zheng
f0eb4fdd62 fix legacy credentials api prefix (#2321) 2025-05-11 14:42:14 -07:00
Shuchang Zheng
3b13962f9b Open source credentials APIs (#2320) 2025-05-11 13:55:15 -07:00
Shuchang Zheng
626585c0f6 make additional module loading debug log (#2318) 2025-05-10 01:51:51 -07:00
Shuchang Zheng
54fba3a550 add SKYVERN_APP_URL and a link to the run response (#2316) 2025-05-10 00:40:54 -07:00
Shuchang Zheng
1fbaf711b1 fix anthropic llm stats (#2313) 2025-05-08 14:30:00 -07:00
Shuchang Zheng
869a94dbf4 support CUA navigation block (#2306) 2025-05-08 04:04:02 +08:00
Shuchang Zheng
349e506dc1 shu/remove max completion tokens for ollama (#2300) 2025-05-06 12:21:42 -07:00
Shuchang Zheng
28b1ff4872 remove dead code in aws.py - execute_with_async_client (#2287) 2025-05-05 00:41:48 -07:00
Shuchang Zheng
e2a82a75d9 fix linter errors for config registry & cli (#2292) 2025-05-05 00:12:46 -07:00
Prakash Maheshwaran
c3072d7572 Added Ollama & Openrouter & Groq & improved cdp browser (#2283) 2025-05-05 00:03:23 -07:00
Shuchang Zheng
cbf8a6ac6b remove unnecessary data from log when creating a new task for workflow (#2289) 2025-05-04 16:41:11 -07:00
Shuchang Zheng
7760c6ff3e fix skyvern_v1 in run task endpoint (#2288) 2025-05-04 16:04:37 -07:00
Shuchang Zheng
dbcc48833e fix LiteLLMParams typing (#2285) 2025-05-04 01:02:01 -07:00
Shuchang Zheng
8b834436b5 anthropic support - dymanic window size / window popup (#2284) 2025-05-04 00:40:16 -07:00
Shuchang Zheng
a851e8fdd8 Reduce execution waits (#2282) 2025-05-04 00:30:09 -04:00
Shuchang Zheng
2545405b57 Parallelize SVG conversions (#2281) 2025-05-03 01:26:55 -04:00
Shuchang Zheng
7e1dd805f8 shu/remove foreign key constraints on large table actions (#2278) 2025-05-02 04:51:24 -07:00
Shuchang Zheng
48fc490847 Credentials docs (#2273) 2025-05-01 10:03:56 -04:00
Shuchang Zheng
38f8a21d32 anthropic CUA - limit image message count (#2265) 2025-04-30 18:03:40 -07:00
Suchintan
c069ebe6f9 Improve failure devex (#2247) 2025-04-30 13:21:10 -04:00
Shuchang Zheng
eacf9d5388 resize screenshots to make it compatible with anthropic CUA (#2255) 2025-04-30 01:13:36 -07:00
Shuchang Zheng
53f4c23ef9 fix bug (#2249) 2025-04-30 00:06:59 +08:00
Shuchang Zheng
f4ea546ae4 fix anthropic tool result format (#2246) 2025-04-29 04:17:50 +08:00
Shuchang Zheng
2f10e3c430 Add organization_name and workflow_permanent_id to skyvern context, pass workflow_permanet_id when deciding which identifier to use with which llm (#2245) 2025-04-28 15:55:52 -04:00
Shuchang Zheng
47ad15a864 add vertex ai (#2243) 2025-04-29 03:11:56 +08:00
Shuchang Zheng
7e4a193443 fix tool_call_input parsing with anthropic sdk (#2242) 2025-04-29 02:57:56 +08:00
Shuchang Zheng
1449720038 enable thinking in anthropic CUA (#2240) 2025-04-29 00:16:22 +08:00
Shuchang Zheng
8e6819c987 fix anthropic llm caller routing (#2241) 2025-04-29 00:06:37 +08:00
Shuchang Zheng
9e7906a083 fix anthropic messages image input pattern (#2239) 2025-04-28 23:12:45 +08:00
Shuchang Zheng
1530338cad Anthropic CUA fix (#2238) 2025-04-28 18:15:23 +08:00
Shuchang Zheng
a8d237deee use anthropic beta client (#2235) 2025-04-28 16:24:12 +08:00
Shuchang Zheng
2f0e6e5eb3 improve custom selection (#2236) 2025-04-28 16:16:36 +08:00
Shuchang Zheng
0a0228b341 anthropic CUA (#2231)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-28 09:49:44 +08:00