import_public_brain
Import community-curated lessons from the Public Brain for a specified framework. Non-destructive: existing lessons with the same topic key are preserved. Returns import count and topic slugs.
Instructions
Import community lessons from the Cachly Public Brain for a framework. Non-destructive: existing lessons with the same topic key are not overwritten. Returns the count of lessons imported and their topic slugs. Available frameworks: nextjs, fastapi, go, docker, kubernetes, react, typescript, python, rust, laravel, rails, spring. Use this to bootstrap a new brain with battle-tested community knowledge before your first session_start. Use publish_lesson to contribute your own lessons to the Public Brain; use learn_from_attempts for storing lessons from your own sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance to import into | |
| framework | Yes | Framework/platform to import lessons for | |
| limit | No | Max lessons to import (default: 20) |