register_backend_route(
self,
prefix: str,
backend: BackendProtocol
) -> None| Name | Type | Description |
|---|---|---|
prefix* | str | Lowercase absolute path ending in |
backend* | BackendProtocol | Backend serving file operations under the prefix. |
Mount a backend under a virtual filesystem path.
File operations under prefix are routed to backend by the agent's
CompositeBackend. Shell execution remains on the default backend and
cannot access routed virtual content.