apparatus-core
Core package for Apparatus — the governed workspace for agentic knowledge work.
This package provides the apparatus command. It starts with doctor, which
reports the local environment and can write System/machine-report.md in a
workspace. Later planned changes add workspace scaffolding, checks, rendering,
Memory and Library operations, and snapshots.
Command packs
Packs add commands through the apparatus.commands Python entry-point group.
An entry point's name is its command verb and its target is a callable with this
signature:
def register(subparsers) -> None:
command = subparsers.add_parser("example")
command.set_defaults(func=run)
def run(args) -> int:
return 0
The core command discovers every entry point in that group, sorted by entry point name and then by target value as a deterministic tie-breaker. The first registration for a verb wins; a later duplicate is skipped with a warning. A pack therefore adds its verb by declaring an entry point in its own package metadata, for example:
[project.entry-points."apparatus.commands"]
example = "apparatus_example.commands:register"
Command handlers return these process codes: 0 for success, 1 for findings
or a degraded result, and 2 for usage errors or unexpected internal failures.
All written command output uses the canonical apparatus name.
Release files for apparatus-core 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apparatus_core-0.0.2.tar.gz | 184.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apparatus_core-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 416.3 kB
Release files / apparatus_core-0.0.2.tar.gz
| Download URL | apparatus_core-0.0.2.tar.gz |
|---|---|
| Size | 184.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5276b33b8a33e74d41a9082f352d4e9cf4b9e0f075ca790b9c736ee7ae9ed7e7
|
|
BLAKE2b-256 checksum How to use checksums |
1ad35a3e9d0ea013aae3cc6573ab3f0817200875b1e1a2a864afcbdc86f2d627
|
| 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 8, 2026.
Transparency logRelease files / apparatus_core-0.0.2-py3-none-any.whl
| Download URL | apparatus_core-0.0.2-py3-none-any.whl |
|---|---|
| Size | 231.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4192852c4ce46e9e2abceef989e0ee9ff708e695a0052d8258355bff35aca517
|
|
BLAKE2b-256 checksum How to use checksums |
0ba407099de9efe68ff4ad3cc557c0eea1da28a983191c5df370c01d6e11258b
|
| 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 8, 2026.
Transparency log