23 Downloads Updated 9 months ago
ollama run Gertner/SlavkoKernel-v3
ollama launch claude --model Gertner/SlavkoKernel-v3
ollama launch codex-app --model Gertner/SlavkoKernel-v3
ollama launch openclaw --model Gertner/SlavkoKernel-v3
ollama launch hermes --model Gertner/SlavkoKernel-v3
ollama launch codex --model Gertner/SlavkoKernel-v3
ollama launch opencode --model Gertner/SlavkoKernel-v3
# 📦 SlavkoKernel™ v3
**Modular AI Orchestration Kernel** for reproducible AI-native developer workflows.
Focus: **stabilization, reproducibility, version identity**.
---
## 🔹 Overview
SlavkoKernel™ v3 is not a “feature dump.” This is a foundation release for:
- Deterministic **reproducibility** (prompt replay fidelity)
- Standardized **Modelfile** with SYSTEM prompt and stop tokens
- Integrations into **SlavkoPlatform™**, **SlavkoScore™**, **SlavkoAgent™**
- Ready for **Ollama Library** and **Hugging Face** publication
---
## 🚀 Installation
```bash
# Pull the kernel from Ollama Library
ollama pull Gertner/SlavkoKernel-v3
# Run the kernel locally
ollama run Gertner/SlavkoKernel-v3
Recommendation: for reproducibility, always use the commit hash and local Modelfile.
| Version | Focus |
|---|---|
| v1 | Latency & Context Retention, basic SlavkoScore™ integration |
| v2 | Adaptive Reasoning & Voice Handoff, branching & evaluation improvements |
| v3 | Stabilization, replay fidelity, documentation, clear versioning |
FROM llama3.2
SYSTEM "You are a modular orchestration assistant with replay fidelity, milestone tracking, and scenario flag awareness."
PARAMETERS {
"version": "Gertner/SlavkoKernel-v3",
"commit": "REPLACE_WITH_COMMIT_HASH",
"build_date": "REPLACE_WITH_ISO_DATE",
"stop": ["<|start_header_id|>", "<|end_header_id|>", "<|eot_id|>"],
"quant": "Q4_K_M"
}
TEMPLATE "<|start_header_id|>system<|end_header_id|> Cutting Knowledge Date: December 2023 {{ if .System }}{{ .System }}{{ end }}<|eot_id|>"
SlavkoKernel™ v3 cements the foundation: reproducibility, documentation, and identity. Modular, transparent, and accessible to all developers, without unnecessary bloating.
CHANGELOG.md — version history v1→v3PROVENANCE.md — commit hash, build pipeline, source of weightsAUP_SUMMARY.md — Acceptable Use Policy summary
---
## **CHANGELOG.md** (ENG)
```markdown
# 📜 SlavkoKernel™ v3 CHANGELOG
All notable changes to this project will be documented here.
---
## [v3.0.0] — Stabilization & Identity (Latest)
**Release Date:** 2025-10-04
### Added
- Prompt set for deterministic replay fidelity
- Standardized Modelfile with SYSTEM prompt and stop tokens
- README, CHANGELOG, and PROVENANCE included
- Platformization features for orchestration layer
### Fixed / Improved
- Replay fidelity and branch determinism
- Documentation consistency
- Version identity clarity (v3)
### Notes
- Base model: LLaMA 3.2, 3.21B parameters, Q4_K_M quantization
- Ready for Ollama Library and Hugging Face publication
---
## [v2.0.0] — Adaptive Reasoning & Voice Handoff
**Release Date:** 2024-12-15
- Adaptive reasoning hooks for SlavkoAgent™
- Branching and evaluation logic improvements
- Initial experiments with Birtija Simulator
---
## [v1.0.0] — Latency & Retention Layer
**Release Date:** 2024-08-10
- Basic integration with SlavkoScore™
- Context retention layer for faster responses
- Basic replay tests introduced
”`markdown
This document provides build and version provenance for reproducibility.
replay_tests/ folder ensure deterministic outputsAUP_SUMMARY.md