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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors