updated readme
Browse files
README.md
CHANGED
|
@@ -3,4 +3,12 @@ license: mit
|
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen3-1.7B
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen3-1.7B
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
Ollama DevOps Agent
|
| 9 |
+
A lightweight AI-powered DevOps automation tool using a fine-tuned Qwen3-1.7B model with Ollama and SmolAgents.
|
| 10 |
+
Specialized for Docker and Kubernetes workflows with sequential tool execution and structured reasoning.
|
| 11 |
+
|
| 12 |
+
Full outline can be found here: https://github.com/ubermorgenland/devops-agent
|
| 13 |
+
|
| 14 |
+
IMPORTANT: It is designed to work with specific client - requires that client installation.
|