Commit Graph

586 Commits

Author SHA1 Message Date
Cursor Agent
db36243b5f Fix typo in logging level environment variable
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-12-12 19:40:54 +00:00
Saurav Panda
ab48cc51df docs fix ChatOpenAI import path 2025-12-10 15:34:27 -08:00
Gregor Žunič
22b37f3c11 prepare for release 2025-12-09 17:03:21 -08:00
Gregor Žunič
6c49e622a6 skills_ids = skills, added docs 2025-12-09 16:37:05 -08:00
Saurav Panda
d0e181216e feat: added fallback llm support 2025-12-03 18:53:29 +05:30
Mert Unsal
aba135a887 docs(sandbox): fix async sandbox example by adding asyncio.run and import asyncio (#3677)
**Description:**
This PR updates the Sandbox Quickstart example to make it fully runnable
when
copied into a standalone script.

**Changes:**
- Added `import asyncio`
- Wrapped the async sandbox entrypoint in:
  ```python
  if __name__ == "__main__":
      asyncio.run(production_task())
  ```
- Prevents the “coroutine was never awaited” runtime error.

**Issue:**
No related issue (minor documentation fix).

**Dependencies:**
None.

<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Fixed the async Sandbox Quickstart example so it runs as a standalone
script without errors. Added import asyncio and a __main__ guard that
calls asyncio.run(production_task()), preventing the “coroutine was
never awaited” runtime error.

<sup>Written for commit 7fd4a38a2b.
Summary will update automatically on new commits.</sup>

<!-- End of auto-generated description by cubic. -->
2025-11-29 13:18:27 -08:00
AntonVishal
5c581c642e Add provider options to ChatVercel for enhanced model routing 2025-11-29 12:27:32 +05:30
Krishna
7fd4a38a2b Update quickstart.mdx 2025-11-27 20:41:36 -06:00
Mert Unsal
a048d97eab Merge branch 'main' into attempt-fix-real-browser 2025-11-26 13:22:22 -08:00
Mert Unsal
0efd006527 Merge branch 'main' into kalil/cu-docs 2025-11-26 13:19:07 -08:00
Mert Unsal
fd665e01cd Merge branch 'main' into add-vercel-ai-gateway 2025-11-24 11:24:28 -08:00
ShawnPana
5a36835264 add new mcp docs 2025-11-23 16:27:22 -08:00
kalil0321
e032a0742b Merge branch 'main' into attempt-fix-real-browser 2025-11-18 17:39:25 +01:00
ShawnPana
8cd982e2d6 updated docs for cloud mcp using claude desktop and cursor 2025-11-17 22:10:47 -08:00
ShawnPana
1e2dc7e9ea Update MCP server documentation with cloud and local options
- Add cloud MCP server as recommended option with HTTP-based setup
- Include setup instructions for Claude Code, Claude Desktop, Cursor, and Windsurf
- Document cloud-specific features (browser_task, profiles, monitoring)
- Reorganize local self-hosted MCP as alternative option
- Fix bash command syntax with quoted 'browser-use[cli]' for zsh compatibility
- Add troubleshooting for PATH issues and CLI extras requirement
- Include full path examples for macOS/Linux uvx location
2025-11-17 20:46:32 -08:00
Robert Kim
5f4ee0c4a3 Updated Laminar docs 2025-11-16 14:55:03 +00:00
kalil0321
73f4138b10 Merge branch 'main' into attempt-fix-real-browser 2025-11-16 11:58:58 +01:00
Cursor Agent
487bd19e80 Refactor: Lower default max_actions_per_step to 4
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-11-15 06:31:10 +00:00
Aitor
461d8592b1 Merge branch 'main' into feat/improve-navigation 2025-11-12 04:32:27 +01:00
Cursor Agent
a92a1190c2 Remove agent.context from hooks documentation
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-11-11 23:19:24 +00:00
reformedot
97deba7bb8 refactor: update agent focus handling and CDP session retrieval to fix tests 2025-11-11 12:57:35 -08:00
Alezander9
5c1761ed3a address cubic comments 2025-11-07 18:33:58 -08:00
Alezander9
494abb7e30 update agents md and llm quickstarts 2025-11-07 18:22:24 -08:00
kalil0321
ff1db95889 Merge branch 'main' into add-vercel-ai-gateway 2025-11-07 01:33:46 +01:00
kalil0321
103bd46677 Merge branch 'main' into attempt-fix-real-browser 2025-11-07 01:33:14 +01:00
Magnus Müller
7ca5a9812a Merge branch 'main' into pricing-change 2025-11-06 09:17:34 -08:00
Magnus Müller
ffd0295944 pricing change 2025-11-06 09:17:11 -08:00
Alezander9
667331115d link to new agents md from docs, cleanup styling 2025-11-05 14:28:46 -08:00
Alezander9
15b650b4c9 reroute docs quickstart to agents.md 2025-11-05 13:43:21 -08:00
kalil0321
680c71bdec Merge branch 'main' into attempt-fix-real-browser 2025-11-03 16:21:58 +01:00
kalil0321
81094f2b3b Merge branch 'main' into kalil/cu-docs 2025-11-01 23:52:35 +01:00
kalil0321
108e37ccbb Fix formatting 2025-11-01 23:43:36 +01:00
kalil0321
2e897b75ba Fix formatting 2025-11-01 23:42:56 +01:00
kalil0321
6f9ec79dcc Clean docs 2025-11-01 23:42:45 +01:00
Gregor Žunič
744d00282f changes to docs 2025-11-01 15:25:47 -07:00
kalil0321
5a8e78334c Fix formatting issues 2025-11-01 21:51:30 +01:00
kalil0321
1dc2ac6039 Enhance CodeAgent parameters documentation 2025-11-01 21:43:12 +01:00
kalil0321
e7d62598a8 Add output format for Code Use 2025-11-01 21:42:58 +01:00
kalil0321
64490fa963 Merge branch 'main' into add-vercel-ai-gateway 2025-11-01 15:34:46 +01:00
Gregor Žunič
2fd577efea docs and version decrease to 0.9.5 2025-10-31 19:15:43 -07:00
Gregor Žunič
5e428e829b Merge branch 'main' into feature/remote-code 2025-10-31 12:19:39 -07:00
Gregor Žunič
9c88c5a828 better cloud params 2025-10-30 13:05:41 -07:00
kalil0321
bf32987344 Merge branch 'main' into add-vercel-ai-gateway 2025-10-30 18:18:38 +01:00
Saurav Panda
8d9bcd427a docs: added pricing for bu llm 2025-10-29 15:19:40 -07:00
Alexander Yue
47ed585aaa Merge branch 'main' into kick-out-the-rabble 2025-10-28 16:17:29 -07:00
Alezander9
75a8498fd9 fix stray xml tag in docs 2025-10-28 16:15:03 -07:00
Alezander9
89772a8344 remove ads inserted by other companies 2025-10-28 16:12:27 -07:00
Alezander9
2495ce93a6 make pip workflow funciton by installing uv from pip 2025-10-28 15:53:16 -07:00
kalil0321
c292e8e3d4 Merge branch 'main' into add-vercel-ai-gateway 2025-10-28 08:32:05 +01:00
Alezander9
e38b0d0a18 change browser-use install to uvx browser-use install 2025-10-27 23:26:23 -07:00