manifest.yaml 488 B

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