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 3652e1b3..d153f51c 100644 --- a/agents/action-writer-agent/agent-spec.yaml +++ b/agents/action-writer-agent/agent-spec.yaml @@ -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: 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 ddefe2fa..3dfa2856 100644 --- a/agents/agent-writer-agent/agent-spec.yaml +++ b/agents/agent-writer-agent/agent-spec.yaml @@ -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: 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 94cc7982..27ae5aaf 100644 --- a/agents/cortex-analyst-example/agent-spec.yaml +++ b/agents/cortex-analyst-example/agent-spec.yaml @@ -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 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 5d0fd8f6..231b214c 100644 --- a/agents/cortex-search-example/agent-spec.yaml +++ b/agents/cortex-search-example/agent-spec.yaml @@ -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 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 e47f7cc6..9aa71fdf 100644 --- a/agents/document-explorer/agent-spec.yaml +++ b/agents/document-explorer/agent-spec.yaml @@ -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 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 04da88a0..4c5db957 100644 --- a/agents/document-parser/agent-spec.yaml +++ b/agents/document-parser/agent-spec.yaml @@ -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: 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 607ba90a..891ccf7f 100644 --- a/agents/oil-and-gas-analyst/agent-spec.yaml +++ b/agents/oil-and-gas-analyst/agent-spec.yaml @@ -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 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 230048a1..2a669ed9 100644 --- a/agents/sales-contact-finder/agent-spec.yaml +++ b/agents/sales-contact-finder/agent-spec.yaml @@ -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: 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 bf70dd3a..e219e1a3 100644 --- a/agents/similar-company-finder/agent-spec.yaml +++ b/agents/similar-company-finder/agent-spec.yaml @@ -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: 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 8271659c..85a7311e 100644 --- a/agents/wayback-machine-agent/agent-spec.yaml +++ b/agents/wayback-machine-agent/agent-spec.yaml @@ -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: 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: