jedisct1/agent-traces-swival
收藏资源简介:
--- pretty_name: coding agent traces task_categories: - text-generation tags: - agent-traces - coding-agent - swival language: - en - code license: mit --- A collection of agent traces generated with [Swival](https://swival.dev) (**not** Claude Code, despite what the HF interface currently shows), an agent designed for open-source models. These traces focus on planning and security audits. ## Sharing traces with Swival Swival can export full conversation traces with `--trace-dir`, which writes one `<session_id>.jsonl` file per session: ```bash swival "Fix the login bug" --trace-dir traces/ ``` Those JSONL files use Swival's Claude Code compatible trace export, and HuggingFace auto-detects them as `format:agent-traces`, so they can be uploaded and shared directly on HuggingFace. You can use `--trace-dir` on its own or alongside `--report` if you also want structured run metadata. If you want tracing enabled by default, set `trace_dir` in `swival.toml` or `~/.config/swival/config.toml`. For more information, see the [Swival trace export docs](https://swival.dev/pages/reports.html).
pretty_name: 代码智能体轨迹(coding agent traces) task_categories: - 文本生成 tags: - 智能体轨迹(agent-traces) - 代码智能体(coding-agent) - Swival language: - en - code license: MIT许可证 --- 本数据集收录了专为开源模型打造的智能体Swival生成的智能体轨迹(注:尽管Hugging Face当前界面显示存在偏差,但本数据集并非由Claude Code生成)。此类轨迹聚焦于智能体规划与安全审计场景。 ## 与Swival共享轨迹 Swival可通过`--trace-dir`参数导出完整对话轨迹,该参数会为每个会话生成一个名为`<session_id>.jsonl`的文件: bash swival "Fix the login bug" --trace-dir traces/ 此类JSONL文件采用Swival兼容Claude Code的轨迹导出格式,Hugging Face会自动识别其为`format:agent-traces`格式,因此可直接在Hugging Face平台上传并共享。若需获取结构化的运行元数据,可单独使用`--trace-dir`参数,或搭配`--report`参数一同使用。 若需默认启用轨迹追踪功能,可在`swival.toml`或`~/.config/swival/config.toml`配置文件中设置`trace_dir`参数。如需了解更多细节,请参阅[Swival轨迹导出文档](https://swival.dev/pages/reports.html).




