Autonomous Decision Making
Medium
- Category
- Excessive Agency
- Content
Procedure: 1. Read `output_path` from the fill summary. It is guaranteed to be inside the workspace, so the host can attach it. 2. Use whatever attachment / file-return mechanism the host provides — Telegram bot `sendDocument`, Slack `files.upload`, the agent runtime's own `attach_file` / `send_file` tool, or simply emit it as a workspace artifact. Do not ask the user "do you want me to send it?"; just send it. 3. In the same turn, briefly confirm what was sent (filename + filled-field count). The user shouldn't have to ask twice. 4. If you genuinely cannot find an attachment channel, surface the workspace-relative path so the user can fetch it manually — but treat that as a last resort.
- Confidence
- 94% confidence
- Finding
- Do not ask the user
