You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If the island expects configuration with plugins it should provide schema to validate against
Is your feature request related to a problem? Please describe.
If the island expects configuration with plugins it should provide schema to validate against
Tasks
IFileRepository.get_all_file_names() -> Sequence[str (file name)](0d) @mssalvatoreIFileRepositoryimplementationsIAgentPluginRepository.get_plugin_catalog() -> Sequence[Tuple[AgentPluginType, str (plugin name)]](0d) @ilija-lazoroskiFileAgentPluginRepository.get_plugin_catalog()ConfigSchemaService(0d) - @cakekoaAgentConfigurationinto JSON schema (https://docs.pydantic.dev/usage/schema/)AgentConfigurationSchema/api/agent-configuration-schemaendpoint that usesConfigSchemaServiceto return the JSON schema (0d) - @shreyamalviya