Merge branch 'feat/quiet-llm' into 'dev'

feat: implemented extra log level for LLM token stream

See merge request ics/sp/2025/n25b/pepperplus-cb!37
This commit was merged in pull request #37.
This commit is contained in:
JobvAlewijk
2025-12-16 11:26:37 +00:00
4 changed files with 23 additions and 6 deletions

View File

@@ -49,6 +49,9 @@ async def test_llm_processing_success(mock_httpx_client, mock_settings):
agent = LLMAgent("llm_agent")
agent.send = AsyncMock() # Mock the send method to verify replies
mock_logger = MagicMock()
agent.logger = mock_logger
# Simulate receiving a message from BDI
prompt = LLMPromptMessage(text="Hi", norms=[], goals=[])
msg = InternalMessage(