Metadata-Version: 2.4
Name: teken
Version: 0.9.0
Summary: Deprecated alias for agentfront — installs agentfront (the renamed Agent First Interface CLI).
Project-URL: Homepage, https://github.com/agentculture/agentfront
Project-URL: Issues, https://github.com/agentculture/agentfront/issues
Author: AgentCulture
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: agentfront==0.9.0
Description-Content-Type: text/markdown

# teken — deprecated alias for `agentfront`

`teken` was renamed to **[`agentfront`](https://pypi.org/project/agentfront/)**.
This package is a thin compatibility wrapper: installing it pulls in
`agentfront`, which provides the canonical `agentfront` command and a deprecated
`teken` alias.

```bash
uv tool install teken       # still works — installs agentfront under the hood
uv tool install agentfront  # preferred going forward
```

New code should depend on `agentfront` directly. This wrapper is published in
lockstep with `agentfront` and will be retired once the migration window closes.
