Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:52:57 +08:00
commit 8a338b17fd
15 changed files with 3492 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "content-gen",
"description": "Automated multi-agent content generation system with framework-based scoring for social media",
"version": "1.0.0",
"author": {
"name": "rajat piplewar"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}