MCPcopy Create free account
hub / github.com/compozy/agh / agentContextBundle

Function agentContextBundle

internal/cli/agent_kernel.go:454–464  ·  view source on GitHub ↗
(record *AgentContextRecord)

Source from the content-addressed store, hash-verified

452}
453
454func agentContextBundle(record *AgentContextRecord) outputBundle {
455 return outputBundle{
456 jsonValue: record,
457 human: func() (string, error) {
458 return renderJSONPreview(record)
459 },
460 toon: func() (string, error) {
461 return renderJSONPreview(record)
462 },
463 }
464}
465
466func agentChannelsBundle(channels []AgentChannelRecord) outputBundle {
467 return listBundle(

Callers 1

newMeContextCommandFunction · 0.85

Calls 1

renderJSONPreviewFunction · 0.85

Tested by

no test coverage detected