Archived
Extract session command service
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { AgentSessionRuntime } from "@mariozechner/pi-coding-agent";
|
||||
|
||||
export interface ActiveSession {
|
||||
runtime: AgentSessionRuntime;
|
||||
unsubscribe: () => void;
|
||||
}
|
||||
|
||||
export type GetActiveSession = (sessionId: string) => Promise<ActiveSession>;
|
||||
Reference in New Issue
Block a user