Discover Packages
github.com/viant/agently-core
workspace
loader
fs
package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Mar 27, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package fs provides generic filesystem-backed decoding/loading helpers.
It supplies shared loader infrastructure used by typed workspace loaders.
DecodeFunc is a function type that decodes a YAML node into a specific type
WithStore configures the loader to read resources from a workspace.Store
instead of the filesystem. When set, Load reads bytes via
store.Load(ctx, kind, name) then runs the decoder.
type Service[T any ] struct {
}
Service provides model data access operations
New creates a new model service instance
Load loads a model from the specified URL
Source Files
¶
Click to show internal directories.
Click to hide internal directories.