# Functions
NewFrameworkAgents creates a new http.Handler for the framework agents operation.
NewFrameworkAgentsOK creates FrameworkAgentsOK with default headers values.
NewFrameworkAgentsParams creates a new FrameworkAgentsParams object no default values defined in spec.
NewFrameworkManifests creates a new http.Handler for the framework manifests operation.
NewFrameworkManifestsOK creates FrameworkManifestsOK with default headers values.
NewFrameworkManifestsParams creates a new FrameworkManifestsParams object no default values defined in spec.
NewModelAgents creates a new http.Handler for the model agents operation.
NewModelAgentsOK creates ModelAgentsOK with default headers values.
NewModelAgentsParams creates a new ModelAgentsParams object no default values defined in spec.
NewModelManifests creates a new http.Handler for the model manifests operation.
NewModelManifestsOK creates ModelManifestsOK with default headers values.
NewModelManifestsParams creates a new ModelManifestsParams object no default values defined in spec.
# Constants
FrameworkAgentsOKCode is the HTTP code returned for type FrameworkAgentsOK.
FrameworkManifestsOKCode is the HTTP code returned for type FrameworkManifestsOK.
ModelAgentsOKCode is the HTTP code returned for type ModelAgentsOK.
ModelManifestsOKCode is the HTTP code returned for type ModelManifestsOK.
# Structs
FrameworkAgents swagger:route GET /registry/frameworks/agent Registry frameworkAgents
FrameworkAgents framework agents API
*/.
FrameworkAgentsOK framework agents o k
swagger:response frameworkAgentsOK
*/.
FrameworkAgentsParams contains all the bound params for the framework agents operation typically these are obtained from a http.Request
swagger:parameters FrameworkAgents.
FrameworkAgentsURL generates an URL for the framework agents operation.
FrameworkManifests swagger:route GET /registry/frameworks/manifest Registry frameworkManifests
FrameworkManifests framework manifests API
*/.
FrameworkManifestsOK framework manifests o k
swagger:response frameworkManifestsOK
*/.
FrameworkManifestsParams contains all the bound params for the framework manifests operation typically these are obtained from a http.Request
swagger:parameters FrameworkManifests.
FrameworkManifestsURL generates an URL for the framework manifests operation.
ModelAgents swagger:route GET /registry/models/agent Registry modelAgents
ModelAgents model agents API
*/.
ModelAgentsOK model agents o k
swagger:response modelAgentsOK
*/.
ModelAgentsParams contains all the bound params for the model agents operation typically these are obtained from a http.Request
swagger:parameters ModelAgents.
ModelAgentsURL generates an URL for the model agents operation.
ModelManifests swagger:route GET /registry/models/manifest Registry modelManifests
ModelManifests model manifests API
*/.
ModelManifestsOK model manifests o k
swagger:response modelManifestsOK
*/.
ModelManifestsParams contains all the bound params for the model manifests operation typically these are obtained from a http.Request
swagger:parameters ModelManifests.
ModelManifestsURL generates an URL for the model manifests operation.
# Interfaces
FrameworkAgentsHandler interface for that can handle valid framework agents params.
FrameworkManifestsHandler interface for that can handle valid framework manifests params.
ModelAgentsHandler interface for that can handle valid model agents params.
ModelManifestsHandler interface for that can handle valid model manifests params.
# Type aliases
FrameworkAgentsHandlerFunc turns a function with the right signature into a framework agents handler.
FrameworkManifestsHandlerFunc turns a function with the right signature into a framework manifests handler.
ModelAgentsHandlerFunc turns a function with the right signature into a model agents handler.
ModelManifestsHandlerFunc turns a function with the right signature into a model manifests handler.