manifest.yaml 507 B

123456789101112131415161718192021222324252627282930313233
  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. endpoints:
  20. - "neko.yaml"
  21. execution:
  22. install: install.sh
  23. launch: launch.sh
  24. meta:
  25. version: 0.0.1
  26. arch:
  27. - "amd64"
  28. - "arm64"
  29. runner:
  30. language: "python"
  31. version: "3.12"
  32. entrypoint: "main"