@ank1015/agent-filesystem-remote
v0.1.0
Published
Remote filesystem protocol for @ank1015/agent: serve any FileSystem over a connection, consume it as a FileSystem.
Maintainers
Readme
@ank1015/agent-filesystem-remote
Remote filesystem protocol for @ank1015/agent: serve any FileSystem over a connection, consume it as a FileSystem.
Install
pnpm add @ank1015/agent-filesystem-remoteImport
import {
PROTOCOL_VERSION,
clientFrameSchema,
deserializeRemoteError,
execDataFrameSchema,
execExitFrameSchema,
execFailedFrameSchema,
execStartFrameSchema,
execStartedFrameSchema,
helloFrameSchema,
remoteCapabilitiesSchema,
} from '@ank1015/agent-filesystem-remote';Versioning
This package is currently 0.1.0. Until 1.0.0, public APIs may still evolve.
