manifest.yaml 536 B

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