story-kit: start 59_story_current_work_panel
This commit is contained in:
@@ -8,10 +8,17 @@ export type WsRequest =
|
||||
type: "cancel";
|
||||
};
|
||||
|
||||
export interface AgentAssignment {
|
||||
agent_name: string;
|
||||
model: string | null;
|
||||
status: string;
|
||||
}
|
||||
|
||||
export interface PipelineStageItem {
|
||||
story_id: string;
|
||||
name: string | null;
|
||||
error: string | null;
|
||||
agent: AgentAssignment | null;
|
||||
}
|
||||
|
||||
export interface PipelineState {
|
||||
|
||||
Reference in New Issue
Block a user