Skip to content

neeltom92/hello-plugin2

v0.1.0MIT

Second demo plugin, showing a collection holds more than one.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "hello-plugin2",
  "version": "0.1.0",
  "description": "Second demo plugin, showing a collection holds more than one.",
  "author": {
    "name": "Neel Thomas",
    "email": "neeltom92@gmail.com"
  },
  "repository": "https://github.com/neeltom92/agent-plugin-marketplace",
  "license": "MIT",
  "keywords": ["demo", "example"]
}