manifest.yaml 492 B

1234567891011121314151617181920212223242526272829303132
  1. version: 0.0.1
  2. type: plugin
  3. author: "Yeuoly"
  4. name: "Neko"
  5. icon: test.svg
  6. label:
  7. en_US: "Neko"
  8. created_at: "2024-07-12T08:03:44.658609186Z"
  9. resource:
  10. memory: 1048576
  11. storage: 1048576
  12. permission:
  13. tool:
  14. enabled: true
  15. model:
  16. enabled: true
  17. llm: true
  18. plugins:
  19. - "neko.yaml"
  20. execution:
  21. install: install.sh
  22. launch: launch.sh
  23. meta:
  24. version: 0.0.1
  25. arch:
  26. - "amd64"
  27. - "arm64"
  28. runner:
  29. language: "python"
  30. version: "3.12"
  31. entrypoint: "main"