@suluk/agents - v0.1.6
    Preparing search index...

    Interface NodeAgentArtifacts

    interface NodeAgentArtifacts {
        files: Record<string, string>;
        reachableSubAgents: string[];
    }
    Index

    Properties

    files: Record<string, string>

    path → owned source the user writes into their Node/Bun project.

    reachableSubAgents: string[]

    reachable sub-agents (NOT scaffolded by this v1 adapter — see Cloudflare's recursive version).