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.; llama-cpp-agent: llama-cpp-agent is a Python framework for interacting with LLMs running via llama.cpp. It provides a unified interface for chat, structured function calls, and JSON-formatted output — including models not explicitly fine-tuned for function calling. Developers can define tools and callable functions that the agent invokes directly, making it practical for building local agentic workflows without cloud dependencies.
Developing and deploying AI agents for autonomous desktop interaction and task completion.
Building local agentic pipelines with open-source LLMs