Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 获取。
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_docs_lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 后端",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading