Files
dify-plugin-sdks/python/examples/code_based_workflow/manifest.yaml
T
Yeuoly 038edf957e feat: generate docs automatically (#121)
- Added CLI for generating documentation with `generate-docs` command.
- Introduced `SchemaDocumentationGenerator` to create structured documentation from schemas.
- Implemented `SchemaDoc` class for schema metadata and documentation management.
- Updated `PluginConfiguration` to include descriptions for plugin components.
- Added support for outside reference fields in the SchemaDocumentationGenerator to improve documentation clarity.
- Updated SchemaDoc to include outside_reference_fields parameter.
- Modified various entity classes to utilize outside_reference_fields for better schema representation.
- Introduced new container type checks and helper methods for handling dynamic fields in documentation generation.
2025-04-30 14:48:03 +08:00

42 lines
809 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"