initialize_memory_bank
Set up a Memory Bank in a specified directory to create a central knowledge base with SSH support for efficient data storage and retrieval.
Instructions
Initialize a Memory Bank in the specified directory
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| path | Yes | Path where the Memory Bank will be initialized | 
Input Schema (JSON Schema)
{
  "properties": {
    "path": {
      "description": "Path where the Memory Bank will be initialized",
      "type": "string"
    }
  },
  "required": [
    "path"
  ],
  "type": "object"
}