You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
motief/agent_tools/reports.py

8 lines
282 B

"""Report generation primitives for agent operation.
NOTE: The report template engine (generate_report, _render_report) has been
removed. Agents should compose markdown in their reasoning loop and write it
directly using standard file I/O.
This module is intentionally empty.
"""