Computer
Computer
Bases: ABC
A computer implemented with sync operations. The Computer interface abstracts the operations needed to control a computer or browser.
Source code in src/agents/computer.py
AsyncComputer
Bases: ABC
A computer implemented with async operations. The Computer interface abstracts the operations needed to control a computer or browser.