lingtai
Run lifelong AI agents that remember, learn, and grow
All Skills in This Repository (8)
Pure Emerald Level Indicatorsbriefing
Distill project histories into per-project journal.md and brief.md files.
lingtai-changelog
Parse SKILL.md frontmatter and body into a newest-first LingTai changelog.
lingtai-recipe
Validates and packages LingTai recipe bundles and network exports into canonical .recipe/ structures.
lingtai-mcp
Register external MCP servers from a mcp/servers.json config.
tutorial-guide
Guide learners through LingTai's 12-lesson tutorial on system architecture.
lingtai-portal-guide
Document LingTai portal API endpoints, topology data, and .portal directory structure.
web-browsing-manual
Retrieve web content across PDFs, APIs, static HTML, and JS-rendered pages.
lingtai-anatomy
Document LingTai's internal memory, filesystem, and runtime anatomy.
Frequently Asked Questions
FAQPage SchemaHow to install LingTai?▼
Run `npx skills add huangzesen/lingtai --all -g -y` in your terminal to install all skills in this suite globally.
What is LingTai used for?▼
LingTai is a self-evolving AI agent framework that keeps a long-running 'digital scientist' alive in your project, remembering findings, skills, and style across sessions instead of starting cold each time.
How does LingTai remember things between sessions?▼
Every agent stores its memory, knowledge, skills, and mail as plain files under a local .lingtai/ directory, so state survives restarts and can be inspected with any editor or tool.
Can LingTai agents talk to Telegram or email?▼
Yes. Agents communicate through a filesystem mailbox and can bridge to Telegram, Feishu, WeChat, WhatsApp, and email via MCP addon servers.
Do I need coding skills to use LingTai?▼
Basic terminal use is enough to start: run the installer, open lingtai-tui in a project folder, and the setup wizard guides you through picking a model and launching your first agent.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core