Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:35 +08:00
commit fd2b64200f
5 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "context-lab",
"description": "Custom agents for efficient context",
"version": "0.1.1",
"author": {
"name": "jongwony"
},
"agents": [
"./agents"
]
}