cua: Cua is an open-source platform designed for building, benchmarking, and deploying AI agents capable of interacting with any computer. It provides isolated, self-hostable sandboxes using technologies like Docker, QEMU, and Apple Vz for agentic UI automation and secure code execution.; claude-code-source-all-in-one: This repository extracts the source code of Anthropic's Claude Code CLI for educational study. It includes 18 deep-dive articles analyzing the architecture, covering core agent loop, tool orchestration, context compression, and more. The source can be run locally for learning purposes.
Developing and deploying AI agents for autonomous desktop interaction and task completion.
Studying production-level AI agent architecture and design decisions