Spaces:
Running
Running
File size: 156 Bytes
98c9143 | 1 2 3 4 5 6 7 8 | export const subagentMarkerPrefix = "__SUBAGENT_MARKER__"
export interface SubagentMarker {
session_id: string
agent_id: string
agent_type: string
}
|