MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / startLoop

Method startLoop

internal/tui/app.go:721–723  ·  view source on GitHub ↗

startLoop starts the agent loop for the current PRD.

()

Source from the content-addressed store, hash-verified

719
720// startLoop starts the agent loop for the current PRD.
721func (a App) startLoop() (tea.Model, tea.Cmd) {
722 return a.startLoopForPRD(a.prdName)
723}
724
725// startLoopForPRD starts the agent loop for a specific PRD.
726func (a App) startLoopForPRD(prdName string) (tea.Model, tea.Cmd) {

Callers 1

UpdateMethod · 0.95

Calls 1

startLoopForPRDMethod · 0.95

Tested by

no test coverage detected