From 6c5c8ec0db8ce395e4ac919e2bc56067f826b4cb Mon Sep 17 00:00:00 2001 From: f-trycua Date: Wed, 16 Apr 2025 18:48:05 -0700 Subject: [PATCH] Fix cua.agent in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caaa75cd..059b9788 100644 --- a/README.md +++ b/README.md @@ -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(