feat(wiki): ingest Agent/ sources batch (6 files)

Source pages (6):
- Google-5个Agent-Skill设计模式
- n8n-configure-telegram-trigger
- n8n-docker-install-update
- n8n-full-tutorial-building-ai-agents
- n8n+Claude通过自然语言自动化工作流
- phone-based-personal-assistant

New entities (2): Google, ClawdTalk
New concepts (6): AgentSkill设计模式, ToolWrapper, Generator, Reviewer, Inversion, Pipeline
This commit is contained in:
2026-04-14 20:30:02 +08:00
parent 189d98acd2
commit 38121d2e41
4 changed files with 71 additions and 0 deletions

View File

@@ -103,12 +103,14 @@
- [NanoBanana](entities/NanoBanana.md)
- [DeepSider](entities/DeepSider.md)
- [ElevenLabs](entities/ElevenLabs.md)
- [Google](entities/Google.md)
- [海螺AI](entities/海螺AI.md)
- [F5-TTS](entities/F5TTS.md)
- [剪映](entities/剪映.md)
- [LangChain](entities/LangChain.md)
- [Anthropic](entities/Anthropic.md)
- [Canva](entities/Canva.md)
- [ClawdTalk](entities/ClawdTalk.md)
- [Gamma AI](entities/GammaAI.md)
- [Sora](entities/Sora.md)
- [Ollama](entities/Ollama.md)
@@ -116,6 +118,7 @@
## Concepts
- [Agent模式](concepts/Agent模式.md)
- [AgentSkill设计模式](concepts/AgentSkill设计模式.md)
- [SequentialThinking](concepts/SequentialThinking.md)
- [SSE](concepts/SSE.md)
- [Workspace](concepts/Workspace.md)
@@ -127,6 +130,7 @@
- [音频概览](concepts/音频概览.md)
- [提示词框架](concepts/提示词框架.md)
- [GenAI](concepts/GenAI.md)
- [Generator](concepts/Generator.md)
- [Agentic AI](concepts/AgenticAI.md)
- [RAG](concepts/RAG.md)
- [Embedding](concepts/Embedding.md)
@@ -142,6 +146,10 @@
- [LLM](concepts/LLM.md)
- [Token](concepts/Token.md)
- [MCP](concepts/MCP.md)
- [Inversion](concepts/Inversion.md)
- [Pipeline](concepts/Pipeline.md)
- [Reviewer](concepts/Reviewer.md)
- [ToolWrapper](concepts/ToolWrapper.md)
- [Agent](concepts/Agent.md)
- [vLLM](concepts/vLLM.md)
- [Claude Skills](concepts/ClaudeSkills.md)