Presentation & Governance Layer
Multi-Agent Orchestration Kernel with Council Governance
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.
# 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"
}'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]
| Parameter | Value | Description |
|---|---|---|
| Quorum | 3/4 | Minimum agents required |
| Threshold | 66% | Agreement for approval |
| Timeout | 30s | Max decision time |
| Escalation | Auto | Conflicts โ Human review |
{
"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:..."
}
}Mladen Gertner โ FormatDiscโข, Zagreb, Croatia
๐ง mladen@formatdisc.hr | ๐ formatdisc.hr
ยฉ 2026 FormatDiscโข, vl. Mladen Gertner โ All Rights Reserved