Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:01:38 +08:00
commit bf84493661
7 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "telecom-ops",
"description": "O-RAN/Nephio demo plugin (commands, agent, hooks, MCP stub).",
"version": "0.0.0-2025.11.28",
"author": {
"name": "thc1006",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}