Get Schedule Comment Context
Use scripts/get_schedule_comment_context.py to fetch schedule rows and recent behavior logs.
Run
uv run scripts/get_schedule_comment_context.py '["schedule-id-1","schedule-id-2"]'
echo '["schedule-id-1","schedule-id-2"]' | uv run scripts/get_schedule_comment_context.py -
Input
- JSON array of schedule IDs
- CLI arg, stdin (
-), or envSCHEDULE_IDS_JSON
Output
Single-line JSON:
{"schedule_ids":["..."],"schedules":[...],"recent_action_logs":[...]}
Source: motoya0118/pavlok_CLI_agent — distributed by TomeVault.