feat: command palette, PSA ticket context, session-to-flow converter #108

Merged
chihlasm merged 27 commits from feat/command-palette-session-flow-psa-context into main 2026-03-16 17:39:17 +00:00
Showing only changes of commit ffc2fcda6d - Show all commits

View File

@@ -0,0 +1,13 @@
from pydantic import BaseModel
class SessionToFlowRequest(BaseModel):
session_id: str
class SessionToFlowResponse(BaseModel):
name: str
description: str
tree_type: str # Always "procedural"
tags: list[str]
tree_structure: dict # Procedural steps with optional fallback_steps