15 lines
389 B
JSON
15 lines
389 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "makelore.web-search",
|
|
"version": "1.0.0",
|
|
"description": "Search the current web through MakeLore and return a grounded answer with sources",
|
|
"author": {
|
|
"name": "MakeLore"
|
|
},
|
|
"extensions": {
|
|
"com.makelore": {
|
|
"capabilityManifest": "./com.makelore/capability.json"
|
|
}
|
|
}
|
|
}
|