meta

package
v0.1.0-proto2e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2026 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentInfo

type AgentInfo struct {
	ID          string   `json:"id"`
	Name        string   `json:"name"`
	Version     string   `json:"version"`
	Type        string   `json:"type"` // daemon, timer, etc.
	Description string   `json:"description"`
	Interval    int      `json:"interval"`
	Enabled     bool     `json:"enabled"`
	Implements  []string `json:"implements"` // initialize, start, stop, etc.
}

AgentInfo represents all structured metadata discovered from a Python agent file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL