What problem does it solve?
AI agents often answer questions about Letta from stale training data, inventing CLI flags, settings, pricing, or API details that no longer exist. This Skill routes every docs.letta.com lookup through a cached, ETag-checked fetch helper so answers about Letta products, APIs, and SDKs come from live documentation instead of memory.
Core Features & Use Cases
- Verified docs retrieval: Fetches the docs.letta.com llms.txt index and individual pages, validating the content-MD5 ETag against the body before caching.
- Heading outline generation: Builds a local outline of the docs index so the agent picks a page URL that actually exists instead of guessing paths.
- Fallback and escalation rules: Defines when to use fetch_webpage as a last resort, when to check status.letta.com, and when to escalate to Discord or GitHub issues.
- Use Case: A user asks how to configure a new model provider in Letta Code. The agent runs the helper to fetch the current configuration docs page, reads the relevant section, and answers with a cited, up-to-date URL rather than recalling outdated flags.
Quick Start
Ask the agent how to configure a Letta feature, such as setting up a model provider or channel, and it will fetch the current official docs before answering.