refactor estimation service to use structured agent

This commit is contained in:
ipu 2025-07-28 17:07:48 +03:00
parent 47cc1541ed
commit 96421b264c
7 changed files with 316 additions and 361 deletions

View file

@ -17,7 +17,7 @@ async def test_agent_id_usage():
# Test session creation
print("\nCreating session with configured agent...")
session_id = await session_service.create_session()
session_id = await session_service.create_session(agent_id=settings.TALESTORM_AGENT_ID)
if session_id:
print(f"✅ Session created: {session_id}")