Documentation
¶
Overview ¶
Package agentlaunch is the shared "launch a normal coding agent session with a composed prompt" helper, used by `entire review --fix` and `entire investigate fix`. Both commands feed accepted findings back into a follow-up coding agent without spawning a review/investigate session themselves.
The package is a leaf so review and investigate (which depend on it) avoid an import cycle. The env-var names it strips live in cmd/entire/cli/provenance (also a leaf).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LaunchFixAgent ¶
LaunchFixAgent starts a normal coding agent session with the given prompt. ENTIRE_REVIEW_* and ENTIRE_INVESTIGATE_* env entries are stripped from the child process so the fix session is not tagged as a review or investigate.
agentName must be a launchable agent registry name. Returns nil on clean exit, or a wrapped error on cancellation / non-zero exit. Output / input are connected to the calling process's stdio so the user can interact with the fix session in their terminal.
Types ¶
This section is empty.