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:
@@ -194,7 +194,7 @@ class Phase(ProgramElement):
|
||||
"""
|
||||
|
||||
name: str = ""
|
||||
norms: list[Norm]
|
||||
norms: list[BasicNorm | ConditionalNorm]
|
||||
goals: list[Goal]
|
||||
triggers: list[Trigger]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user