Agent Skills
› companion-inc/feynman
› managed-model-endpoints
managed-model-endpoints
GitHub用于在Feynman中注册和管理模型端点,涵盖定义参数、配置连接方式、安全存储凭证及实现生命周期检查。支持本地或远程服务,确保端点可用性与健康状态验证。
Trigger Scenarios
需要注册新的模型端点
执行端点健康检查
配置端点认证与启动脚本
进行推理连通性测试
Install
npx skills add companion-inc/feynman --skill managed-model-endpoints -g -y
SKILL.md
Frontmatter
{
"name": "managed-model-endpoints",
"description": "Register or audit Feynman-managed model endpoints. Use when a research workflow needs a local or remote model service, endpoint health checks, credential refs, startup scripts, or inference routing."
}
Managed Model Endpoints
Use this skill to make a model endpoint usable from Feynman.
Workflow:
- Define the endpoint purpose, model family, input/output schema, auth method, hardware need, and expected latency.
- Record whether the endpoint is local, remote HTTP, Modal-backed, SSH-backed, or a custom connector.
- Add only non-secret endpoint metadata to settings. Store secret references as environment variable names or credential refs.
- Implement start/stop/health/inference checks when Feynman owns the endpoint lifecycle.
- Run a tiny inference smoke and save request/response shape without leaking secrets.
Expose endpoints as research infrastructure, not as permanent claims that a model is installed when health has not passed.
Version History
- 54d08a3 Current 2026-07-25 07:15


