Documentation
¶
Overview ¶
Package agentlaunch is the shared "launch a normal coding agent session with a composed prompt" helper, used by `entire investigate fix`. It feeds accepted findings back into a follow-up coding agent without spawning an investigate session itself.
The package is a leaf so its consumers 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.