Skip to content

Commit 992263c

Browse files
committed
Release Agent Knowledge v0.6.7
1 parent 1b0c8e4 commit 992263c

22 files changed

Lines changed: 207 additions & 35 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.6.7 - 2026-05-08
4+
5+
- Adds Agent Tool to the current standards ecosystem map.
6+
- Refreshes README, LLM entrypoints, and version snapshots for Agent Tool discovery.
7+
38
## v0.6.6 - 2026-05-08
49

510
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ npx agentknowledge-ref@0.6.0 eval ./pack --suite evals/discovery.validation.json
9090
- [Agent Evidence](https://limecloud.github.io/agentevidence/) - evidence, provenance, verification, review, replay, and export.
9191
- [Agent Policy](https://limecloud.github.io/agentpolicy/) - policy decisions, approvals, permissions, risk, retention, waivers, and traces.
9292
- [Agent Artifact](https://limecloud.github.io/agentartifact/) - durable deliverables, versions, parts, previews, exports, and handoff packages.
93+
- [Agent Tool](https://limecloud.github.io/agenttool/) - tool declarations, surfaces, invocations, progress, results, permissions, and audit refs.
9394

9495
See the [Agent standards ecosystem](docs/en/reference/agent-ecosystem.md) page for the mutual-link map and future standard candidates.
9596

RELEASE_NOTES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Agent Knowledge v0.6.6
1+
# Agent Knowledge v0.6.7
22

3-
Agent Knowledge v0.6.6 is a patch release that refreshes the Agent standards ecosystem after Agent Artifact became a current published standard.
3+
Agent Knowledge v0.6.7 is a patch release that refreshes the Agent standards ecosystem after Agent Tool became a current published standard.
44

55
## Highlights
66

7-
- Adds Agent Artifact to the current standards table and boundary map.
8-
- Removes Agent Artifact from the future-candidate list.
9-
- Adds Agent Artifact to README related-standard links.
10-
- Updates `llms.txt`, `llms-full.txt`, and public LLM copies so AI clients can discover Agent Artifact.
11-
- Adds version snapshot pages for v0.6.6.
7+
- Adds Agent Tool to the current standards table and boundary map.
8+
- Removes Agent Tool from the future-candidate list.
9+
- Adds Agent Tool to README related-standard links.
10+
- Updates `llms.txt`, `llms-full.txt`, and public LLM copies so AI clients can discover Agent Tool.
11+
- Adds version snapshot pages for v0.6.7.
1212

1313
## Links
1414

1515
- Documentation: https://limecloud.github.io/agentknowledge/
16-
- Agent Artifact: https://limecloud.github.io/agentartifact/
16+
- Agent Tool: https://limecloud.github.io/agenttool/
1717
- LLM context: https://limecloud.github.io/agentknowledge/llms-full.txt

docs/.vitepress/config.ts

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ const enNav = [
1111
text: 'Version',
1212
items: [
1313
{ text: 'latest', link: '/en/specification' },
14-
{ text: 'v0.6.6 overview', link: '/en/versions/v0.6.6/overview' },
14+
{ text: 'v0.6.7 overview', link: '/en/versions/v0.6.7/overview' },
15+
{ text: 'v0.6.7', link: '/en/versions/v0.6.7/specification' },
16+
{ text: 'v0.6.7 overview', link: '/en/versions/v0.6.7/overview' },
17+
{ text: 'v0.6.7 specification', link: '/en/versions/v0.6.7/specification' },
18+
{ text: 'v0.6.7 changelog', link: '/en/versions/v0.6.7/changelog' },
19+
{ text: 'v0.6.6 overview', link: '/en/versions/v0.6.6/overview' },
1520
{ text: 'v0.6.6 specification', link: '/en/versions/v0.6.6/specification' },
1621
{ text: 'v0.6.6 changelog', link: '/en/versions/v0.6.6/changelog' },
1722
{ text: 'v0.6.5 overview', link: '/en/versions/v0.6.5/overview' },
@@ -50,7 +55,12 @@ const zhNav = [
5055
text: '版本',
5156
items: [
5257
{ text: 'latest', link: '/zh/specification' },
53-
{ text: 'v0.6.6 概览', link: '/zh/versions/v0.6.6/overview' },
58+
{ text: 'v0.6.7 概览', link: '/zh/versions/v0.6.7/overview' },
59+
{ text: 'v0.6.7', link: '/zh/versions/v0.6.7/specification' },
60+
{ text: 'v0.6.7 概览', link: '/zh/versions/v0.6.7/overview' },
61+
{ text: 'v0.6.7 规范', link: '/zh/versions/v0.6.7/specification' },
62+
{ text: 'v0.6.7 变更记录', link: '/zh/versions/v0.6.7/changelog' },
63+
{ text: 'v0.6.6 概览', link: '/zh/versions/v0.6.6/overview' },
5464
{ text: 'v0.6.6 规范', link: '/zh/versions/v0.6.6/specification' },
5565
{ text: 'v0.6.6 变更记录', link: '/zh/versions/v0.6.6/changelog' },
5666
{ text: 'v0.6.5 概览', link: '/zh/versions/v0.6.5/overview' },
@@ -141,7 +151,10 @@ const enSidebar = [
141151
{
142152
text: 'Versions',
143153
items: [
144-
{ text: 'v0.6.6 overview', link: '/en/versions/v0.6.6/overview' },
154+
{ text: 'v0.6.7 overview', link: '/en/versions/v0.6.7/overview' },
155+
{ text: 'v0.6.7 specification', link: '/en/versions/v0.6.7/specification' },
156+
{ text: 'v0.6.7 changelog', link: '/en/versions/v0.6.7/changelog' },
157+
{ text: 'v0.6.6 overview', link: '/en/versions/v0.6.6/overview' },
145158
{ text: 'v0.6.6 specification', link: '/en/versions/v0.6.6/specification' },
146159
{ text: 'v0.6.6 changelog', link: '/en/versions/v0.6.6/changelog' },
147160
{ text: 'v0.6.5 overview', link: '/en/versions/v0.6.5/overview' },
@@ -241,7 +254,10 @@ const zhSidebar = [
241254
{
242255
text: '版本',
243256
items: [
244-
{ text: 'v0.6.6 概览', link: '/zh/versions/v0.6.6/overview' },
257+
{ text: 'v0.6.7 概览', link: '/zh/versions/v0.6.7/overview' },
258+
{ text: 'v0.6.7 规范', link: '/zh/versions/v0.6.7/specification' },
259+
{ text: 'v0.6.7 变更记录', link: '/zh/versions/v0.6.7/changelog' },
260+
{ text: 'v0.6.6 概览', link: '/zh/versions/v0.6.6/overview' },
245261
{ text: 'v0.6.6 规范', link: '/zh/versions/v0.6.6/specification' },
246262
{ text: 'v0.6.6 变更记录', link: '/zh/versions/v0.6.6/changelog' },
247263
{ text: 'v0.6.5 概览', link: '/zh/versions/v0.6.5/overview' },

docs/en/reference/agent-ecosystem.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Agent standards ecosystem
3-
description: Mutual links across Agent Knowledge, Agent UI, Agent Runtime, Agent Evidence, Agent Policy, and Agent Artifact.
3+
description: Mutual links across Agent Knowledge, Agent UI, Agent Runtime, Agent Evidence, Agent Policy, Agent Artifact, and Agent Tool.
44
---
55

66
# Agent Standards Ecosystem
@@ -25,6 +25,7 @@ Knowledge tells agents what durable facts and source-grounded context they may u
2525
| Agent Evidence | Evidence, provenance, verification, review, replay, and export. | [site](https://limecloud.github.io/agentevidence/) | [llms-full](https://limecloud.github.io/agentevidence/llms-full.txt) | [repo](https://github.com/limecloud/agentevidence) |
2626
| Agent Policy | Risk, permission, approval, retention, waiver, access, and policy decision facts. | [site](https://limecloud.github.io/agentpolicy/) | [llms-full](https://limecloud.github.io/agentpolicy/llms-full.txt) | [repo](https://github.com/limecloud/agentpolicy) |
2727
| Agent Artifact | Durable deliverables, versions, parts, previews, exports, source links, and handoff packages. | [site](https://limecloud.github.io/agentartifact/) | [llms-full](https://limecloud.github.io/agentartifact/llms-full.txt) | [repo](https://github.com/limecloud/agentartifact) |
28+
| Agent Tool | Tool declarations, surfaces, invocations, progress, results, permissions, and audit refs. | [site](https://limecloud.github.io/agenttool/) | [llms-full](https://limecloud.github.io/agenttool/llms-full.txt) | [repo](https://github.com/limecloud/agenttool) |
2829

2930
## Boundary rule
3031

@@ -35,6 +36,7 @@ Agent UI -> how agent work is projected into user-visible surfaces
3536
Agent Evidence -> why an agent outcome can be trusted, reviewed, replayed, and exported
3637
Agent Policy -> whether an agent action may proceed and under which constraints
3738
Agent Artifact -> what durable deliverable the agent produced and how it changes
39+
Agent Tool -> what capability was exposed, invoked, progressed, and returned
3840
```
3941

4042
No standard should become the whole stack. A compatible implementation should preserve native ids and link across standards with refs.
@@ -43,7 +45,6 @@ No standard should become the whole stack. A compatible implementation should pr
4345

4446
| Candidate | Why it may become a standard |
4547
| --- | --- |
46-
| Agent Tool | Capability declarations, permissions, progress, results, large outputs, and audit refs. |
4748
| Agent Context | Working context, memory, compaction, missing context, and source selection boundaries. |
4849
| Agent Evaluation | Acceptance scenarios, rubrics, eval runs, quality gates, and evidence-backed benchmark records. |
4950
| Agent Workflow | Portable multi-step work plans, scene launches, background jobs, and handoff states. |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: v0.6.7 changelog
3+
description: Agent Knowledge v0.6.7 changelog.
4+
---
5+
6+
# v0.6.7 Changelog
7+
8+
Patch release.
9+
10+
## Added
11+
12+
- Agent Tool is now listed as a current related standard.
13+
- README, ecosystem pages, version navigation, and LLM entrypoints now link to Agent Tool.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: v0.6.7 overview
3+
description: Agent Knowledge v0.6.7 release overview.
4+
---
5+
6+
# v0.6.7 Overview
7+
8+
Agent Knowledge v0.6.7 is a patch release for standards-ecosystem discovery. It promotes Agent Tool to the current standards map and refreshes README, version navigation, and LLM entrypoints.
9+
10+
## Included
11+
12+
- Agent Tool link in current standards tables.
13+
- Updated boundary map with the portable tool layer.
14+
- LLM entrypoint refresh for AI clients.
15+
- No breaking protocol changes to Agent Knowledge.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: v0.6.7 specification
3+
description: Versioned Agent Knowledge v0.6.7 specification note.
4+
---
5+
6+
# v0.6.7 Specification
7+
8+
This release does not change the core Agent Knowledge protocol semantics. The latest specification remains the normative draft for this version.
9+
10+
See the [latest specification](../../specification) and the [Agent standards ecosystem](../../reference/agent-ecosystem) page for the updated Agent Tool link.

docs/public/llm-full.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3579,6 +3579,7 @@ Knowledge tells agents what durable facts and source-grounded context they may u
35793579
| Agent Evidence | Evidence, provenance, verification, review, replay, and export. | [site](https://limecloud.github.io/agentevidence/) | [llms-full](https://limecloud.github.io/agentevidence/llms-full.txt) | [repo](https://github.com/limecloud/agentevidence) |
35803580
| Agent Policy | Risk, permission, approval, retention, waiver, access, and policy decision facts. | [site](https://limecloud.github.io/agentpolicy/) | [llms-full](https://limecloud.github.io/agentpolicy/llms-full.txt) | [repo](https://github.com/limecloud/agentpolicy) |
35813581
| Agent Artifact | Durable deliverables, versions, parts, previews, exports, source links, and handoff packages. | [site](https://limecloud.github.io/agentartifact/) | [llms-full](https://limecloud.github.io/agentartifact/llms-full.txt) | [repo](https://github.com/limecloud/agentartifact) |
3582+
| Agent Tool | Tool declarations, surfaces, invocations, progress, results, permissions, and audit refs. | [site](https://limecloud.github.io/agenttool/) | [llms-full](https://limecloud.github.io/agenttool/llms-full.txt) | [repo](https://github.com/limecloud/agenttool) |
35823583

35833584
## Boundary rule
35843585

@@ -3589,6 +3590,7 @@ Agent UI -> how agent work is projected into user-visible surfaces
35893590
Agent Evidence -> why an agent outcome can be trusted, reviewed, replayed, and exported
35903591
Agent Policy -> whether an agent action may proceed and under which constraints
35913592
Agent Artifact -> what durable deliverable the agent produced and how it changes
3593+
Agent Tool -> what capability was exposed, invoked, progressed, and returned
35923594
```
35933595

35943596
No standard should become the whole stack. A compatible implementation should preserve native ids and link across standards with refs.
@@ -3597,7 +3599,6 @@ No standard should become the whole stack. A compatible implementation should pr
35973599

35983600
| Candidate | Why it may become a standard |
35993601
| --- | --- |
3600-
| Agent Tool | Capability declarations, permissions, progress, results, large outputs, and audit refs. |
36013602
| Agent Context | Working context, memory, compaction, missing context, and source selection boundaries. |
36023603
| Agent Evaluation | Acceptance scenarios, rubrics, eval runs, quality gates, and evidence-backed benchmark records. |
36033604
| Agent Workflow | Portable multi-step work plans, scene launches, background jobs, and handoff states. |
@@ -3631,3 +3632,17 @@ Agent Knowledge v0.6.4 fixes repository-base homepage asset links. The localized
36313632
- Fixes documentation logo asset paths for repository-base deployments.
36323633
- Keeps the localized home page structure introduced in v0.6.3.
36333634
- Keeps the core Agent Knowledge specification compatible with v0.6.3.
3635+
3636+
# v0.6.7 overview
3637+
Source: https://limecloud.github.io/agentknowledge/en/versions/v0.6.7/overview
3638+
3639+
# v0.6.7 Overview
3640+
3641+
Agent Knowledge v0.6.7 is a patch release that refreshes the Agent standards ecosystem after Agent Tool became a current published standard.
3642+
3643+
## Included
3644+
3645+
- Agent Tool link in current standards tables.
3646+
- Updated boundary map with the portable tool layer.
3647+
- LLM entrypoint refresh for AI clients.
3648+
- No breaking protocol changes to Agent Knowledge.

docs/public/llm.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,17 @@ Use this file as the concise navigation index for LLMs. Use `llms-full.txt` when
5454

5555
## Ecosystem
5656

57-
- [Agent standards ecosystem](https://limecloud.github.io/agentknowledge/en/reference/agent-ecosystem): Mutual links across Agent Knowledge, Agent UI, Agent Runtime, Agent Evidence, Agent Policy, and Agent Artifact.
57+
- [Agent standards ecosystem](https://limecloud.github.io/agentknowledge/en/reference/agent-ecosystem): Mutual links across Agent Knowledge, Agent UI, Agent Runtime, Agent Evidence, Agent Policy, Agent Artifact, and Agent Tool.
5858
- [Agent Policy](https://limecloud.github.io/agentpolicy/): Policy decisions, approvals, permissions, risk, retention, waivers, and traces.
5959
- [Agent Artifact](https://limecloud.github.io/agentartifact/): Durable deliverables, versions, parts, previews, exports, and handoff packages.
60+
- [Agent Tool](https://limecloud.github.io/agenttool/): Tool declarations, surfaces, invocations, progress, results, permissions, and audit refs.
6061

6162
## Versions
6263

63-
- [v0.6.6 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.6/overview): Latest released version overview.
64-
- [v0.6.6 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.6/specification): Latest released specification snapshot.
64+
- [v0.6.7 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.7/overview): Latest released version overview.
65+
- [v0.6.7 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.7/specification): Latest released specification snapshot.
66+
- [v0.6.6 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.6/overview): Previous released version overview.
67+
- [v0.6.6 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.6/specification): Previous released specification snapshot.
6568
- [v0.6.5 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.5/overview): Previous released version overview.
6669
- [v0.6.5 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.5/specification): Previous released specification snapshot.
6770
- [v0.6.4 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/overview): Previous released version overview.

0 commit comments

Comments
 (0)