skillfed

openhands-aci

An Agent-Computer Interface (ACI) designed for software development agents OpenHands.

openhands-aci v0.3.3 1.3M downloads/30d#4,137 on PyPI
Permissive license MIT Active released

What it is and what it does

OpenHands ACI is a toolkit designed to let AI agents perform software development tasks by interacting with code and files. It wraps three main capabilities: a code editor module for creating and modifying files, a linter module for analyzing code quality using tree-sitter, and utility functions for shell commands, diffs, and logging. The package depends on a large ecosystem of libraries for document parsing (PDF, Excel, PowerPoint), audio processing, and code analysis.

The package is now archived and its functionality has been migrated to the OpenHands Agent SDK. If you are starting a new project, the SDK is the recommended target. This package remains installable and active but should be considered a legacy interface for existing integrations or agents built on the original OpenHands framework.

Use it for:

  • Building AI agents that need to read, create, and modify source code files as part of automated development workflows.
  • Integrating code linting and analysis into agent-based code review or refactoring systems.
  • Providing agents with utilities to execute shell commands and generate diffs for version control integration.
  • Prototyping agent-based development tools that require file editing and code quality checks.
  • Migrating legacy OpenHands agent implementations that depend on this ACI interface.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides tools and interfaces for AI agents to interact with computer systems for software development tasks, including code editing, linting, and utility functions for file manipulation and analysis.

Yes, with conditions. Install if you are maintaining or extending an existing OpenHands agent that already depends on this package. The low install friction and permissive license make it straightforward to add. However, do not start new projects with it—the package is archived and its functionality has moved to the OpenHands Agent SDK. The 28 runtime dependencies are substantial; evaluate whether you need all of them (document parsing, audio, graphics) for your use case.

Install

openhands-aci on PyPI

pip

pip install openhands-aci

uv

uv add openhands-aci

poetry

poetry add openhands-aci

Installing openhands-aci

Before you install

Low install friction with a pure Python wheel distribution. Marked active with recent release activity. Carries 28 runtime dependencies including heavy libraries (pandas, matplotlib, pydub, speechrecognition), which may add setup complexity despite the wheel format.

License in practice

MIT license is permissive; you can use, modify, and distribute this package freely with minimal restrictions, making it suitable for both open-source and commercial projects.

Quickstart

pip install openhands-aci

from openhands_aci.editor import editor
from openhands_aci.linter import linter

# Use editor and linter modules for code operations

Requires Python 3.12 or later (supports 3.12, 3.13, 3.14). The package is archived and has been migrated to the OpenHands Agent SDK; new development should target that instead.

Verify before relying

  • Specific API surface and method signatures for the editor and linter modules are not detailed in the fact sheet.
  • Whether the archived status affects long-term maintenance or security updates beyond the current release.
  • Performance characteristics when handling large codebases or complex linting tasks.

Package facts

License MIT (permissive)
Python support supports the current Python release (<4.0,>=3.12)
Install friction low — pure-Python wheel
Runtime dependencies 28 — beautifulsoup4, binaryornot, cachetools, charset-normalizer, flake8, gitpython, grep-ast, libcst, mammoth, markdownify, matplotlib, networkx, openpyxl, pandas, pdfminer-six, puremagic, pydantic, pydub, pypdf, python-pptx, rapidfuzz, requests, speechrecognition, tree-sitter, tree-sitter-language-pack, whatthepatch, xlrd, youtube-transcript-api
Maintenance actively maintained — 168 days since the last release
First released
Downloads 1,267,485/month — #4,137 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: openhands_aci-0.3.3-py3-none-any.whl

License :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

ai agent code editing interfacesoftware development agent toolscode linting for agentsagent computer interfaceautomated code modificationagent-based file operationsai development tools
agent-frameworkcode-editingarchived

More Application Frameworks packages

Further reading