Branch: refs/heads/gh-readonly-queue/master/pr-7141-1d4855dc69e5b1ba0c1bbab82a9cac2fe6689b11
Home:
https://github.com/google/syzkaller
Commit: f889d5e4409ae30eafa88c545e4977a4e6b39f9e
https://github.com/google/syzkaller/commit/f889d5e4409ae30eafa88c545e4977a4e6b39f9e
Author: Taras Madan <
taras...@google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M dashboard/app/ai.go
M dashboard/app/ai_test.go
M dashboard/app/public_json_api.go
A pkg/aflow/docs/extract-workflows.md
A tools/extract_workflows.sh
Log Message:
-----------
dashboard/app: support aflow workflow extraction
To enable offline analysis and optimization of aflow (Agentic Flow) workflows, this patch adds support for
extracting workflow execution data from the syzbot dashboard.
Changes:
- dashboard/app/ai.go: Added json=1 support to return jobs and trajectories in JSON format.
- dashboard/app/public_json_api.go: Added support for serializing new pages to JSON.
- tools/extract_workflows.sh: Created a pure Bash script using curl and jq to fetch, filter, and save
workflow runs.
- pkg/aflow/docs/extract-workflows.md: Added design documentation.
- dashboard/app/ai_test.go: Added tests to verify JSON output.
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications