codebrewrouter-aspire-local-dev
仓库创建 2026年4月15日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
方便快速启动项目本地环境并调试集成问题。
▸ 风险提示
可能涉及读取本地 secrets 与启动本地服务。
这个 Skill 做什么
指导在本地运行、调试和配置 Blaze.LlmGateway 相关服务。
指导如何在本地运行、调试和配置与 Blaze.LlmGateway 相关的服务,包含 AppHost、local inference、model warmup、Foundry Local、参数/密钥和健康检查等。改动或排查本地 Agent、网关或模型热身问题时就用,能帮你定位启动、环境和依赖问题。特别之处是覆盖了项目级别的常见入口文件和调试套路,实用性强。
▸ 展开 SKILL.md 英文原文
Project-local CodebrewRouter Aspire and local development guidance. Use when changing, running, debugging, or explaining Blaze.LlmGateway.AppHost, ServiceDefaults, local inference, local model warmup, Foundry Local, AppHost parameters/secrets, provider environment wiring, health checks, Open WebUI, Agent Framework DevUI, or local run/test troubleshooting.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/codebrewrouter-aspire-local-dev/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/codebrewrouter-aspire-local-dev/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# CodebrewRouter Aspire Local Dev ## Start Here Read the smallest useful set: - `README.md` - `AGENTS.md` - `.github/copilot-instructions.md` - `Blaze.LlmGateway.AppHost/Program.cs` - `Blaze.LlmGateway.AppHost/AppHostComposition.cs` - `Blaze.LlmGateway.AppHost/appsettings.json` - `Blaze.LlmGateway.ServiceDefaults/Extensions.cs` - `Blaze.LlmGateway.LocalInference/` - `AZURE_FOUNDRY_SETUP.md` ## Rules - Keep provider secrets on the AppHost project through Aspire parameters, user secrets, or environment variables. - Do not move provider secrets into API appsettings files. - Prefer `dotnet run --project Blaze.LlmGateway.AppHost` for full local orchestration. - Use direct API runs only when
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有