| import type { PluginOptions } from "../options.js"; | |
| import type { AgentHooks } from "./agent.js"; | |
| import type { AISDKHooks } from "./aisdk.js"; | |
| import type { CatalogHooks } from "./catalog.js"; | |
| import type { CommandHooks } from "./command.js"; | |
| import type { IntegrationHooks } from "./integration.js"; | |
| import type { PluginDomain } from "./plugin.js"; | |
| import type { ReferenceHooks } from "./reference.js"; | |
| import type { SkillHooks } from "./skill.js"; | |
| import type { Reload } from "./registration.js"; | |
| export interface PluginContext { | |
| readonly options: PluginOptions; | |
| readonly agent: AgentHooks & Reload; | |
| readonly aisdk: AISDKHooks; | |
| readonly catalog: CatalogHooks & Reload; | |
| readonly command: CommandHooks & Reload; | |
| readonly integration: IntegrationHooks & Reload; | |
| readonly plugin: PluginDomain; | |
| readonly reference: ReferenceHooks & Reload; | |
| readonly skill: SkillHooks & Reload; | |
| } | |
Xet Storage Details
- Size:
- 913 Bytes
- Xet hash:
- 0a94c57160839c84b104259e96aaf9e8b6decc69fcd9cc92fa1075a1d05c47e7
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.