What problem does it solve?
Understanding how a LingTai agent actually boots, runs, and forms its identity requires reading scattered files and source code; this Skill guides live, evidence-based teaching of agent runtime internals for tutorial lessons 4–6.
Core Features & Use Cases
- init.json Walkthrough: Reads the real init.json and explains fields like manifest, addons, env_file, and the _file convention instead of reciting documentation.
- Runtime & Signal Inspection: Demonstrates the lingtai-agent run boot sequence, heartbeat files, and signal files (.interrupt, .suspend, .sleep, .prompt) using live examples.
- System Prompt Discovery: Runs a Python snippet against SystemPromptManager to reveal the actual section render order and explains protected versus editable identity sections.
- Use Case: A new LingTai user wants to understand why their agent persists across sessions and how its personality is stored; the guide reads the user's own system/lingtai.md and heartbeat files to explain concretely.
Quick Start
Ask the agent to walk you through how it was born by reading its own init.json and explaining each field it finds.