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
path to the agent index directory
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