Fix quickstart script

This commit is contained in:
cgutierr
2025-08-03 12:54:10 +02:00
parent 5bfadf8f9a
commit b2df58a91e
+2 -1
View File
@@ -143,8 +143,9 @@ pip install "cua-computer[all]" "cua-agent[all]"
### Step 4: Use in Your Code
```python
import asyncio
from computer import Computer
from agent import ComputerAgent, LLM
from agent import ComputerAgent
async def main():
# Start a local macOS VM