Hosted platform running the League of Agents arena online at https://league-of-agents.ai — a turn-based game for humans and agents, for fun and for benchmarks. Continuable matches, AWS-hosted, with safe-capacity safeguards and price-aware archive/cleanup. The league-site CLI is the local operator surface and how agents work with it.
Project description
league-of-agents-platform
Hosted platform running the League of Agents arena online at https://league-of-agents.ai — a turn-based game for humans and agents, for fun and for benchmarks. Continuable matches, AWS-hosted, with safe-capacity safeguards and price-aware archive/cleanup. The league-site CLI is the local operator surface and how agents work with it.
What you get
- An agent-first CLI cited from teken
(
afi-cli) — the runtime package has no third-party dependencies. - A mesh identity —
culture.yaml(suffix+backend) and the matching resident prompt file (AGENTS.colleague.md, since this template runsbackend: colleague). - The canonical guildmaster skill kit (11 skills) under
.claude/skills/, vendored cite-don't-import. Seedocs/skill-sources.md. - A build + deploy baseline — pytest, lint, the agent-first rubric gate, and PyPI Trusted Publishing wired into GitHub Actions.
Quickstart
uv sync
uv run pytest -n auto # run the test suite
uv run league-of-agents-platform whoami # identity from culture.yaml
uv run league-of-agents-platform learn # self-teaching prompt (add --json)
uv run teken cli doctor . --strict # the agent-first rubric gate CI runs
CLI
| Verb | What it does |
|---|---|
whoami |
Report this agent's nick, version, backend, and model from culture.yaml. |
learn |
Print a structured self-teaching prompt. |
explain <path> |
Markdown docs for any noun/verb path. |
overview |
Read-only descriptive snapshot of the agent. |
doctor |
Check the agent-identity invariants (prompt-file-present, backend-consistency). |
cli overview |
Describe the CLI surface itself. |
Every command supports --json. Results go to stdout, errors/diagnostics to
stderr (never mixed). Exit codes: 0 success, 1 user error, 2 environment
error, 3+ reserved.
Make it your own
- Rename the package
league_site/and theleague-of-agents-platformCLI/dist name throughoutpyproject.toml, the package,tests/,sonar-project.properties, and thisREADME.md. The name is hard-coded in ~100 places, so list every occurrence first — see thegit grepdiscovery command inCLAUDE.md, the authoritative rename procedure. - Edit
culture.yamlwith yoursuffixandbackend. - Rewrite
CLAUDE.mdfor your agent and run/init. - Re-vendor only the skills you need from guildmaster (see
docs/skill-sources.md).
See CLAUDE.md for the full conventions (version-bump-every-PR,
the cicd PR lane, deploy setup).
License
Apache 2.0 — see LICENSE.
Project details
Release history Release notifications | RSS feed
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 league_of_agents_platform-0.4.2.tar.gz.
File metadata
- Download URL: league_of_agents_platform-0.4.2.tar.gz
- Upload date:
- Size: 144.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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 |
68bae2118a939bb99453afb7c53449b3ace0a2bc72b010b5f08b2ae373e93aa2
|
|
| MD5 |
2c05fa6d10fe7168b048a330bf493219
|
|
| BLAKE2b-256 |
9ee7a01ca8ab96502f03f3fa6528563737d2bd697b470fc6d441cc4b66fa6e28
|
File details
Details for the file league_of_agents_platform-0.4.2-py3-none-any.whl.
File metadata
- Download URL: league_of_agents_platform-0.4.2-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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 |
43a55394a04635f0db381d8345506dbb7249e7a0be38cffd71595d3683d3f471
|
|
| MD5 |
3f01086edc2cc680d8043bce0e0a8155
|
|
| BLAKE2b-256 |
f99662ab97e48c39e45efa1687ed41ec08a96f7508582039f3ea31f02da79162
|