Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:00 +08:00
commit 8633e58dca
4 changed files with 372 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "mymanus",
"description": "Autonomous agent with planning, execution, and browser automation capabilities",
"version": "1.0.0",
"author": {
"name": "emsi",
"url": "https://github.com/emsi/MyManus"
},
"skills": [
"./skills"
]
}