viktoroo/jobseek-agent-traces
收藏Hugging Face2026-03-28 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/viktoroo/jobseek-agent-traces
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
viewer: false
pretty_name: Jobseek Agent Traces
size_categories:
- 1K<n<10K
tags:
- agent-traces
- claude-code
- not-for-AI-training
---
# Jobseek Agent Traces
Claude Code agent session traces from [jobseek](https://github.com/colophon-group/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](https://github.com/colophon-group/jobseek/tree/main/apps/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
- **Web app**: [jseek.co](https://jseek.co)
- **Source**: [github.com/colophon-group/jobseek](https://github.com/colophon-group/jobseek)
- **Trace viewer**: [github.com/colophon-group/jobseek/tree/main/apps/trace-viewer](https://github.com/colophon-group/jobseek/tree/main/apps/trace-viewer)
提供机构:
viktoroo



