mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 12:30:08 -06:00
Fix cua.agent in README
This commit is contained in:
@@ -74,8 +74,8 @@ If you want to use AI agents with virtualized environments:
|
||||
|
||||
5. Use the libraries in your Python code:
|
||||
```python
|
||||
from cua.computer import Computer
|
||||
from cua.agent import ComputerAgent, LLM, AgentLoop, LLMProvider
|
||||
from computer import Computer
|
||||
from agent import ComputerAgent, LLM, AgentLoop, LLMProvider
|
||||
|
||||
async with Computer(verbosity=logging.DEBUG) as macos_computer:
|
||||
agent = ComputerAgent(
|
||||
|
||||
Reference in New Issue
Block a user