Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:01 +08:00
commit 32ab64ded4
5 changed files with 593 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "ai-ml-integration",
"description": "AI/ML integration patterns with LangChain, RAG, vector databases, and prompt engineering",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}