Metadata-Version: 2.4
Name: agent-cli-helper
Version: 0.3.0
Summary: A tmux wrapper for LLMs to interact with full-screen CLI applications
Author: DAY50
License: MIT License
        
        Copyright (c) 2025 Chris McKenzie
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/day50-dev/acli
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.MIT
Dynamic: license-file

<p align="center">
<img width="500" height="258" alt="logo_500" src="https://github.com/user-attachments/assets/f0d1ff36-0bda-450a-9048-f90957b7abd5" />
<br/>
<a href=https://pypi.org/project/agent-cli-helper><img src=https://badge.fury.io/py/agent-cli-helper.svg/></a>
</p>



https://github.com/user-attachments/assets/802fac7d-5815-4bb7-92fa-875d9e32320e

**agent-cli-helper** gives LLMs a way to use interactive terminal applications successfully. Even on small models. 

## For humans 
Tell your harness (opencode, codex, qwen, amp, gemini etc) to run `uvx agent-cli-helper --help` before asking it to do full-screen tui apps, interactive debugging, ssh'ing, emacs, vim, nano, even claude code...

That's it. No git clone, mcp, or configuration file needed.

See **[humans.md](humans.md)** for human-only tools (IMPORTANT: agents must ignore this file)

## For agents and LLMs
Refer to **[llms.md](llms.md)** and **[agent-cli-helper-skill/SKILL.md](agent-cli-helper-skill/SKILL.md)**.
