From f9d3c7ce225b140cd3c2a4e287cf376393154e64 Mon Sep 17 00:00:00 2001 From: Hoang Tran Date: Wed, 17 Sep 2025 15:10:01 +0000 Subject: [PATCH 1/2] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ffa55dd..02bd6b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Agent-Computer Interface (ACI) for OpenHands +> **⚠️ DEPRECATION NOTICE**: This repository is now archived. The file editor tool has been migrated to the [OpenHands Agent SDK](https://github.com/All-Hands-AI/agent-sdk) under `openhands/tools/str_replace_editor`. Please use the new implementation for all future development. + + An Agent-Computer Interface (ACI) designed for software development agents [OpenHands](https://github.com/All-Hands-AI/OpenHands). This package provides essential tools and interfaces for AI agents to interact with computer systems for software development tasks. ## Features From 482ab0e794c4fd9200cd1da77026f0949303ccc6 Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Wed, 17 Sep 2025 23:44:47 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02bd6b7..fc9943e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Agent-Computer Interface (ACI) for OpenHands -> **⚠️ DEPRECATION NOTICE**: This repository is now archived. The file editor tool has been migrated to the [OpenHands Agent SDK](https://github.com/All-Hands-AI/agent-sdk) under `openhands/tools/str_replace_editor`. Please use the new implementation for all future development. +> **⚠️ DEPRECATION NOTICE**: This repository is now archived. The file editor tool has been migrated to the [OpenHands Agent SDK](https://github.com/All-Hands-AI/agent-sdk) under `openhands/tools/str_replace_editor`. An Agent-Computer Interface (ACI) designed for software development agents [OpenHands](https://github.com/All-Hands-AI/OpenHands). This package provides essential tools and interfaces for AI agents to interact with computer systems for software development tasks.