Skip to content

sovereignengine/slavko-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

🧠 SlavkoKernel v8

SlavkoKernel Badge

Presentation & Governance Layer
Multi-Agent Orchestration Kernel with Council Governance

Version Ollama License

Made in Zagreb Enterprise Grade


🎯 Overview

SlavkoKernel v8 is the governance and presentation layer of the S.L.A.V.K.O.™ orchestration system. It coordinates Pattern, Risk, Eval, and Think agents through a council-based voting mechanism, producing dual-layer outputs in Markdown and JSON.


🚀 Quick Start

# Run with Ollama
ollama run mladen-gertner/slavkokernel-v8

# API Call
curl -X POST http://localhost:11434/api/generate \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mladen-gertner/slavkokernel-v8",
    "prompt": "Orchestrate council vote: Analyze Q4 performance"
  }'

🏗️ Architecture

graph TD
    A[SLAVKOKERNEL v8] --> B(Pattern Agent)
    A --> C(Risk Agent)
    A --> D(Eval Agent)
    B --> E{Council}
    C --> E
    D --> E
    E --> F[Think Agent]
    F --> G[Decision]
Loading

📊 Council Governance

Parameter Value Description
Quorum 3/4 Minimum agents required
Threshold 66% Agreement for approval
Timeout 30s Max decision time
Escalation Auto Conflicts → Human review

📤 Output Format

{
  "council_decision": {
    "verdict": "approved|rejected|needs_review",
    "confidence": 0.0-1.0,
    "quorum_met": true,
    "votes": {}
  },
  "synthesis": "...",
  "recommendations": [],
  "audit": {
    "kernel_version": "8.0",
    "timestamp_utc": "ISO8601",
    "decision_hash": "sha256:..."
  }
}

📞 Contact

Mladen Gertner — FormatDisc™, Zagreb, Croatia
📧 mladen@formatdisc.hr | 🌐 formatdisc.hr


© 2026 FormatDisc™, vl. Mladen Gertner — All Rights Reserved

About

🧠 SlavkoKernel v8 - Presentation & Governance Layer | Multi-Agent Orchestration | FormatDisc Enterprise

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors