@hbbio/nanoagent
    Preparing search index...

    Class ToolRegistry<Memory>

    Lightweight, in‑memory registry. Holds no global state.

    Type Parameters

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get list(): Promise<readonly Tool[]>

      List of tool descriptors resolved eagerly.

      Returns Promise<readonly Tool[]>

    Methods

    • Remove a tool from the registry.

      Parameters

      • name: string

      Returns void