Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:19 +08:00
commit 4ecd25b36f
5 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "poet",
"description": "Experimental plugin to test agent user interaction",
"version": "0.1.0",
"author": {
"name": "David Herman"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}