Discover Packages
github.com/agentuity/cli
cmd
package
Version:
v0.0.79
Opens a new window with list of versions in this module.
Published: Apr 1, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 52
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type Agent struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description,omitempty"`
}
type Resources struct {
Memory int64 `json:"memory,omitempty"`
CPU int64 `json:"cpu,omitempty"`
Disk int64 `json:"disk,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.