copilot-api / src /lib /subagent.ts
imspsycho's picture
Initial upload from Google Colab
98c9143 verified
Raw
History Blame Contribute Delete
156 Bytes
export const subagentMarkerPrefix = "__SUBAGENT_MARKER__"
export interface SubagentMarker {
session_id: string
agent_id: string
agent_type: string
}