mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-24 13:43:41 +00:00
* Add human-in-the-loop survey helper Co-authored-by: nic <nicsins@users.noreply.github.com> * Make survey helper launcher robust and add CLI fallback Co-authored-by: nic <nicsins@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: nic <nicsins@users.noreply.github.com>
9 lines
231 B
Python
9 lines
231 B
Python
"""
|
|
Survey assistant helpers.
|
|
|
|
This package intentionally focuses on:
|
|
- Extracting survey/form questions from rendered HTML
|
|
- Suggesting answers from a user-provided profile
|
|
- Keeping the human in control (no auto-submission)
|
|
"""
|
|
|