Metadata-Version: 2.4
Name: 100cli
Version: 0.0.1
Summary: 🤖 The 100 LoC CLI agent made to be hacked — simple, easy to understand, and hackable ✨
Author-email: Bhavnick Minhas <bhavnick@chonkie.ai>
Maintainer-email: Bhavnick Minhas <bhavnick@chonkie.ai>
License: MIT License
        
        Copyright (c) 2025 Bhavnick @ chonkie.ai
        
        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/chonknick/100cli
Project-URL: Documentation, https://github.com/chonknick/100cli
Project-URL: Bug Tracker, https://github.com/chonknick/100cli/issues
Keywords: CLI,artificial-intelligence,agents
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.16.0
Requires-Dist: rich>=13.0.0
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Dynamic: license-file

<div align="center">

![100cli](./assets/100cli_logo.png)

_🤖 The 100 LoC CLI agent made to be hacked — simple, easy to understand, and hackable ✨_
</div>

CLI Agents are great! I use them all the time. As an avid user of CLI agents like claude code, opencode and more, I needed a simple 100 LoC CLI agent that can be used to easily hack and experiment with about CLI agents. There are many tools to experiment with, flows to provide the agents and new ideas keep coming up every day. We don't really have a simple way to experiment with them.

This project aims to resolve that need.

It doesn't have many features out of the box, but it creates a foundation for anyone to build upon and is available on [GitHub](https://github.com/chonknick/100cli) as a template.

The goals of this project are:

- Remain simple and extensible — have only the core functionality that's widely used and easy to understand.
- Provide a simple and easy-to-use interface for users to interact with the CLI agent.
- Allow users to easily extend the functionality of the CLI agent by adding new features, commands and tools.
- The entire docs should fit on this README.md file. (very important!)

To this end, we choose to write it in Python because it's very easy to write tooling in and you can easily make it performant with C or Rust extensions, if you want to.

## Installation

```
pipx install 100cli
```
