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

Function agentTaskNextBundle

internal/cli/task.go:3089–3099  ·  view source on GitHub ↗
(record AgentTaskNextRecord)

Source from the content-addressed store, hash-verified

3087}
3088
3089func agentTaskNextBundle(record AgentTaskNextRecord) outputBundle {
3090 return outputBundle{
3091 jsonValue: record,
3092 human: func() (string, error) {
3093 return renderJSONPreview(record)
3094 },
3095 toon: func() (string, error) {
3096 return renderJSONPreview(record)
3097 },
3098 }
3099}
3100
3101func agentTaskLeaseBundle(record AgentTaskLeaseRecord) outputBundle {
3102 return outputBundle{

Callers 1

newTaskNextCommandFunction · 0.85

Calls 1

renderJSONPreviewFunction · 0.85

Tested by

no test coverage detected