@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias SubAgentSource

    SubAgentSource:
        | "review"
        | "compact"
        | {
            thread_spawn: {
                agent_nickname: string
                | null;
                agent_path: AgentPath | null;
                agent_role: string | null;
                depth: number;
                parent_thread_id: ThreadId;
            };
        }
        | "memory_consolidation"
        | { other: string }