From team-skills-platform
ADK 框架适配层。为 LangChain / EINO / AutoGen / AgentScope / CrewAI 提供框架特定的 代码模板、惯用模式、API 映射和项目结构,供 agent-dev-workshop Phase 5 代码生成使用。 每个框架 reference 文件标注 verified_date 用于版本锁定。
npx claudepluginhub colin4k1024/tspThis skill uses the workspace's default tool permissions.
为 AI Agent 代码生成提供框架特定的适配层。
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
为 AI Agent 代码生成提供框架特定的适配层。
agent-dev-workshop Phase 5 自动调用| 框架 | 语言 | 维护方 | Reference | 版本锁定 |
|---|---|---|---|---|
| LangChain / LangGraph | Python, TypeScript | LangChain Inc. | references/langchain.md | ✅ |
| EINO | Go | ByteDance | references/eino.md | ✅ |
| AutoGen | Python | Microsoft | references/autogen.md | ✅ |
| AgentScope | Python | Alibaba | references/agentscope.md | ✅ |
| CrewAI | Python | CrewAI Inc. | references/crewai.md | ✅ |
每个 reference 文件头部包含:
framework: langchain
version: "0.3.x"
verified_date: "2025-01-15"
使用规则:
verified_date 距今 ≤ 90 天 → 正常使用verified_date 距今 > 90 天 → 生成代码前提醒用户检查 API 变化/harness-audit 会检查所有 reference 文件的 staleness| 能力 | LangChain | EINO | AutoGen | AgentScope | CrewAI |
|---|---|---|---|---|---|
| ReAct Agent | ✅ AgentExecutor | ✅ ReactAgent | ✅ AssistantAgent | ✅ ReActAgent | ✅ Agent |
| Multi-Agent | ✅ LangGraph | ⚠️ 自定义 | ✅ GroupChat | ✅ Pipeline | ✅ Crew |
| RAG Pipeline | ✅ Retriever chain | ✅ flow chain | ⚠️ 需集成 | ✅ Knowledge module | ✅ Knowledge |
| Tool Definition | ✅ @tool decorator | ✅ ToolsNode | ✅ Function | ✅ ServiceToolkit | ✅ @tool |
| Memory | ✅ 内置多种 | ✅ ChatTemplate | ✅ 内置 | ✅ Memory module | ✅ 内置 |
| Streaming | ✅ | ✅ | ✅ | ✅ | ⚠️ 有限 |
| Async | ✅ | ✅ (goroutine) | ✅ | ✅ | ⚠️ 有限 |
图例:✅ 原生支持 / ⚠️ 部分支持或需额外集成
# 在 agent-dev-workshop Phase 5 中
1. 确认目标框架
2. 读取 references/{framework}.md
3. 检查 verified_date
4. 使用 reference 中的 code templates 生成项目
5. 根据 agent-spec 和 architecture 填充模板变量
新增框架适配器时:
references/ 下创建 {framework}.md