blueprints/apps/ai-assistant.json
Bero a16987f8ed
Some checks failed
Deploy GitHub Pages / build (push) Failing after -8h1m19s
Post-process Blueprints after changes / build (push) Failing after -8h1m19s
Deploy GitHub Pages / deploy (push) Has been skipped
Use bgrgicak fork of the /playground-ai-assistant app
2026-02-19 15:00:59 +01:00

27 lines
No EOL
617 B
JSON

{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "AI Assistant",
"description": "AI-powered chat interface to modify your WordPress to your liking. Bring your own key or use a local LLM",
"author": "Alex Kirk",
"categories": [
"Apps",
"AI"
]
},
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "git:directory",
"url": "https://github.com/bgrgicak/playground-ai-assistant",
"ref": "main",
"refType": "branch"
},
"options": {
"activate": true,
"targetFolderName": "playground-ai-assistant"
}
}
]
}