Bug: agentflow serve crashes with "TypeError: unhashable type: 'dict'" on Starlette 1.0.0
Fix: TemplateResponse signature changed in Starlette 1.0.0 — must use
request=request, name=..., context={...} kwargs instead of positional dict
File: agentflow/app.py line ~104
Bug: agentflow serve crashes with "TypeError: unhashable type: 'dict'" on Starlette 1.0.0
Fix: TemplateResponse signature changed in Starlette 1.0.0 — must use
request=request, name=..., context={...} kwargs instead of positional dict
File: agentflow/app.py line ~104