Files
dify-plugin-sdks/python/examples/code_based_workflow/manifest.yaml
T
2024-10-16 20:05:46 +08:00

42 lines
810 B
YAML

version: 0.0.1
type: plugin
author: "langgenius"
name: "code_based_workflow"
label:
en_US: "code_based_workflow"
description:
en_US: A workflow for performing a code-based workflow.
zh_Hans: 一个用于执行代码工作流的工具。
created_at: "2024-07-12T08:03:44.658609186Z"
icon: icon.svg
resource:
memory: 1048576
permission:
tool:
enabled: true
model:
enabled: true
llm: true
rerank: true
moderation: true
tts: true
speech2text: true
text_embedding: true
storage:
enabled: true
size: 1048576
node:
enabled: true
plugins:
tools:
- "provider/code_based_workflow.yaml"
meta:
version: 0.0.1
arch:
- "amd64"
- "arm64"
runner:
language: "python"
version: "3.12"
entrypoint: "main"