ob-labs/agentseek

Add `agentseek doctor` diagnostics command

已关闭

#87 创建于 2026年6月16日

 (0 条评论) (0 个反应) (0 位负责人)Python (27 个派生)github user discovery
comp:clienhancementhelp wanted

仓库指标

星标
 (165 个星标)
PR 合并指标
 (平均合并 3天 14小时) (30 天内合并 26 个 PR)

描述

Summary

Add an agentseek doctor command that checks the local project environment and reports common setup problems before users run the project.

Requirements

  • Add a top-level agentseek doctor command.
  • Check whether the current directory has an AgentSeek-style project layout, including .env and pyproject.toml when applicable.
  • Check whether required local tools are available, at minimum uv; check docker when a compose file is present.
  • Report the detected run mode when it can be inferred.
  • Print human-readable pass/warn/fail results and exit non-zero when required checks fail.
  • Do not start services, install dependencies, or modify files.

Acceptance Criteria

  • Unit tests cover a healthy project, missing .env, missing uv, and compose project without Docker.
  • Diagnostics are deterministic and do not depend on actually launching the project.

贡献者指南