letta

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Letta Skill

Letta Skill

Comprehensive assistance with letta development, generated from official documentation.
为Letta开发提供全面支持,内容源自官方文档。

When to Use This Skill

何时使用该Skill

This skill should be triggered when:
  • Working with letta
  • Asking about letta features or APIs
  • Implementing letta solutions
  • Debugging letta code
  • Learning letta best practices
在以下场景下触发该Skill:
  • 处理Letta相关工作时
  • 询问Letta功能或API时
  • 实施Letta解决方案时
  • 调试Letta代码时
  • 学习Letta最佳实践时

Quick Reference

快速参考

Common Patterns

常见模式

Quick reference patterns will be added as you use the skill.
快速参考模式会在你使用该Skill时逐步添加。

Example Code Patterns

代码示例模式

Example 1 (bash):
bash
pip install letta-evals
Example 2 (bash):
bash
uv pip install letta-evals
Example 3 (python):
python
import requests

url = "https://api.letta.com/v1/mcp-servers/mcp_server_id"

headers = {"Authorization": "Bearer <token>"}

response = requests.delete(url, headers=headers)

print(response.json())
Example 4 (python):
python
from letta_client import Letta

client = Letta(
    project="YOUR_PROJECT",
    token="YOUR_TOKEN",
)
client.groups.delete(
    group_id="group-123e4567-e89b-42d3-8456-426614174000",
)
Example 1 (bash):
bash
pip install letta-evals
Example 2 (bash):
bash
uv pip install letta-evals
Example 3 (python):
python
import requests

url = "https://api.letta.com/v1/mcp-servers/mcp_server_id"

headers = {"Authorization": "Bearer <token>"}

response = requests.delete(url, headers=headers)

print(response.json())
Example 4 (python):
python
from letta_client import Letta

client = Letta(
    project="YOUR_PROJECT",
    token="YOUR_TOKEN",
)
client.groups.delete(
    group_id="group-123e4567-e89b-42d3-8456-426614174000",
)

Reference Files

参考文件

This skill includes comprehensive documentation in
references/
:
  • agents.md - Agents documentation
  • api_sdk.md - Api Sdk documentation
  • blocks.md - Blocks documentation
  • deployment.md - Deployment documentation
  • getting_started.md - Getting Started documentation
  • messages.md - Messages documentation
  • multiprocessing.md - Multiprocessing documentation
  • other.md - Other documentation
  • tools.md - Tools documentation
Use
view
to read specific reference files when detailed information is needed.
该Skill在
references/
目录中包含以下全面文档:
  • agents.md - Agent相关文档
  • api_sdk.md - API SDK相关文档
  • blocks.md - Blocks相关文档
  • deployment.md - 部署相关文档
  • getting_started.md - 入门指南文档
  • messages.md - 消息相关文档
  • multiprocessing.md - 多进程相关文档
  • other.md - 其他相关文档
  • tools.md - 工具相关文档
当需要详细信息时,使用
view
命令查看特定参考文件。

Working with This Skill

使用该Skill的指南

For Beginners

面向初学者

Start with the getting_started or tutorials reference files for foundational concepts.
从getting_started或教程类参考文件入手,学习基础概念。

For Specific Features

面向特定功能需求

Use the appropriate category reference file (api, guides, etc.) for detailed information.
使用对应类别的参考文件(如API、指南等)获取详细信息。

For Code Examples

面向代码示例需求

The quick reference section above contains common patterns extracted from the official docs.
上方的快速参考部分包含从官方文档中提取的常见使用模式。

Resources

资源

references/

references/目录

Organized documentation extracted from official sources. These files contain:
  • Detailed explanations
  • Code examples with language annotations
  • Links to original documentation
  • Table of contents for quick navigation
从官方资源中整理提取的文档,包含以下内容:
  • 详细说明
  • 带语言标注的代码示例
  • 指向原始文档的链接
  • 便于快速导航的目录

scripts/

scripts/目录

Add helper scripts here for common automation tasks.
在此添加用于常见自动化任务的辅助脚本。

assets/

assets/目录

Add templates, boilerplate, or example projects here.
在此添加模板、样板代码或示例项目。

Notes

注意事项

  • This skill was automatically generated from official documentation
  • Reference files preserve the structure and examples from source docs
  • Code examples include language detection for better syntax highlighting
  • Quick reference patterns are extracted from common usage examples in the docs
  • 该Skill由官方文档自动生成
  • 参考文件保留了源文档的结构和示例
  • 代码示例包含语言检测,以实现更好的语法高亮
  • 快速参考模式提取自文档中的常见使用示例

Updating

更新方法

To refresh this skill with updated documentation:
  1. Re-run the scraper with the same configuration
  2. The skill will be rebuilt with the latest information
如需使用更新后的文档刷新该Skill,请执行以下步骤:
  1. 使用相同配置重新运行抓取工具
  2. 该Skill将使用最新信息重建