CoolFace
Datasetpublic

viktor-shcherb/jobseek-agent-traces

Jobseek Agent Traces Claude Code agent session traces from jobseek — a job posting monitor for company career pages. Each trace captures a complete agent workflow session: company discovery, board configuration, monitor/scraper selection, and quality validation. These are raw session transcripts, not tabular data — use the trace viewer to explore them. Structure traces/ {company-slug}/ {date}.jsonl # One trace per session (header + records) Each .jsonl… See the full description on the dataset page: https://huggingface.co/datasets/viktor-shcherb/jobseek-agent-traces.

sourceHugging Facemitupdated 1m agoView on Hugging Face
4likes4.4kdownloads
Dataset Card

Jobseek Agent Traces

Claude Code agent session traces from jobseek — a job posting monitor for company career pages.

Each trace captures a complete agent workflow session: company discovery, board configuration, monitor/scraper selection, and quality validation. These are raw session transcripts, not tabular data — use the trace viewer to explore them.

Structure

traces/
  {company-slug}/
    {date}.jsonl      # One trace per session (header + records)

Each .jsonl file starts with a header line:

json
{"_trace_header": true, "slug": "airbnb", "company_name": "Airbnb", "board_slugs": [...], "date": "2026-03-23", "issue": 594, "record_count": 388}

Followed by chronologically sorted transcript records (main agent + subagents merged). Record types: assistant, user, system.

Links

viktor-shcherb/jobseek-agent-traces · CoolFace