Files
zk-data-agent/.gitignore
T
hupenglong1 f068311cac backend/frontend/runtime: 训练面板 / session 隔离 / agent runtime 调整
- backend/api/server.py:训练 step-detail / pipeline 卡片排序逻辑
- frontend:thread-list / thread / training-pipeline-panel / step-detail-sheet 配套调整,新增 metrics-chart-panel
- src/agent_*:tool spec / runtime / prompting 配套
- .gitignore 加 .logs/

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 11:43:10 +08:00

46 lines
543 B
Plaintext

__pycache__/
*.py[cod]
.DS_Store
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
build/
dist/
*.egg-info/
archive/
.omx/
.clawd-agents/
# Local agent/runtime artifacts
.claude/
.claude.json
.port_sessions/
scratchpad/
tasks/
router_session_parquet/
.logs/
# Environment files
.env
.env.*
# Local benchmark outputs
benchmark_artifacts/
jobs/
output_terminal/
tb2*.json
humaneval_results.json
test_cases
e-commerce
benchmarks/data/*.jsonl
benchmarks/data/manifest.json
claude-code-sourcemap-main
router_session_parquet
标签定义