Metadata-Version: 2.4
Name: cereja-vixe
Version: 0.1.0a1
Summary: Experimental packaging bootstrap for the Vixe project
Author-email: Cereja Project <leitejoab@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/cereja-project/vixe
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: build>=1.2; extra == "test"
Requires-Dist: pytest>=8; extra == "test"
Requires-Dist: twine>=5; extra == "test"
Dynamic: license-file

# Vixe

> **Status:** `0.1.0a1` is an experimental packaging bootstrap. It exists to
> establish the Vixe project identity in the Python ecosystem and is not a
> usable AI platform.

The bootstrap exposes only the package and command-line identities required to
reserve the public project name:

```text
vixe --help
vixe --version
python -m vixe --help
python -m vixe --version
```

This bootstrap does not implement runtime, model management, MCP, or TUI.
It also contains no inference, model routing, tools, agent loops, persistent
conversations, or Caja migration.

## Development

With the test dependencies installed, validate the project with:

```bash
python -m compileall src
python -m pytest
python -m build
```

The source repository is
[cereja-project/vixe](https://github.com/cereja-project/vixe).

## Releases

Release artifacts are built by GitHub Actions and published to PyPI only
through Trusted Publishing with OpenID Connect. The repository does not store
a permanent PyPI token.

## License

Vixe is available under the MIT License. Copyright 2026 Cereja Project.
