Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAgent ¶
func NewAgent(d adapter.DiscoveredAgent) adapter.Agent
NewAgent creates an adapter.Agent from a discovered agent.
func WriteIdentityName ¶
WriteIdentityName updates (or creates) the Name field in the workspace's IDENTITY.md.
Types ¶
type AgentResult ¶
type AgentResult struct {
Agent adapter.DiscoveredAgent
Alive bool
}
type Result ¶
type Result struct {
Agents []AgentResult
}
Result holds the outcome of a discovery run.
Click to show internal directories.
Click to hide internal directories.