skcoord
Sovereign multi-agent coordination + ITIL service management, extracted from
skcapstone (CR-4.1) as the standalone coordination core. A pure Python
library: one runtime dependency (pydantic), no CLI, no daemon, no network
surface.
Maturity-tier: T0, N/A (no key material, no crypto surface). Docs: SOP.md · SECURITY.md · CONTRIBUTING.md · CHANGELOG.md
What's here
coordination: the conflict-free task board (Board,Task, each agent writes only its own files under~/.skcapstone/coordination/). Task files carry no status field; status is derived.card: the read-only unified kanbanCardprojection over tasks + ITIL, plus the per-writer overlay logcoordination/card_events/<host>.jsonl.card_store: the event-sourced Card store (~/.skcapstone/cards/<id>/core.jsonwritten once, plus append-only per-writer event logs folded on read).SKCOORD_CARD_STOREis its kill switch, not an opt-in: post Phase-4e the store is default-ON and is disabled only by0,off,false, orno(dualmeans write both, read legacy). See SOP.md section 6.lifecycle: a read-only audit and explicit repair for drift between the event-sourced kanban lifecycle and mutable agent claim projections. Repairs refuse active ownership conflicts and append per-writer JSONL receipts.itil: incident / problem / change / CAB / KEDB service management.cmdb: event-sourced configuration items + relationships.cmdb_scheduler: fail-closed scheduled-reconcile configuration, overlap lease, drift escalation, and evidence-retention helpers.agent_card: the shareable sovereign identity vCard for the mesh.atomic_io: atomic file-write helper shared by the above.
Dependency direction
Import-time dependencies flow one way: skcapstone depends on skcoord.
The few reverse edges into skcapstone internals (skjoule, active_agent_name,
gtd_tools, pubsub, activity) are runtime-lazy inside the methods that use
them, so there is no import-time cycle. In skcapstone, skcapstone.coordination
/ .card / .card_store / .itil / .cmdb / .agent_card / .atomic_io remain
as re-export shims, so every existing importer keeps working byte-identically.
That also means every skcapstone process runs skcoord code: the daemon, the per-agent units, the dashboard, and skoperator all reach it through those shims.
Install
~/.skenv/bin/pip install -e .
The version is derived from the git tag by setuptools-scm, so a shallow clone
without tags builds a dev version. Use fetch-depth: 0 and fetch-tags: true.
Test
~/.skenv/bin/python -m pytest tests/ -q
~/.skenv/bin/python -m ruff check src/ tests/
License
GPL-3.0-or-later. See LICENSE.
Release files for skcoord 0.1.73
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| skcoord-0.1.73.tar.gz | 447.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| skcoord-0.1.73-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 682.6 kB
Release files / skcoord-0.1.73.tar.gz
| Download URL | skcoord-0.1.73.tar.gz |
|---|---|
| Size | 447.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eaa31f06e2d7a12714a63ce003c0c4bdfea8303d7c045f1c6265e0c564de456a
|
|
BLAKE2b-256 checksum How to use checksums |
45b0efee1b1f2ef9174cd4fcab3e1d280fc5bc9ca255df17e3773847a0ca1d4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 11, 2026.
Transparency logRelease files / skcoord-0.1.73-py3-none-any.whl
| Download URL | skcoord-0.1.73-py3-none-any.whl |
|---|---|
| Size | 235.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
54c233c6dbaa6c8418baad397a7c4097415a7847641dfa52ef50d8213dc4a78f
|
|
BLAKE2b-256 checksum How to use checksums |
711d7c7e32aa2e5a380f1bceb52834a59817e9a9b0c5e98834843a7963c079ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 11, 2026.
Transparency log