From d9191abd0f330e994e39ab1114d1a2c82a4c5d9f Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Mon, 3 Mar 2025 15:26:19 +0000 Subject: [PATCH] #3105: Pre-commit changes. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e81771b..331177fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `show_history` method to Agents, allowing you to view actions taken by an agent per step. By default, `do-nothing` actions are omitted. - New ``node-send-local-command`` action implemented which grants agents the ability to execute commands locally. (Previously limited to remote only) - Added ability to set the observation threshold for NMNE, file access and application executions -- UC7 Scenario model changes plus config files and example notebooks. +- UC7 Scenario model changes plus config files and example notebooks. ### Changed - Agents now follow a common configuration format, simplifying the configuration of agents and their extensibilty.