Metadata-Version: 2.4
Name: tibet-router
Version: 0.1.2
Summary: DEPRECATED: Use tibet-llm-router instead. This package name is reserved for TIBET token routing.
Project-URL: Homepage, https://humotica.com
Project-URL: Repository, https://github.com/humotica/tibet-router
Project-URL: Documentation, https://humotica.com/docs/tibet-router
Author-email: "J. van de Meent" <jasper@humotica.com>, "R. AI" <root_idd@humotica.nl>
License: MIT
Keywords: ai,auto-routing,llama,llm,ml,model-selection,ollama,provenance,qwen,router,tibet
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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 :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: jis-core>=0.4.0b1
Requires-Dist: tibet-core>=0.5.0b2
Requires-Dist: tibet-llm-router>=0.1.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: full
Requires-Dist: rich>=13.0.0; extra == 'full'
Requires-Dist: tibet-core>=0.2.0; extra == 'full'
Provides-Extra: tibet
Requires-Dist: tibet-core>=0.2.0; extra == 'tibet'
Description-Content-Type: text/markdown

# tibet-router - DEPRECATED

## This package has been renamed to `tibet-llm-router`

```bash
pip install tibet-llm-router
```

The name `tibet-router` is reserved for future TIBET token routing functionality (like jis-router routes RABEL messages).

## Migration

Simply replace:
```bash
pip uninstall tibet-router
pip install tibet-llm-router
```

Your code remains the same - `from llm_router import LLMRouter` still works.

## New Package

- **PyPI:** https://pypi.org/project/tibet-llm-router/
- **Docs:** https://humotica.com/docs/tibet-llm-router

---

**One Love, One fAmIly**

Built by Humotica AI Lab


## License

MIT

## Credits

Designed by [Jasper van de Meent](https://github.com/jaspertvdm). Built by Jasper and [Root AI](https://humotica.com) as part of [HumoticaOS](https://humotica.com).

---

**Stack-positie:** Groep `agentic` · Bootstrap = OSAPI-handshake naar [`tibet`](https://pypi.org/project/tibet-core/) + [`jis`](https://pypi.org/project/jis-core/) (fail → snaft-rule + tibet-pol-rapport) · ← [`tibet-llm-router`](https://pypi.org/project/tibet-llm-router/) · See `STACK.md` · See `demo/golden-path/` for the spine end-to-end.
---

## Enterprise

For private hub hosting, SLA support, custom integrations, or compliance guidance:

| | |
|---|---|
| **Enterprise** | enterprise@humotica.com |
| **Support** | support@humotica.com |
| **Security** | security@humotica.com |

See [ENTERPRISE.md](ENTERPRISE.md) for details.
