Skip to content
Open
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
3 changes: 3 additions & 0 deletions agents/action-writer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.1.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [1.0.2] - 2025-06-18

- Update to the latest version of the action packages
Expand Down
4 changes: 2 additions & 2 deletions agents/action-writer-agent/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ agent-package:
model:
provider: OpenAI
name: gpt-4o
version: 1.0.2
architecture: agent
version: 1.1.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
action-packages:
Expand Down
4 changes: 3 additions & 1 deletion agents/agent-writer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.1.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [1.0.2] - 2025-06-18

- Update to the latest version of the action packages


## [1.0.1] - 2025-04-04

- Update to the latest version of the action packages
Expand Down
4 changes: 2 additions & 2 deletions agents/agent-writer-agent/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ agent-package:
model:
provider: OpenAI
name: gpt-4o
version: 1.0.2
architecture: agent
version: 1.1.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
action-packages:
Expand Down
4 changes: 3 additions & 1 deletion agents/cortex-analyst-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.2.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [0.1.5] - 2025-11-11

- Update to the latest version of the action packages


## [0.1.3] - 2025-06-18

- Update to the latest version of the action packages
Expand Down
4 changes: 2 additions & 2 deletions agents/cortex-analyst-example/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ agent-package:
model:
provider: Snowflake Cortex AI
name: claude-3-5-sonnet
version: 0.1.5
architecture: agent
version: 0.2.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
conversation-guide: conversation-guide.yaml
Expand Down
3 changes: 3 additions & 0 deletions agents/cortex-search-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.2.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [0.1.6] - 2025-11-11

- Update to the latest version of the action packages
Expand Down
4 changes: 2 additions & 2 deletions agents/cortex-search-example/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ agent-package:
model:
provider: Snowflake Cortex AI
name: claude-3-5-sonnet
version: 0.1.9
architecture: agent
version: 0.2.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
conversation-guide: conversation-guide.yaml
Expand Down
3 changes: 3 additions & 0 deletions agents/document-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.1.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [1.0.4] - 2025-11-12

- Update to the latest `document-insights` action package
Expand Down
4 changes: 2 additions & 2 deletions agents/document-explorer/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ agent-package:
model:
provider: OpenAI
name: gpt-4o
version: 1.0.4
architecture: agent
version: 1.1.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
conversation-guide: conversation-guide.yaml
Expand Down
4 changes: 3 additions & 1 deletion agents/document-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.2.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [0.1.1] - 2025-12-16

- Update action package to the latest version


## [0.1.0] - 2025-11-11

- This is the first version of the agent capable of parsing and summarizing documents
4 changes: 2 additions & 2 deletions agents/document-parser/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ agent-package:
model:
provider: OpenAI
name: gpt-5-minimal
version: 0.1.1
architecture: agent
version: 0.2.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
action-packages:
Expand Down
3 changes: 3 additions & 0 deletions agents/oil-and-gas-analyst/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.1.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [0.0.1] - 2025-09-10

- First version published, changelog tracking starts.
4 changes: 2 additions & 2 deletions agents/oil-and-gas-analyst/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ agent-package:
model:
provider: Amazon
name: anthropic.claude-3-5-sonnet-20240620-v1:0
version: 0.0.1
architecture: agent
version: 0.1.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
conversation-guide: conversation-guide.yaml
Expand Down
3 changes: 3 additions & 0 deletions agents/sales-contact-finder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.1.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [1.0.2] - 2025-06-18

- Update to the latest version of the action packages
Expand Down
4 changes: 2 additions & 2 deletions agents/sales-contact-finder/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ agent-package:
model:
provider: Snowflake Cortex AI
name: claude-3-5-sonnet
version: 1.0.2
architecture: agent
version: 1.1.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
action-packages:
Expand Down
3 changes: 3 additions & 0 deletions agents/similar-company-finder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.1.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [1.0.2] - 2025-06-18

- Update to the latest version of the action packages
Expand Down
4 changes: 2 additions & 2 deletions agents/similar-company-finder/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ agent-package:
model:
provider: Snowflake Cortex AI
name: claude-3-5-sonnet
version: 1.0.2
architecture: agent
version: 1.1.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
action-packages:
Expand Down
3 changes: 3 additions & 0 deletions agents/wayback-machine-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.1.0] - 2026-02-19
- Update to the latest version of the agent architecture

## [1.0.2] - 2025-06-18

- Update to the latest version of the action packages
Expand Down
4 changes: 2 additions & 2 deletions agents/wayback-machine-agent/agent-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ agent-package:
model:
provider: OpenAI
name: gpt-4o
version: 1.0.1
architecture: agent
version: 1.1.0
architecture: agent_platform.architectures.experimental_1
reasoning: disabled
runbook: runbook.md
action-packages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ agent-package:
provider: OpenAI
name: gpt-4o
version: 0.1.1
architecture: agent
architecture: agent_platform.architectures.experimental_1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump demo package version for architecture change

This changes the demo agent’s runtime architecture but leaves version: 0.1.1 unchanged, so consumers that key update behavior off version metadata cannot distinguish the old architecture: agent package from this new architecture build. That makes rollouts and cache invalidation ambiguous for this demo and can leave users on stale/incompatible packages even after the architecture migration.

Useful? React with 👍 / 👎.

reasoning: disabled
runbook: runbook.md
action-packages:
Expand Down