Metadata-Version: 2.4
Name: agentnova
Version: 0.6.0.0
Summary: REDIRECT PACKAGE - Use 'agentkthx' instead. This package has been renamed.
Author-email: VTSTech <veritas@vts-tech.org>
License: MIT
Project-URL: Homepage, https://github.com/VTSTech/AgentKthx
Project-URL: Repository, https://github.com/VTSTech/AgentKthx
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: agentkthx>=0.6.0

# agentnova - DEPRECATED

> ⚠️ **This package has been renamed to [agentkthx](https://pypi.org/project/agentkthx/)**

`agentnova` is now `agentkthx`. This package exists only for backward compatibility.

## Migration

```bash
# Uninstall old
pip uninstall agentnova

# Install new
pip install agentkthx
```

```python
# Old (deprecated)
import agentnova

# New
import agentkthx
```

```bash
# Old CLI
agentnova run "prompt"

# New CLI
agentkthx run "prompt"
```

## Why the rename?

The name "AgentNova" had collisions with other projects in the AI agent space. We renamed to "AgentKthx" for better uniqueness and to honor the IRC-era slang "kthx" (OK, thanks) — which fits the project's local-first, hackable, free-models ethos.

## Links

- **New Package**: https://pypi.org/project/agentkthx/
- **Repository**: https://github.com/VTSTech/AgentKthx
- **Author**: [VTSTech](https://www.vts-tech.org)
