Skip to content

Instantly share code, notes, and snippets.

@tapadipti
tapadipti / acu_agentdesk_ desktop_agent.py
Created December 13, 2024 09:45
A Direct Integration of Anthropic Computer Use and AgentDesk
import sys
import base64
import io
import json
import anthropic
from agentdesk.device_v1 import Desktop
from typing import Any, Dict, List
import time
from copy import deepcopy