Files
2025-11-29 18:21:01 +08:00

14 lines
275 B
JSON

{
"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"
]
}