Agent First Interface — scaffold CLI, MCP, and HTTP interfaces for agent-first tools.
Project description
teken
Agent First Interface — scaffold tools whose primary consumer is an AI agent, not a human.
Formerly
afi-cli. The project was renamed to teken (Hebrew תֶּקֶן, "standard"). Theafi-clipackage and theaficommand still work as deprecated aliases — see Install.
From a single source of truth, teken generates three interface surfaces, each shaped by a different agent-ergonomic principle:
- CLI — with a
learnaffordance so an agent can introspect the tool and author its own usage skill (not just read--help). - MCP server — a deliberately minimal menu, tuned for low surface area over maximal API coverage.
- HTTP site — markdown pages plus a sitemap, navigable by any agent with a fetch tool.
Part of the AgentCulture OSS org — see docs/agentculture.md for the org, its paradigm, and how teken is foundational to it. The design brief is in docs/agent-first.md; the concrete rubric that teken cli doctor enforces is in docs/rubric.md.
Install
uv tool install teken
Then teken --version should work on your PATH. uv tool install is the supported path — not pip install.
uv tool install afi-cli # still works: a thin wrapper that installs teken
The afi command is retained as a deprecated alias for teken (it prints a one-line notice to stderr and forwards). New usage should prefer teken.
Usage
Every teken command supports --json where it produces a listing or report, and respects the exit-code policy (0 success / 1 user error / 2 env error).
Introspect
teken learn # structured self-teaching prompt for an agent
teken learn --json # same, as a JSON payload
teken explain cli cite # markdown docs for any noun/verb path
teken explain teken # top-level map
CLI scaffolding
teken cli cite [path] # emit the agent-first reference tree into
# <path>/.teken/reference/python-cli/ (tokens left literal,
# adds `.teken/` to .gitignore)
teken cli doctor [path] # audit a CLI at <path> against the seven-bundle rubric
teken cli doctor . --json # full structured report
teken cli doctor . --strict # treat warnings as failures
teken cli cite writes only under .teken/ plus one line in .gitignore — it never modifies the rest of the target project. The emitted tree has literal {{project_name}}, {{slug}}, {{module}} tokens; an agent reads the accompanying AGENT.md and applies the pattern to the host project on its own terms. Reference trees cited before the rename (under .afi/) are still detected.
teken cli doctor is a hybrid auditor: static checks for repo structure (pyproject.toml, tests/) and black-box subprocess probes for behavior (learn, --json, error discipline, explain). Every failure includes a concrete remediation pointer. (teken cli verify remains as a deprecated alias for cli doctor.)
MCP / HTTP
Not implemented yet. Planned for v0.4 / v0.5.
Develop
uv sync # install + dev deps
uv run pytest -n auto -v # tests (includes the self-doctor acceptance gate)
uv run teken cli doctor . # same gate, interactive
uv run pre-commit install # enable lint hooks
The tests/test_self_doctor.py acceptance gate runs the rubric and self-doctor in-process against the repo root; any regression that breaks a bundle blocks the commit.
See CLAUDE.md for design intent and full command reference.
License
MIT. © 2026 Ori Nachum / AgentCulture.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file teken-0.8.0.tar.gz.
File metadata
- Download URL: teken-0.8.0.tar.gz
- Upload date:
- Size: 147.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8db4d3f04ee545e4837686e9054c64326b0b2e847b39134c88a976734590d7c4
|
|
| MD5 |
03e030d6297709d23fd75fb2a14496fb
|
|
| BLAKE2b-256 |
25953c3eff8e550c1347c85f2ea70f4996d96e051e38f33eda97d66d1a76794f
|
File details
Details for the file teken-0.8.0-py3-none-any.whl.
File metadata
- Download URL: teken-0.8.0-py3-none-any.whl
- Upload date:
- Size: 73.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
385a529df5a76adfff56ba5ae191a1bf8a5573f3698da4cc5bf7a2b5ca7cc311
|
|
| MD5 |
1397ba39671eb3deb1415d939c8b57a6
|
|
| BLAKE2b-256 |
002cca005d32831d883b10215a1ea31c32197a3a410f6d4ea3516b3d3c6a1183
|