@salesforce/agents
    Preparing search index...

    Function getAgentIndexDir

    • Get the path to the agent index directory. Create the directory if it doesn't exist.

      .sfdx/agents// <-- returns this directory path ├── index.md # Session index file │── sessions/ # Session directories │ ├── / # Session 1 directory │ └── / # Session 2 directory

      Parameters

      • agentId: string

      Returns Promise<string>

      path to the agent index directory