mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 09:45:27 -04:00
35 lines
536 B
YAML
35 lines
536 B
YAML
version: 0.0.1
|
|
type: plugin
|
|
author: "Yeuoly"
|
|
name: "neko"
|
|
icon: test.svg
|
|
description:
|
|
en_US: "test"
|
|
label:
|
|
en_US: "Neko"
|
|
created_at: "2024-07-12T08:03:44.658609186Z"
|
|
resource:
|
|
memory: 1048576
|
|
storage: 1048576
|
|
permission:
|
|
tool:
|
|
enabled: true
|
|
model:
|
|
enabled: true
|
|
llm: true
|
|
plugins:
|
|
endpoints:
|
|
- "neko.yaml"
|
|
execution:
|
|
install: install.sh
|
|
launch: launch.sh
|
|
meta:
|
|
version: 0.0.1
|
|
arch:
|
|
- "amd64"
|
|
- "arm64"
|
|
runner:
|
|
language: "python"
|
|
version: "3.12"
|
|
entrypoint: "main"
|