agent-zero/python/survey_assistant/__init__.py
nic 6a248a57cc
Survey agent persona (#8)
* 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>
2026-03-17 01:55:24 -05:00

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)
"""