Metadata-Version: 2.4
Name: localclaw
Version: 0.4.0.1
Summary: REDIRECT PACKAGE - Use 'agentnova' instead. This package has been renamed.
Author-email: VTSTech <veritas@vts-tech.org>
License: MIT
Project-URL: Homepage, https://github.com/VTSTech/AgentNova
Project-URL: Repository, https://github.com/VTSTech/AgentNova
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: agentnova>=0.0

# localclaw - DEPRECATED

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

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

## Migration

```bash
# Uninstall old
pip uninstall localclaw

# Install new
pip install agentnova
```

```python
# Old (deprecated)
import localclaw

# New
import agentnova
```

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

# New CLI
agentnova run "prompt"
```

## Why the rename?

The name "LocalClaw" was used by multiple projects. We renamed to "AgentNova" for better uniqueness and branding.

## Links

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