langchain.js
    Preparing search index...

    Minimal interface matching the structure of a CompiledSubAgent from deepagents. Used for structural type matching without importing deepagents.

    interface CompiledSubAgentLike {
        description: string;
        name: string;
        runnable: unknown;
    }
    Index

    Properties

    description: string
    name: string
    runnable: unknown