From 874d5b2c7c6ac59e15ca7001bffb1f29bcb5a574 Mon Sep 17 00:00:00 2001 From: shima004 Date: Tue, 10 Mar 2026 17:08:54 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E6=B6=88=E9=98=B2=E9=9A=8A=E3=81=AE?= =?UTF-8?q?=E6=B0=B4=E3=82=B5=E3=82=A4=E3=82=BA=E3=82=9214=E3=81=8B?= =?UTF-8?q?=E3=82=8932=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standard/bundle/information/message_fire_brigade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adf_core_python/core/agent/communication/standard/bundle/information/message_fire_brigade.py b/src/adf_core_python/core/agent/communication/standard/bundle/information/message_fire_brigade.py index 1670b13..0c09d42 100644 --- a/src/adf_core_python/core/agent/communication/standard/bundle/information/message_fire_brigade.py +++ b/src/adf_core_python/core/agent/communication/standard/bundle/information/message_fire_brigade.py @@ -29,7 +29,7 @@ class MessageFireBrigade(StandardMessage): SIZE_FIRE_BRIGADE_BURIEDNESS: int = 13 SIZE_FIRE_BRIGADE_DAMAGE: int = 14 SIZE_FIRE_BRIGADE_POSITION: int = 32 - SIZE_FIRE_BRIGADE_WATER: int = 14 + SIZE_FIRE_BRIGADE_WATER: int = 32 SIZE_TARGET_ENTITY_ID: int = 32 SIZE_ACTION: int = 4 From 77ffbbed8d08dd621567073ebb9f36e6101a005b Mon Sep 17 00:00:00 2001 From: shima004 Date: Tue, 10 Mar 2026 17:09:36 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=920.2.6=E3=81=8B=E3=82=890.2.7=E3=81=AB?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f006fd..d00bae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "adf_core_python" -version = "0.2.6" +version = "0.2.7" description = "Agent Development Framework for Python" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 0f967b1..1a50c61 100644 --- a/uv.lock +++ b/uv.lock @@ -16,7 +16,7 @@ wheels = [ [[package]] name = "adf-core-python" -version = "0.2.6" +version = "0.2.7" source = { editable = "." } dependencies = [ { name = "bitarray" },