Project Files
dist / index.d.ts
/**
* @file index.ts
* @description Persona Manager plugin — LM Studio plugin entry point.
*
* Registers three tools via toolsProvider:
* - `switch`: Change the active persona
* - `list`: List available persona profiles
* - `get`: Get current persona details and context
*
* Persona profiles are loaded from the `profiles/` directory as JSON files.
* Each profile defines a system prompt, description, and optional metadata.
*/
import { PluginContext } from "@lmstudio/sdk";
export declare function main(context: PluginContext): Promise<void>;
//# sourceMappingURL=index.d.ts.map