From 5d1054f494ec99af40d3c8892168e3912256e28a Mon Sep 17 00:00:00 2001 From: Jan Luca Sandmann <53909792+janlucasandmann@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:39:46 +0700 Subject: [PATCH] Add computer agents to frameworks Added the computer agents ecosystem to the list of computer use agents frameworks --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 70b8947..cd3548f 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,11 @@ A curated list of resources about AI agents for Computer Use, including research - Reinforcement learning platform for Android interaction - [Code](https://github.com/google-deepmind/android_env) + - [Computer Agents](https://computer-agents.com) + - Cloud-native platform for persistent, scheduled AI agents that run 24/7 in isolated environments with their own compute, file system, and memory + - Agents can research, code, create content autonomously; accessible via iOS/Mac apps, web, and SDK/API + - Workflow-first design optimized for long-running, repeatable automations rather than real-time local GUI control +