building-agent-systems
Installation
SKILL.md
丹鼎秘典 · Agent / LLM 工程
单 Agent 是器,多 Agent 是阵。先选规模,再选模式。
路由
| 意图 | 加载 | 核心 |
|---|---|---|
| 单 Agent 开发(工具调用、ReAct) | agent-dev | ReAct / Plan-Execute / Reflection |
| 多 Agent 协同(>=3 文件 or >=2 并行) | multi-agent-coordination | 蚁群仿生、文件锁、依赖图 |
| 多 Agent 协议细节(消息素、收阵报告) | multi-agent-protocol | Codex 原生协议、角色定义 |
| LLM 安全(注入、越狱、输出过滤) | llm-security | OWASP LLM Top 10 视角 |
| RAG 系统(向量、检索、重排) | rag-system | Chunking / 混合检索 / Cohere rerank |
| Prompt + 评估 | prompt-and-eval | Few-shot / CoT / RAGAS / LLM-as-Judge |