fix: move BDI core agent to make documentation generation better
Previously, the BDI Core Agent wasn't included in the docs. ref: N25B-299
This commit is contained in:
@@ -117,7 +117,7 @@ async def lifespan(app: FastAPI):
|
||||
BDICoreAgent,
|
||||
{
|
||||
"name": settings.agent_settings.bdi_core_name,
|
||||
"asl": "src/control_backend/agents/bdi/bdi_core_agent/rules.asl",
|
||||
"asl": "src/control_backend/agents/bdi/rules.asl",
|
||||
},
|
||||
),
|
||||
"BeliefCollectorAgent": (
|
||||
|
||||
Reference in New Issue
Block a user