๐Ÿ“ฆ langgenius / dify-plugin-daemon

๐Ÿ“„ manifest.yaml ยท 27 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27version: 0.0.1
type: plugin
author: test
name: requirements-test-plugin
label:
  en_US: Test Plugin requirements
description:
  en_US: Test plugin with requirements.txt
created_at: "2024-01-01T00:00:00.000000Z"
icon: icon.svg
resource:
  memory: 1048576
  permission:
    tool:
      enabled: true
plugins:
  tools:
    - provider/test_provider.yaml
meta:
  version: 0.0.1
  arch:
    - amd64
  runner:
    language: python
    version: "3.12"
    entrypoint: main