VeADK 技能集合

Generate VeADK Agent architectures and code from user requirements.

4.0k|479|Updated Apr 16, 2020
One-click install
npx skills add https://github.com/huangrt01/CS-Notes --skill veadk-huangrt01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: VeADK 技能集合
Source: https://github.com/huangrt01/CS-Notes/tree/main/.trae/openclaw-skills/veadk-skills
Command: npx skills add https://github.com/huangrt01/CS-Notes --skill veadk-huangrt01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

根据用户的功能需求,自动生成与 VeADK 相关的 Agent 架构与代码,并可将现有 Langchain/Langgraph 代码或 Dify 工作流转换为 VeADK 兼容实现。

Core Features & Use Cases

  • 直接根据需求生成 VeADK Agent 代码和根级结构,并提供包含分析/重构的步骤参考。
  • 将 Langchain/Langgraph 代码转化为 VeADK Agent,及将 Dify 工作流转换为 VeADK 组件化实现,遵循参考文档中的规则。
  • 提供参考文档目录(references/generator/analyze.md、references/generator/refine_prompt.md、references/generator/coding.md、references/converter 等)以便代码生成、提示词优化与实现。
  • 脚本化产物保存:生成的代码可以通过脚本工具保存为规范结构的包,例如 agent_name/agent.py 和 init.py。
  • 逐步输出的规范化建议,确保产物符合 VeADK 的工具规范和知识库结构。

Quick Start

Describe your VeADK use case and I will generate a root_agent with supporting code scaffolding.

Frequently Asked Questions about VeADK 技能集合

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Langchain code to a VeADK Agent?

Converting Langchain code to a VeADK Agent involves transforming existing Langgraph or Langchain scripts into VeADK compatible component implementations using established converter guidelines and architectural references.

Can I turn a Dify workflow into VeADK components?

Turning a Dify workflow into VeADK components is supported by translating the workflow logic into a component-based VeADK architecture, ensuring the output aligns with VeADK tool specifications and knowledge base structures.

What is the process to generate an Agent architecture from requirements?

Generating an Agent architecture from requirements uses a step-by-step process: analyzing functional needs, refining the prompt, and coding the root_agent with supporting scaffolding to match VeADK tool specifications.

Does VeADK support code scaffolding for new agents?

VeADK supports code scaffolding for new agents by saving generated architectures into a standardized package structure, producing files like agent_name/agent.py and __init__.py through dedicated script tools.

Are there specific guidelines for VeADK code generation and prompt refinement?

There are specific guidelines for VeADK code generation and prompt refinement located in the references directory, utilizing analyze.md, refine_prompt.md, and coding.md documents to shape outputs and ensure architectural consistency.

What are the limitations when converting Langgraph workflows to VeADK?

Limitations when converting Langgraph workflows to VeADK include the strict necessity to follow converter guidelines to maintain structural consistency, as deviating from reference documents may break the generated agent's tool integration.