truefoundry-docs
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese<objective>Routing note: For ambiguous user intents, use the shared clarification templates in references/intent-clarification.md.
<objective>路由说明:如果用户意图不明确,请使用 references/intent-clarification.md 中的通用澄清模板。
TrueFoundry Documentation
TrueFoundry 文档
Fetch up-to-date TrueFoundry documentation for features, API reference, and deployment guides.
获取最新的TrueFoundry功能文档、API参考和部署指南。
When to Use
使用场景
Fetch up-to-date TrueFoundry documentation for features, API reference, deployment guides, or troubleshooting.
</objective>
<instructions>当需要获取最新的TrueFoundry功能文档、API参考、部署指南或故障排查内容时使用。
</objective>
<instructions>Documentation Sources
文档来源
API Reference
API 参考
Full API docs:
https://truefoundry.com/docs/api-referenceFetch a specific section:
bash
curl -s https://truefoundry.com/docs/api-reference/applications/list-applications完整API文档:
https://truefoundry.com/docs/api-reference获取特定章节:
bash
curl -s https://truefoundry.com/docs/api-reference/applications/list-applicationsDeployment Guides
部署指南
| Topic | URL |
|---|---|
| Introduction to Services | |
| Deploy First Service | |
| Dockerize Code | |
| Ports and Domains | |
| Endpoint Auth | |
| Resources (CPU/Memory) | |
| Fractional GPUs | |
| Environment Variables | |
| Autoscaling | |
| Liveness/Readiness Probes | |
| Rollout Strategy | |
| Deploy Programmatically | |
| CI/CD Setup | |
| Monitoring | |
| 主题 | URL |
|---|---|
| 服务简介 | |
| 部署首个服务 | |
| 代码Docker化 | |
| 端口与域名 | |
| 端点鉴权 | |
| 资源(CPU/内存) | |
| 共享GPU | |
| 环境变量 | |
| 自动扩缩容 | |
| 存活/就绪探针 | |
| 发布策略 | |
| 程序化部署 | |
| CI/CD配置 | |
| 监控 | |
Job Deployment
任务部署
| Topic | URL |
|---|---|
| Introduction to Jobs | |
| Deploy First Job | |
| 主题 | URL |
|---|---|
| 任务简介 | |
| 部署首个任务 | |
ML & LLM
ML 与 LLM
| Topic | URL |
|---|---|
| ML Repos | |
| LLM Deployment | |
| LLM Tracing | |
| 主题 | URL |
|---|---|
| ML 仓库 | |
| LLM 部署 | |
| LLM 链路追踪 | |
Authentication
鉴权
| Topic | URL |
|---|---|
| Generating API Keys | |
| 主题 | URL |
|---|---|
| 生成API密钥 | |
Fetching Docs
获取文档
To fetch a specific docs page for the user:
bash
curl -sL "https://truefoundry.com/docs/deploy-first-service" | head -200Or use WebFetch if available in the agent.
</instructions>
<success_criteria>
要为用户获取特定的文档页面:
bash
curl -sL "https://truefoundry.com/docs/deploy-first-service" | head -200如果Agent支持,也可以使用WebFetch。
</instructions>
<success_criteria>
Success Criteria
成功标准
- The user has received the relevant documentation content or URL for their question
- The agent has fetched and summarized the specific docs page rather than just linking to it
- The user understands the next steps based on the documentation provided
- If the docs page was unavailable, the agent has suggested alternative resources or related skills
</success_criteria>
<references>- 用户已获取其问题相关的文档内容或URL
- Agent已获取并总结了具体的文档页面内容,而非仅提供链接
- 用户可根据提供的文档明确后续操作步骤
- 如果文档页面无法访问,Agent已提供替代资源或相关技能建议
</success_criteria>
<references>Composability
可组合性
- Before deploy: Fetch deploy guides for the specific app type
- For API usage: Reference in _shared
references/api-endpoints.md - For troubleshooting: Fetch relevant docs page and summarize
- 部署前:获取对应应用类型的部署指南
- API使用场景:参考共享目录下的
references/api-endpoints.md - 故障排查场景:获取相关文档页面并总结