What problem does it solve?
Prevents data loss and hallucinations by enforcing deterministic, auditable file-saving for stock and ETF analysis agents so that downstream agents and humans can reliably access prior results.
Core Features & Use Cases
- Guaranteed persistence: Requires programmatic writes using the coordinator-provided output_path and explicit success verification.
- Dual-artifact rule: Mandates saving both structured JSON and a human-readable Markdown summary with numbered filename conventions.
- Clear error handling: Defines standardized FAIL responses, error codes, and remediation steps for path, permission, and disk issues.
- Use case: In a multi-agent stock consultation session, ensure valuation, screening, and critic agents store their outputs to consultations/{session_folder}/ with consistent filenames so the coordinator and subsequent agents can locate and validate results.
Quick Start
Ask the stock consultation agent to save analysis outputs to the coordinator-provided output_path using the Write tool and include both JSON and Markdown artifacts with numbered filenames and an explicit PASS or FAIL result.