From 858eaf16113051d3e9f51763360d9964ff90f1e1 Mon Sep 17 00:00:00 2001 From: Tommi Holmgren Date: Thu, 19 Feb 2026 06:35:43 -0800 Subject: [PATCH 1/2] Updated template agents to new architecture --- agents/action-writer-agent/agent-spec.yaml | 2 +- agents/agent-writer-agent/agent-spec.yaml | 2 +- agents/cortex-analyst-example/agent-spec.yaml | 2 +- agents/cortex-search-example/agent-spec.yaml | 2 +- agents/document-explorer/agent-spec.yaml | 2 +- agents/document-parser/agent-spec.yaml | 2 +- agents/oil-and-gas-analyst/agent-spec.yaml | 2 +- agents/sales-contact-finder/agent-spec.yaml | 2 +- agents/similar-company-finder/agent-spec.yaml | 2 +- agents/wayback-machine-agent/agent-spec.yaml | 2 +- demos/payment-remittance-reconciliation-agent/agent-spec.yaml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/agents/action-writer-agent/agent-spec.yaml b/agents/action-writer-agent/agent-spec.yaml index 3652e1b3..335d7b37 100644 --- a/agents/action-writer-agent/agent-spec.yaml +++ b/agents/action-writer-agent/agent-spec.yaml @@ -18,7 +18,7 @@ agent-package: provider: OpenAI name: gpt-4o version: 1.0.2 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md action-packages: diff --git a/agents/agent-writer-agent/agent-spec.yaml b/agents/agent-writer-agent/agent-spec.yaml index ddefe2fa..9e006564 100644 --- a/agents/agent-writer-agent/agent-spec.yaml +++ b/agents/agent-writer-agent/agent-spec.yaml @@ -19,7 +19,7 @@ agent-package: provider: OpenAI name: gpt-4o version: 1.0.2 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md action-packages: diff --git a/agents/cortex-analyst-example/agent-spec.yaml b/agents/cortex-analyst-example/agent-spec.yaml index 94cc7982..c2667b2b 100644 --- a/agents/cortex-analyst-example/agent-spec.yaml +++ b/agents/cortex-analyst-example/agent-spec.yaml @@ -8,7 +8,7 @@ agent-package: provider: Snowflake Cortex AI name: claude-3-5-sonnet version: 0.1.5 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md conversation-guide: conversation-guide.yaml diff --git a/agents/cortex-search-example/agent-spec.yaml b/agents/cortex-search-example/agent-spec.yaml index 5d0fd8f6..2bda9a7d 100644 --- a/agents/cortex-search-example/agent-spec.yaml +++ b/agents/cortex-search-example/agent-spec.yaml @@ -8,7 +8,7 @@ agent-package: provider: Snowflake Cortex AI name: claude-3-5-sonnet version: 0.1.9 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md conversation-guide: conversation-guide.yaml diff --git a/agents/document-explorer/agent-spec.yaml b/agents/document-explorer/agent-spec.yaml index e47f7cc6..a62f7592 100644 --- a/agents/document-explorer/agent-spec.yaml +++ b/agents/document-explorer/agent-spec.yaml @@ -7,7 +7,7 @@ agent-package: provider: OpenAI name: gpt-4o version: 1.0.4 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md conversation-guide: conversation-guide.yaml diff --git a/agents/document-parser/agent-spec.yaml b/agents/document-parser/agent-spec.yaml index 04da88a0..fcf5495c 100644 --- a/agents/document-parser/agent-spec.yaml +++ b/agents/document-parser/agent-spec.yaml @@ -8,7 +8,7 @@ agent-package: provider: OpenAI name: gpt-5-minimal version: 0.1.1 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md action-packages: diff --git a/agents/oil-and-gas-analyst/agent-spec.yaml b/agents/oil-and-gas-analyst/agent-spec.yaml index 607ba90a..4ded3411 100644 --- a/agents/oil-and-gas-analyst/agent-spec.yaml +++ b/agents/oil-and-gas-analyst/agent-spec.yaml @@ -7,7 +7,7 @@ agent-package: provider: Amazon name: anthropic.claude-3-5-sonnet-20240620-v1:0 version: 0.0.1 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md conversation-guide: conversation-guide.yaml diff --git a/agents/sales-contact-finder/agent-spec.yaml b/agents/sales-contact-finder/agent-spec.yaml index 230048a1..7f719e0d 100644 --- a/agents/sales-contact-finder/agent-spec.yaml +++ b/agents/sales-contact-finder/agent-spec.yaml @@ -21,7 +21,7 @@ agent-package: provider: Snowflake Cortex AI name: claude-3-5-sonnet version: 1.0.2 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md action-packages: diff --git a/agents/similar-company-finder/agent-spec.yaml b/agents/similar-company-finder/agent-spec.yaml index bf70dd3a..1b805a30 100644 --- a/agents/similar-company-finder/agent-spec.yaml +++ b/agents/similar-company-finder/agent-spec.yaml @@ -20,7 +20,7 @@ agent-package: provider: Snowflake Cortex AI name: claude-3-5-sonnet version: 1.0.2 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md action-packages: diff --git a/agents/wayback-machine-agent/agent-spec.yaml b/agents/wayback-machine-agent/agent-spec.yaml index 8271659c..efe2c7b8 100644 --- a/agents/wayback-machine-agent/agent-spec.yaml +++ b/agents/wayback-machine-agent/agent-spec.yaml @@ -18,7 +18,7 @@ agent-package: provider: OpenAI name: gpt-4o version: 1.0.1 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md action-packages: diff --git a/demos/payment-remittance-reconciliation-agent/agent-spec.yaml b/demos/payment-remittance-reconciliation-agent/agent-spec.yaml index c4ad2411..b2c5d5e6 100644 --- a/demos/payment-remittance-reconciliation-agent/agent-spec.yaml +++ b/demos/payment-remittance-reconciliation-agent/agent-spec.yaml @@ -15,7 +15,7 @@ agent-package: provider: OpenAI name: gpt-4o version: 0.1.1 - architecture: agent + architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md action-packages: From 710b4c85b269ab6f8656c4603f2807df92534784 Mon Sep 17 00:00:00 2001 From: Tommi Holmgren Date: Thu, 19 Feb 2026 06:44:23 -0800 Subject: [PATCH 2/2] updated versions in all changed packages --- agents/action-writer-agent/CHANGELOG.md | 3 +++ agents/action-writer-agent/agent-spec.yaml | 2 +- agents/agent-writer-agent/CHANGELOG.md | 4 +++- agents/agent-writer-agent/agent-spec.yaml | 2 +- agents/cortex-analyst-example/CHANGELOG.md | 4 +++- agents/cortex-analyst-example/agent-spec.yaml | 2 +- agents/cortex-search-example/CHANGELOG.md | 3 +++ agents/cortex-search-example/agent-spec.yaml | 2 +- agents/document-explorer/CHANGELOG.md | 3 +++ agents/document-explorer/agent-spec.yaml | 2 +- agents/document-parser/CHANGELOG.md | 4 +++- agents/document-parser/agent-spec.yaml | 2 +- agents/oil-and-gas-analyst/CHANGELOG.md | 3 +++ agents/oil-and-gas-analyst/agent-spec.yaml | 2 +- agents/sales-contact-finder/CHANGELOG.md | 3 +++ agents/sales-contact-finder/agent-spec.yaml | 2 +- agents/similar-company-finder/CHANGELOG.md | 3 +++ agents/similar-company-finder/agent-spec.yaml | 2 +- agents/wayback-machine-agent/CHANGELOG.md | 3 +++ agents/wayback-machine-agent/agent-spec.yaml | 2 +- 20 files changed, 40 insertions(+), 13 deletions(-) diff --git a/agents/action-writer-agent/CHANGELOG.md b/agents/action-writer-agent/CHANGELOG.md index 8f862f39..155cf628 100644 --- a/agents/action-writer-agent/CHANGELOG.md +++ b/agents/action-writer-agent/CHANGELOG.md @@ -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 diff --git a/agents/action-writer-agent/agent-spec.yaml b/agents/action-writer-agent/agent-spec.yaml index 335d7b37..d153f51c 100644 --- a/agents/action-writer-agent/agent-spec.yaml +++ b/agents/action-writer-agent/agent-spec.yaml @@ -17,7 +17,7 @@ agent-package: model: provider: OpenAI name: gpt-4o - version: 1.0.2 + version: 1.1.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/agent-writer-agent/CHANGELOG.md b/agents/agent-writer-agent/CHANGELOG.md index 932817e1..155cf628 100644 --- a/agents/agent-writer-agent/CHANGELOG.md +++ b/agents/agent-writer-agent/CHANGELOG.md @@ -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 diff --git a/agents/agent-writer-agent/agent-spec.yaml b/agents/agent-writer-agent/agent-spec.yaml index 9e006564..3dfa2856 100644 --- a/agents/agent-writer-agent/agent-spec.yaml +++ b/agents/agent-writer-agent/agent-spec.yaml @@ -18,7 +18,7 @@ agent-package: model: provider: OpenAI name: gpt-4o - version: 1.0.2 + version: 1.1.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/cortex-analyst-example/CHANGELOG.md b/agents/cortex-analyst-example/CHANGELOG.md index 83a24132..e22837d3 100644 --- a/agents/cortex-analyst-example/CHANGELOG.md +++ b/agents/cortex-analyst-example/CHANGELOG.md @@ -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 diff --git a/agents/cortex-analyst-example/agent-spec.yaml b/agents/cortex-analyst-example/agent-spec.yaml index c2667b2b..27ae5aaf 100644 --- a/agents/cortex-analyst-example/agent-spec.yaml +++ b/agents/cortex-analyst-example/agent-spec.yaml @@ -7,7 +7,7 @@ agent-package: model: provider: Snowflake Cortex AI name: claude-3-5-sonnet - version: 0.1.5 + version: 0.2.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/cortex-search-example/CHANGELOG.md b/agents/cortex-search-example/CHANGELOG.md index 24a37522..5c295923 100644 --- a/agents/cortex-search-example/CHANGELOG.md +++ b/agents/cortex-search-example/CHANGELOG.md @@ -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 diff --git a/agents/cortex-search-example/agent-spec.yaml b/agents/cortex-search-example/agent-spec.yaml index 2bda9a7d..231b214c 100644 --- a/agents/cortex-search-example/agent-spec.yaml +++ b/agents/cortex-search-example/agent-spec.yaml @@ -7,7 +7,7 @@ agent-package: model: provider: Snowflake Cortex AI name: claude-3-5-sonnet - version: 0.1.9 + version: 0.2.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/document-explorer/CHANGELOG.md b/agents/document-explorer/CHANGELOG.md index 34b3c92b..634296ac 100644 --- a/agents/document-explorer/CHANGELOG.md +++ b/agents/document-explorer/CHANGELOG.md @@ -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 diff --git a/agents/document-explorer/agent-spec.yaml b/agents/document-explorer/agent-spec.yaml index a62f7592..9aa71fdf 100644 --- a/agents/document-explorer/agent-spec.yaml +++ b/agents/document-explorer/agent-spec.yaml @@ -6,7 +6,7 @@ agent-package: model: provider: OpenAI name: gpt-4o - version: 1.0.4 + version: 1.1.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/document-parser/CHANGELOG.md b/agents/document-parser/CHANGELOG.md index 4f10e03c..c2e03bc9 100644 --- a/agents/document-parser/CHANGELOG.md +++ b/agents/document-parser/CHANGELOG.md @@ -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 diff --git a/agents/document-parser/agent-spec.yaml b/agents/document-parser/agent-spec.yaml index fcf5495c..4c5db957 100644 --- a/agents/document-parser/agent-spec.yaml +++ b/agents/document-parser/agent-spec.yaml @@ -7,7 +7,7 @@ agent-package: model: provider: OpenAI name: gpt-5-minimal - version: 0.1.1 + version: 0.2.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/oil-and-gas-analyst/CHANGELOG.md b/agents/oil-and-gas-analyst/CHANGELOG.md index dcde86bb..e0df9f68 100644 --- a/agents/oil-and-gas-analyst/CHANGELOG.md +++ b/agents/oil-and-gas-analyst/CHANGELOG.md @@ -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. diff --git a/agents/oil-and-gas-analyst/agent-spec.yaml b/agents/oil-and-gas-analyst/agent-spec.yaml index 4ded3411..891ccf7f 100644 --- a/agents/oil-and-gas-analyst/agent-spec.yaml +++ b/agents/oil-and-gas-analyst/agent-spec.yaml @@ -6,7 +6,7 @@ agent-package: model: provider: Amazon name: anthropic.claude-3-5-sonnet-20240620-v1:0 - version: 0.0.1 + version: 0.1.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/sales-contact-finder/CHANGELOG.md b/agents/sales-contact-finder/CHANGELOG.md index 353cf170..db1c7f7d 100644 --- a/agents/sales-contact-finder/CHANGELOG.md +++ b/agents/sales-contact-finder/CHANGELOG.md @@ -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 diff --git a/agents/sales-contact-finder/agent-spec.yaml b/agents/sales-contact-finder/agent-spec.yaml index 7f719e0d..2a669ed9 100644 --- a/agents/sales-contact-finder/agent-spec.yaml +++ b/agents/sales-contact-finder/agent-spec.yaml @@ -20,7 +20,7 @@ agent-package: model: provider: Snowflake Cortex AI name: claude-3-5-sonnet - version: 1.0.2 + version: 1.1.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/similar-company-finder/CHANGELOG.md b/agents/similar-company-finder/CHANGELOG.md index 353cf170..db1c7f7d 100644 --- a/agents/similar-company-finder/CHANGELOG.md +++ b/agents/similar-company-finder/CHANGELOG.md @@ -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 diff --git a/agents/similar-company-finder/agent-spec.yaml b/agents/similar-company-finder/agent-spec.yaml index 1b805a30..e219e1a3 100644 --- a/agents/similar-company-finder/agent-spec.yaml +++ b/agents/similar-company-finder/agent-spec.yaml @@ -19,7 +19,7 @@ agent-package: model: provider: Snowflake Cortex AI name: claude-3-5-sonnet - version: 1.0.2 + version: 1.1.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md diff --git a/agents/wayback-machine-agent/CHANGELOG.md b/agents/wayback-machine-agent/CHANGELOG.md index dd825b91..460bf108 100644 --- a/agents/wayback-machine-agent/CHANGELOG.md +++ b/agents/wayback-machine-agent/CHANGELOG.md @@ -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 diff --git a/agents/wayback-machine-agent/agent-spec.yaml b/agents/wayback-machine-agent/agent-spec.yaml index efe2c7b8..85a7311e 100644 --- a/agents/wayback-machine-agent/agent-spec.yaml +++ b/agents/wayback-machine-agent/agent-spec.yaml @@ -17,7 +17,7 @@ agent-package: model: provider: OpenAI name: gpt-4o - version: 1.0.1 + version: 1.1.0 architecture: agent_platform.architectures.experimental_1 reasoning: disabled runbook: runbook.md