modelstudioai / modelstudioai/OpenAgentPack
Allow offline validation before provider credentials are configured
還沒有人認領這個 Issue。
- 主要語言
- TypeScript
- 星號
- 23
- 分支
- 0
- 平均合併
- 23 小時 54 分鐘
- 30 天內合併 PR
- 9
描述
Problem
agents validate performs no provider API calls, but the generated agents.yaml contains ${VAR_NAME} references that currently must resolve before validation completes. A new user therefore cannot validate the generated project until real provider credentials exist.
Desired outcome
Provide a safe validation path that checks YAML structure, references, and provider capability rules without requiring secret values or contacting a provider. Planning and applying must continue to require resolved credentials.
Acceptance criteria
- A freshly generated project can run the documented offline validation flow without real credentials.
- Missing variables are still reported clearly, but are classified separately from schema or reference errors.
plan,apply, sessions, and deployments continue to fail before network access when required credentials are unresolved.- CLI contract tests cover both offline validation and credential-required commands.
- English and Chinese getting-started docs describe the final behavior.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先從 agents validate CLI 流程及其契約測試開始,接著比較 plan、apply、工作階段和部署在存取網路前如何解析憑證。完成的標準是:新產生的專案支援文件中說明的離線驗證,能區分缺少的變數與 schema 或參照錯誤,為其他命令保留憑證檢查,並更新英文和中文入門文件。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- cli, documentation, infrastructure, testing
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100