Human-AI Collaborative Verification
How to collaborate with AI to verify a module.
Categories:
UCAgent supports human‑AI collaborative verification. You can pause AI execution, intervene manually, then continue AI execution. This mode applies to scenarios needing fine control or complex decisions.
Collaboration Flow:
- Pause AI execution:
- Direct LLM access mode: press
Ctrl+Cto pause. - Code Agent collaboration mode: pause according to the agent’s method (e.g. Gemini-cli uses
Esc).
- Direct LLM access mode: press
- Human intervention:
- Manually edit files, test cases or configuration.
- Use interactive commands for debugging or adjustment.
- Stage control:
- Use
tool_invoke Checkto check current stage status. - Use
tool_invoke Completeto mark stage complete and enter next stage.
- Use
- Continue execution:
- Use
loop [prompt]to continue AI execution and optionally provide extra prompt info. - In Code Agent mode, input prompts via the agent console.
- Use
- Permission management:
- Use
add_un_write_path,del_un_write_pathto set file write permissions, controlling whether AI can edit specific files. - Applies to direct LLM access or forced use of UCAgent file tools.
- Use