Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:24 +08:00
commit f1c7ad9e22
4 changed files with 300 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "ace_service",
"description": "Integrates the ACE (Agentic Context Engineering) service for agents, enabling continuous learning and optimization for your agent.",
"version": "1.1.0",
"author": {
"name": "Sebastian Sosa"
},
"commands": [
"./commands"
]
}