遇见数据集

teich-test-v1

收藏
魔搭社区2026-05-26 更新2026-07-19 收录
官方服务:

资源简介:

# hy3-preview coding agent traces This directory contains raw agent trace files generated by teich. All assistant responses were generated by **tencent/hy3-preview:free**. ## Training-ready tools Use this `tools` payload when rendering converted examples through your training chat template. The same structure is emitted on each converted example as the `tools` field. ```json [ { "type": "function", "function": { "name": "bash", "description": "Execute bash commands (ls, grep, find, etc.)", "parameters": { "type": "object", "properties": { "command": { "type": "string" }, "timeout": { "type": "integer" } }, "additionalProperties": true, "required": [ "command" ] } } }, { "type": "function", "function": { "name": "edit", "description": "Make precise file edits with exact text replacement, including multiple disjoint edits in one call", "parameters": { "type": "object", "properties": { "edits": { "type": "array", "items": { "type": "object", "properties": { "newText": { "anyOf": [ { "type": "string" }, { "type": "object", "properties": { "mcpServers": { "type": "object", "properties": { "vane": { "type": "object", "properties": { "args": { "type": "array", "items": { "type": "string" } }, "command": { "type": "string" }, "env": { "type": "object", "properties": { "VANE_BASE_URL": { "type": "string" } }, "additionalProperties": true, "required": [ "VANE_BASE_URL" ] } }, "additionalProperties": true, "required": [ "args", "command", "env" ] } }, "additionalProperties": true, "required": [ "vane" ] } }, "additionalProperties": true, "required": [ "mcpServers" ] } ] }, "oldText": { "anyOf": [ { "type": "string" }, { "type": "object", "properties": { "mcpServers": { "type": "object", "properties": { "perplexica": { "type": "object", "properties": { "args": { "type": "array", "items": { "type": "string" } }, "command": { "type": "string" }, "env": { "type": "object", "properties": { "PERPLEXICA_BASE_URL": { "type": "string" } }, "additionalProperties": true, "required": [ "PERPLEXICA_BASE_URL" ] } }, "additionalProperties": true, "required": [ "args", "command", "env" ] } }, "additionalProperties": true, "required": [ "perplexica" ] } }, "additionalProperties": true, "required": [ "mcpServers" ] } ] } }, "additionalProperties": true, "required": [ "newText", "oldText" ] } }, "path": { "type": "string" } }, "additionalProperties": true, "required": [ "edits", "path" ] } } }, { "type": "function", "function": { "name": "read", "description": "Read file contents", "parameters": { "type": "object", "properties": { "path": { "type": "string" } }, "additionalProperties": true, "required": [ "path" ] } } }, { "type": "function", "function": { "name": "write", "description": "Create or overwrite files", "parameters": { "type": "object", "properties": { "content": { "type": "string" }, "path": { "type": "string" } }, "additionalProperties": true, "required": [ "content", "path" ] } } } ] ``` ## Format Each file is newline-delimited JSON representing a single captured agent session. The trace schema is designed for upload-first preservation so you can keep the original session history and convert it later for training. Common top-level event groups: - `session_meta` - `turn_context` - `event_msg` - `response_item` - `session` - `message` - `session_info` - `model_change` - `thinking_level_change` ## Example ```json {"type":"session","version":3,"id":"019df4e7-c795-7460-8e2e-788af5e4a34a","timestamp":"2026-05-04T21:32:03.861Z","cwd":"/workspace"} {"type":"message","id":"system-41bb381e","parentId":null,"timestamp":"2026-05-04T21:32:03.963Z","message":{"role":"developer","content":[{"type":"text","text":"You are an expert coding assistant operating inside pi, a coding agent harness. You help users by reading files, executing commands, editing code, and writing new files.\n\nAvailable tools:\n- read: Read file contents\n- bash: Execute bash commands (ls, grep, find, etc.)\n- edit: Make precise file edits with exact text replacement, including multiple disjoint edits in one call\n- write: Create or overwrite files\n\nIn addition to the tools above, you may have access to other custom tools depending on the project.\n\nGuidelines:\n- Use bash for file operations like ls, rg, find\n- Use read to examine files instead of cat or sed.\n- Use edit for precise changes (edits[].oldText must match exactly)\n- When changing multiple separate locations in one file, use one edit call with multiple entries in edits[] instead of multiple edit calls\n- Each edits[].oldText is matched against the original file, not after earlier edits are applied. Do not emit overlapping or nested edits. Merge nearby changes into one edit.\n- Keep edits[].oldText as small as possible while still being unique in the file. Do not pad with large unchanged regions.\n- Use write only for new files or complete rewrites.\n- Be concise in your responses\n- Show file paths clearly when working with files\n\nPi documentation (read only when the user asks about pi itself, its SDK, extensions, themes, skills, or TUI):\n- Main documentation: /usr/local/lib/node_modules/@mariozechner/pi-coding-agent/README.md\n- Additional docs: /usr/local/lib/node_modules/@mariozechner/pi-coding-agent/docs\n- Examples: /usr/local/lib/node_modules/@mariozechner/pi-coding-agent/examples (extensions, custom tools, SDK)\n- When asked about: extensions (docs/extensions.md, examples/extensions/), themes (docs/themes.md), skills (docs/skills.md), prompt templates (docs/prompt-templates.md), TUI components (docs/tui.md), keybindings (docs/keybindings.md), SDK integrations (docs/sdk.md), custom providers (docs/custom-provider.md), adding models (docs/models.md), pi packages (docs/packages.md)\n- When working on pi topics, read the docs and examples, and follow .md cross-references before implementing\n- Always read pi .md files completely and follow links to related docs (e.g., tui.md for TUI API details)\nCurrent date: 2026-05-04\nCurrent working directory: /workspace"}]}} {"type":"model_change","id":"ad5f4052","parentId":null,"timestamp":"2026-05-04T21:32:03.958Z","modelId":"tencent/hy3-preview:free"} ```

提供机构:
maas
创建时间:
2026-05-25
二维码
社区交流群
二维码
科研交流群
商业服务