Name | hanzo-aci JSON |
Version |
0.3.1
JSON |
| download |
home_page | None |
Summary | An Agent-Computer Interface (ACI) designed for software development agents |
upload_time | 2025-07-26 00:11:27 |
maintainer | None |
docs_url | None |
author | Hanzo Industries Inc |
requires_python | <4.0,>=3.12 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Agent-Computer Interface (ACI) for Hanzo
An Agent-Computer Interface (ACI) designed for [Hanzo IDE](https://github.com/hanzoai/ide). This package provides essential tools and interfaces for AI agents to interact with computer systems for software development tasks.
## Features
- **Code Editor Interface**: Sophisticated editing capabilities through the `editor` module
- File creation and modification
- Code editing
- Configuration management
- **Code Linting**: Built-in linting capabilities via the `linter` module
- Tree-sitter based code analysis
- Python-specific linting support
- **Utility Functions**: Helper modules for common operations
- Shell command execution utilities
- Diff generation and analysis
- Logging functionality
## Installation
```bash
pip install hanzo-aci
```
Or using Poetry:
```bash
poetry add hanzo-aci
```
## Project Structure
```
hanzo_aci/
├── editor/ # Code editing functionality
├── linter/ # Code linting capabilities
└── utils/ # Utility functions
```
## Development
1. Clone the repository:
```bash
git clone https://github.com/hanzoai/aci.git
cd aci
```
2. Install development dependencies:
```bash
poetry install --extras llama
```
3. Configure pre-commit-hooks
```bash
make install-pre-commit-hooks
```
4. Run tests:
```bash
poetry run pytest
```
## License
This project is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": null,
"name": "hanzo-aci",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.12",
"maintainer_email": null,
"keywords": null,
"author": "Hanzo Industries Inc",
"author_email": "dev@hanzo.ai",
"download_url": "https://files.pythonhosted.org/packages/21/9a/898971e284c5670035da4da9b8fe00105d5a7c689ea588aa650b0fd63b62/hanzo_aci-0.3.1.tar.gz",
"platform": null,
"description": "# Agent-Computer Interface (ACI) for Hanzo\n\nAn Agent-Computer Interface (ACI) designed for [Hanzo IDE](https://github.com/hanzoai/ide). This package provides essential tools and interfaces for AI agents to interact with computer systems for software development tasks.\n\n## Features\n\n- **Code Editor Interface**: Sophisticated editing capabilities through the `editor` module\n - File creation and modification\n - Code editing\n - Configuration management\n\n- **Code Linting**: Built-in linting capabilities via the `linter` module\n - Tree-sitter based code analysis\n - Python-specific linting support\n\n- **Utility Functions**: Helper modules for common operations\n - Shell command execution utilities\n - Diff generation and analysis\n - Logging functionality\n\n## Installation\n\n```bash\npip install hanzo-aci\n```\n\nOr using Poetry:\n\n```bash\npoetry add hanzo-aci\n```\n\n## Project Structure\n\n```\nhanzo_aci/\n\u251c\u2500\u2500 editor/ # Code editing functionality\n\u251c\u2500\u2500 linter/ # Code linting capabilities\n\u2514\u2500\u2500 utils/ # Utility functions\n```\n\n## Development\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/hanzoai/aci.git\ncd aci\n```\n\n2. Install development dependencies:\n```bash\npoetry install --extras llama\n```\n\n3. Configure pre-commit-hooks\n```bash\nmake install-pre-commit-hooks\n```\n\n4. Run tests:\n```bash\npoetry run pytest\n```\n\n## License\n\nThis project is licensed under the MIT License.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An Agent-Computer Interface (ACI) designed for software development agents",
"version": "0.3.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "db6abf70f6663ec0ffec02c192b6ae358acf29eda7b2f66fdc29b5912c88e5fc",
"md5": "5e7d0c206b0e95c01eb04e0e832a19bb",
"sha256": "ae75916b08489a7c3b0add156a3ede7eb7fbebe261960222a80561c8a9b18d81"
},
"downloads": -1,
"filename": "hanzo_aci-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5e7d0c206b0e95c01eb04e0e832a19bb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.12",
"size": 95980,
"upload_time": "2025-07-26T00:11:25",
"upload_time_iso_8601": "2025-07-26T00:11:25.776429Z",
"url": "https://files.pythonhosted.org/packages/db/6a/bf70f6663ec0ffec02c192b6ae358acf29eda7b2f66fdc29b5912c88e5fc/hanzo_aci-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "219a898971e284c5670035da4da9b8fe00105d5a7c689ea588aa650b0fd63b62",
"md5": "0d5bad2656bbe0a5126941f9cb73821e",
"sha256": "d6affc81f42e15d0acb3c96adcbba6a5a97ad4b85c4898a2c4ea5602ed882233"
},
"downloads": -1,
"filename": "hanzo_aci-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "0d5bad2656bbe0a5126941f9cb73821e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.12",
"size": 78735,
"upload_time": "2025-07-26T00:11:27",
"upload_time_iso_8601": "2025-07-26T00:11:27.585448Z",
"url": "https://files.pythonhosted.org/packages/21/9a/898971e284c5670035da4da9b8fe00105d5a7c689ea588aa650b0fd63b62/hanzo_aci-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-26 00:11:27",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "hanzo-aci"
}