openhands-aci
An Agent-Computer Interface (ACI) designed for software development agents OpenHands.
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-aciuv
uv add openhands-acipoetry
poetry add openhands-aciInstalling 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
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
openhands-aiOpenHands is a self-hosted developer control…
permissive · top 5,000 on PyPI
openhands-agent-serverProvides a REST and WebSocket API server for…
unclear · top 5,000 on PyPI
openhands-toolsProvides Python and REST APIs for building AI…
unclear · top 5,000 on PyPI
openhandsOpenHands is a CLI tool that runs an AI agent…
permissive · top 5,000 on PyPI
openhands-workspaceProvides Python and REST APIs for building…
unclear · top 15,000 on PyPI
openhands-sdkOpenHands SDK provides Python and REST APIs for…
unclear · top 5,000 on PyPI
inspect-sweInspect SWE provides a suite of software…
permissive · top 15,000 on PyPI
tom-sweAdds Theory of Mind capabilities to software…
permissive · top 5,000 on PyPI
serena-agentSerena is an MCP server that provides semantic…
permissive · top 15,000 on PyPI
OpenTimelineIOOpenTimelineIO provides an interchange format…
permissive · top 15,000 on PyPI