Skip to main contentModule adapter
Source - AdapterRegistry
- A collection of platform adapters, indexed by name.
- EntityConfig
- Paths and install mode for one entity type within a platform.
- FileSystemAdapter
- Filesystem-based platform adapter.
- DirInstallMode
- How a directory entry is deployed to a platform’s target directory.
- PlatformAdapter
- Contract for deploying skill/agent files to a specific AI tool’s directory.
- adapters
- Get the global adapter registry (lazily initialized).
- known_adapters
- Sorted list of known adapter names.
- DeployResult
- The deployment result: a map of
{patch_key: installed_path}.