feat: create the program manager agent to interpret programs from the UI

Extracts norms and goals and sends these to the BDI agent.

ref: N25B-200
This commit is contained in:
Twirre Meulenbelt
2025-11-12 16:28:52 +01:00
parent 8cd8988fe0
commit 5376b3bb4c
6 changed files with 99 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ class AgentSettings(BaseModel):
llm_agent_name: str = "llm_agent"
test_agent_name: str = "test_agent"
transcription_agent_name: str = "transcription_agent"
program_manager_agent_name: str = "program_manager"
ri_communication_agent_name: str = "ri_communication_agent"
ri_command_agent_name: str = "ri_command_agent"