This repository is the authoritative, versioned lifecycle-v2 template catalog for AgentSeek. Catalog releases are immutable inputs to AgentSeek releases: the CLI resolves an exact catalog commit, never a mutable branch.
AgentSeek 0.1.x uses a reviewed release of this repository as its bundled default catalog. To inspect or create from another reviewed catalog commit, select the repository and full commit SHA explicitly:
agentseek create --list-templates \
--template-repo https://github.com/agentseek-ai/agentseek-templates.git \
--checkout <40-character-commit-sha>
agentseek create bub/default \
--template-repo https://github.com/agentseek-ai/agentseek-templates.git \
--checkout <40-character-commit-sha>The repository URL and commit form one coordinate for listing, describing, and creating templates. AgentSeek does not fall back when that explicit coordinate is unavailable or invalid.
templates/index.jsonis the registry source of truth.- Every registered
templates/<type>/<name>subtree is self-contained and renders a strict lifecycle-v2 project. catalog-origin.jsonrecords the immutable core source commit, registry digest, imported templates, and intentional exclusions.- Generated Git dependencies point to the core AgentSeek repository at an exact commit; they never point back to this catalog repository.
- The legacy lifecycle-v1 mirror remains in the core repository for AgentSeek 0.0.x compatibility. New catalog changes belong in this repository.
See CONTRIBUTING.md before changing the registry or a template.
| File | Role | Used while pulling a template? |
|---|---|---|
templates/index.json |
Canonical registry of the templates published by the current catalog commit. | Yes. Explicit catalog coordinates load it directly; locked catalog downloads verify it against the embedded snapshot. |
catalog-origin.json |
Immutable audit record of the one-time import from the core repository. Catalog-native templates are not added to this import inventory. | No. |
catalog-release.json |
Catalog release, lifecycle, and paired core release coordinates used by release and repository checks. | No. |
AgentSeek catalog-lock.json |
Runtime lock embedded in the AgentSeek package. It pins the catalog repository and commit, snapshots the registry, and records per-template digests. | Yes, for the default locked catalog path. This file lives in the AgentSeek core repository, not here. |
Template source attribution that is specific to one catalog-native template belongs in that template's README. It is not a second catalog registry.
Apache License 2.0. See LICENSE.