working gta1 loop

This commit is contained in:
Dillon DuPont
2025-08-01 15:49:19 -04:00
parent 5902be2917
commit d5564977f0
9 changed files with 484 additions and 257 deletions

View File

@@ -5,8 +5,7 @@ Example usage of the agent library with docstring-based tool definitions.
import asyncio
import logging
from agent import agent_loop, ComputerAgent
from agent.types import Messages
from agent import ComputerAgent
from computer import Computer
from computer.helpers import sandboxed