feat(plugins): add media understanding provider registration

This commit is contained in:
Peter Steinberger
2026-03-16 20:42:00 -07:00
parent 14907d3de0
commit 3e010e280a
26 changed files with 222 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
export type {
AnyAgentTool,
MediaUnderstandingProviderPlugin,
OpenClawPluginConfigSchema,
ProviderDiscoveryContext,
ProviderCatalogContext,

View File

@@ -108,6 +108,7 @@ export { ACP_ERROR_CODES, AcpRuntimeError } from "../acp/runtime/errors.js";
export type { AcpRuntimeErrorCode } from "../acp/runtime/errors.js";
export type {
AnyAgentTool,
MediaUnderstandingProviderPlugin,
OpenClawPluginConfigSchema,
OpenClawPluginApi,
OpenClawPluginService,