Metadata-Version: 2.4
Name: nage
Version: 1.1.1
Summary: A free AI assistant by 0x3st.
Project-URL: Homepage, https://github.com/0x3st/nage
Project-URL: Repository, https://github.com/0x3st/nage.git
Project-URL: Issues, https://github.com/0x3st/nage/issues
Author-email: 0x3st <find@example.com>
License: MIT
Keywords: ai,assistant,chatbot,cli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: click>=8.0.0
Requires-Dist: openai>=1.0.0
Requires-Dist: pyperclip>=1.8.0
Description-Content-Type: text/markdown

**Nage: A Free AI Assistant Tool**

Nage is a lightweight AI tool for your command line. Get started quickly by simply asking it a question.

**Getting Started**

On first use, Nage will automatically check your settings and prompt you for the necessary details:
- API Key
- Model Name
- Endpoint

Your settings and memories are stored locally in your `{HOME}/.nage/` directory (`SETT` for settings, `MEMO` for memories).

**Usage**

- `nage` - Shows basic information.
- `nage <your question>` - Gets an answer or runs a command.
- `nage <prompt to change settings>` - Updates your API key, endpoint, or model.

Use keywords like `remember` or `take it down` to store important info.

**Installation**

Choose one of the following methods:
1. (Recommended) `uv tool install nage`
2. `pip install nage`
3. `uv pip install nage`

**Development**

This project uses GitHub Actions for testing and deployment.
- **CI/CD**: Automated tests across Python versions.
- **Auto-deploy**: Push a tag starting with 'v' to release to PyPI.

**To Do**
- [ ] Add a parser for configuration without AI.
- [ ] Enable context/history features.