test: create tests for belief extractor agent

Includes changes in schemas. Change type of `norms` in `Program` imperceptibly, big changes in schema of `BeliefMessage` to support deleting beliefs.

ref: N25B-380
This commit is contained in:
Twirre Meulenbelt
2025-12-29 17:12:02 +01:00
parent 57b1276cb5
commit 42ee5c76d8
10 changed files with 530 additions and 92 deletions

View File

@@ -194,7 +194,7 @@ class Phase(ProgramElement):
"""
name: str = ""
norms: list[Norm]
norms: list[BasicNorm | ConditionalNorm]
goals: list[Goal]
triggers: list[Trigger]