diff --git a/README.md b/README.md index c170b7d..97a662d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ AgentSeek is a template-first toolkit for local agent application development. It gives editable generated projects one predictable lifecycle: discover, create, inspect, configure, check, run, observe, and iterate. -AgentSeek 0.1.1 resolves lifecycle-v2 templates from the immutable +AgentSeek 0.1.2 resolves lifecycle-v2 templates from the immutable [`agentseek-ai/agentseek-templates` catalog](https://github.com/agentseek-ai/agentseek-templates/releases/tag/v0.1.0). The CLI lists templates from its embedded registry snapshot and fetches named template content at the exact locked commit. diff --git a/README.zh.md b/README.zh.md index cf3af12..6de8d64 100644 --- a/README.zh.md +++ b/README.zh.md @@ -34,7 +34,7 @@ AgentSeek 是面向本地 Agent 应用开发的 template-first 工具包。它为可编辑的生成项目 提供一条可预期的生命周期:发现、创建、审视、配置、检查、运行、观测和迭代。 -AgentSeek 0.1.1 从不可变的 +AgentSeek 0.1.2 从不可变的 [`agentseek-ai/agentseek-templates` catalog](https://github.com/agentseek-ai/agentseek-templates/releases/tag/v0.1.0) 解析 lifecycle-v2 模板。CLI 用内嵌注册表快照列出模板;命名模板内容只按精确锁定的 commit 获取。 diff --git a/pyproject.toml b/pyproject.toml index b0c4c92..f9b723d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentseek" -version = "0.1.1" +version = "0.1.2" description = "A database-native Agent Harness for runtime data workflows, powered by Bub" authors = [{ name = "Chojan Shang", email = "psiace@apache.org" }] readme = "README.md" diff --git a/tests/test_docs_lifecycle.py b/tests/test_docs_lifecycle.py index a75c206..fc26db4 100644 --- a/tests/test_docs_lifecycle.py +++ b/tests/test_docs_lifecycle.py @@ -147,7 +147,7 @@ README_REQUIRED_TEXT = { "README.md": ( - "AgentSeek 0.1.1", + "AgentSeek 0.1.2", "releases/tag/v0.1.0", "native LangGraph backend", "React frontend", @@ -161,7 +161,7 @@ f"{IMMUTABLE_ASSET_ROOT}agentseek-adlc-en.svg", ), "README.zh.md": ( - "AgentSeek 0.1.1", + "AgentSeek 0.1.2", "releases/tag/v0.1.0", "发现、创建、审视、配置、检查、运行、观测和迭代", "原生 LangGraph 后端", diff --git a/uv.lock b/uv.lock index 957d881..a757b8a 100644 --- a/uv.lock +++ b/uv.lock @@ -38,7 +38,7 @@ wheels = [ [[package]] name = "agentseek" -version = "0.1.1" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "bub" },