Versions in this module Expand all Collapse all v0 v0.3.1 Aug 2, 2026 v0.3.0 Jul 31, 2026 Changes in this version + func Serve(rt *bootstrap.Runtime, version string, fs *WorkspaceFS) error + type WorkspaceFS struct + func NewWorkspaceFS() *WorkspaceFS + func (w *WorkspaceFS) Open(ctx context.Context, path string) (io.ReadCloser, error) + func (w *WorkspaceFS) ReadFile(ctx context.Context, path string) ([]byte, error) + func (w *WorkspaceFS) Stat(ctx context.Context, path string) (agentcoretools.FileInfo, error) + func (w *WorkspaceFS) WriteFile(ctx context.Context, path string, data []byte, perm fs.FileMode) error