Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:17:35 +08:00
commit 1c7d065a98
11 changed files with 2005 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "ollama-agents",
"description": "Intelligent multi-agent system for delegating analysis, code review, and complex reasoning tasks to local ollama models. Saves 70%+ of Claude's context budget with automatic model selection and parallel processing.",
"version": "1.0.1",
"author": {
"name": "Daniel T Sasser II",
"email": "contact@dansasser.me",
"url": "https://github.com/dansasser"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}