1234567891011121314151617181920212223242526272829303132333435 |
- 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"
|