debug

仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

定位启动/运行阻塞的核心工具,减少排错时间

▸ 风险提示

需要主机或 Docker 管理权限以执行诊断操作

这个 Skill 做什么

诊断 FFT_nano 的运行时问题,包括 Docker 与主机运行模式。

定位 FFT_nano 运行时问题时,用来在宿主侧检查 Docker(默认)或显式启用的 host 模式下的故障。遇到 agent 启动失败、运行检查不通过或 onboarding/启动被卡住就用它。它会把宿主进程、运行时选择和 container-runner 的行为、日志串起来,快速把问题范围缩小到镜像、配置或权限层面。

▸ 展开 SKILL.md 英文原文

Debug FFT_nano agent runtime issues (Docker default, host opt-in). Use when agent execution fails, runtime checks fail, or onboarding/startup is blocked. Use when this capability is needed.

开发编程调试运行时Docker通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0-cyberdyne-systems-0--fft-nano--debug/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0-cyberdyne-systems-0--fft-nano--debug/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# FFT_nano Runtime Debugging

This guide covers host-side diagnosis for current runtime modes:
- Docker (default)
- Host runtime (advanced, explicit opt-in)

## Runtime Architecture

```
Host process (src/index.ts)
  -> runtime selection (src/container-runtime.ts)
  -> agent execution (src/container-runner.ts)
     - Docker mode: docker run fft_nano-agent:latest
     - Host mode: node container/agent-runner/dist/index.js
```

## Key Log Locations

| Log | Location | Purpose |
|---|---|---|
| App log | `logs/fft_nano.log` | Router, scheduler, runtime orchestration |
| App error log | `logs/fft_nano.error.log` | Host process failures |
| Runtime run log | `groups/<folder>/logs/runtime-*.log` |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有