Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:34 +08:00
commit 49dfa83919
34 changed files with 4930 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "humanlayer",
"description": "Commands and agents from humanlayer, but without the thought syncing",
"version": "2025-10-09",
"author": {
"name": "HumanLayer"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}