langchain.js
    Preparing search index...

    Minimal interface matching the structure of DeepAgentTypeConfig from deepagents. Extends AgentTypeConfigLike to include subagent type information.

    interface DeepAgentTypeConfigLike {
        Context: unknown;
        Middleware: unknown;
        Response: unknown;
        State: unknown;
        Subagents: unknown;
        Tools: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Context: unknown
    Middleware: unknown
    Response: unknown
    State: unknown
    Subagents: unknown
    Tools: unknown