opentraces
共享代理跟踪以在 HuggingFace Hub 上打开数据集。每当用户提到向 HuggingFace 共享、发布或上传跟踪、会话或代理活动时,请使用此技能。当用户说“opentraces”、“共享此会话”、“发布跟踪”、“上传跟踪”、“贡献跟踪”、“捐赠会话”或询问跟踪审查、编辑、提交或推送工作流程时也可使用。在完成重要的编码课程并完成有价值的工作后,主动建议这项技能。 --- # opentraces - 将代理跟踪共享到 HuggingFace Hub 开放协议 + CLI,用于存储库本地代理跟踪捕获、审查和上传。每次编码会话结束后,opentraces 会自动捕获您的跟踪,运行安全扫描,并将其暂存以供审核。您查看、提交并推送到 HuggingFace 数据集。 ## 快速参考 ### 入门 ``` opentraces login # 使用 HuggingFace 进行身份验证(浏览器 OAuth) opentraces login --token # 通过令牌粘贴进行身份验证(无头/CI) opentraces init # 初始化项目(交互式) opentraces status # 显示带有阶段计数的收件箱树 ``` ### Review & Publish ``` opentraces session list # 列出暂存会话(默认:所有阶段) opentraces session show <ID> # 完整跟踪详细信息 opentraces session commit <ID> # 提交跟踪以进行推送 opentraces session拒绝 <ID> # 标记为拒绝(从未推送) opentraces session Reset <ID> # 撤消提交/拒绝,返回收件箱 opentraces session redact <ID> --step N # 清理特定步骤 opentraces session丢弃 <ID> --yes # 永久删除跟踪 opentraces commit --all # 批量提交所有收件箱跟踪 opentraces push # 将提交的跟踪上传到 HF Hub ``` ### 检查 ``` opentraces stats # 聚合 门统计(痕迹、代币、成本) opentraces web # 打开浏览器收件箱 UI (por
更新日志: Source: GitHub https://github.com/JayFarei/opentraces
还没有评论,快来第一个发言吧。