Metadata-Version: 2.4
Name: henchman-ai
Version: 0.0.1
Summary: A model-agnostic AI agent CLI - your loyal coding assistant
Author: Matthew
License: MIT
Project-URL: Homepage, https://github.com/matthew/henchman
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Henchman

> Your loyal AI coding assistant

A model-agnostic AI agent CLI in Python. Supports multiple LLM providers (DeepSeek, OpenAI, Anthropic, Ollama) through a unified interface.

**🚧 Under Development** - Full release coming soon!

## Planned Features

- 🔄 **Model-Agnostic**: Support any LLM provider
- 🐍 **Pythonic**: Async-first, leveraging Python's rich ecosystem
- 🔌 **Extensible**: Plugin system for tools, providers, and commands
- 🧠 **Learnable Skills**: Agent remembers successful patterns
- 🚀 **Production-Ready**: Proper error handling, testing, and packaging

## Installation (Coming Soon)

```bash
pip install henchman
```

## License

MIT License
