refactor: change test folder structure, rename functions to account for (non)changing behaviours and clarity

ref: N25B-257
This commit is contained in:
Björn Otgaar
2025-11-12 12:42:54 +01:00
parent 9365f109ab
commit 7a707cf9a0
19 changed files with 79 additions and 79 deletions

View File

@@ -114,7 +114,7 @@ async def lifespan(app: FastAPI):
"password": settings.agent_settings.bdi_belief_collector_agent_name,
},
),
"TBeliefExtractor": (
"BDITextBeliefAgent": (
BDITextBeliefAgent,
{
"name": settings.agent_settings.bdi_text_belief_agent_name,