2026-05-03 20:43:50 +02:00
|
|
|
# kontextual-engine
|
2026-05-03 16:48:22 +00:00
|
|
|
|
2026-05-05 18:45:09 +02:00
|
|
|
Headless knowledge operations engine for turning heterogeneous information
|
|
|
|
|
assets into persistent, contextual, governed, retrievable, transformable, and
|
|
|
|
|
agent-operable knowledge.
|
2026-05-03 20:43:50 +02:00
|
|
|
|
|
|
|
|
Start here:
|
|
|
|
|
|
|
|
|
|
- `INTENT.md`
|
|
|
|
|
- `wiki/ProductRequirementsDocument.md`
|
|
|
|
|
- `wiki/FunctionalRequirementsSpecification.md`
|
2026-05-05 18:45:09 +02:00
|
|
|
- `wiki/kontextual-engine_scope_research_md_bundle/`
|
2026-05-03 20:43:50 +02:00
|
|
|
- `SCOPE.md`
|
2026-05-05 18:45:09 +02:00
|
|
|
- `docs/knowledge-operations-roadmap.md`
|
2026-05-05 19:19:41 +02:00
|
|
|
- `docs/architecture-blueprint.md`
|
2026-05-05 21:30:39 +02:00
|
|
|
- `docs/architecture-core-implementation.md`
|
2026-05-06 00:35:30 +02:00
|
|
|
- `docs/asset-registry-implementation.md`
|
2026-05-05 00:53:28 +02:00
|
|
|
- `docs/stack-decision.md`
|
2026-05-03 20:43:50 +02:00
|
|
|
- `docs/markitect-main-scope-assessment.md`
|
2026-05-05 01:17:48 +02:00
|
|
|
- `docs/markitect-tool-reuse-boundary.md`
|
2026-05-05 19:41:32 +02:00
|
|
|
- `docs/markitect-tool-integration-usecases.md`
|
2026-05-05 20:26:56 +02:00
|
|
|
- `docs/markitect-tool-capacity-risks.md`
|
|
|
|
|
- `examples/markitect-tool-contract/`
|
2026-05-05 20:58:25 +02:00
|
|
|
- `docs/test-performance-monitoring.md`
|
2026-05-14 03:29:05 +02:00
|
|
|
- `docs/first-release-readiness.md`
|
|
|
|
|
- `docs/release-runbook-0.1.0.md`
|
|
|
|
|
- `docs/release-security-configuration-storage-review.md`
|
|
|
|
|
- `CHANGELOG.md`
|
2026-05-05 10:37:01 +02:00
|
|
|
- `docs/phase-memory-boundary.md`
|
2026-05-05 01:17:48 +02:00
|
|
|
- `docs/system-layer-extraction-inventory.md`
|
|
|
|
|
- `docs/system-layer-migration-backlog.md`
|
2026-05-05 01:47:19 +02:00
|
|
|
- `docs/service-api-boundary.md`
|
2026-05-03 20:43:50 +02:00
|
|
|
- `workplans/`
|
2026-05-05 00:53:28 +02:00
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
|
|
This repo uses Python 3.12+, setuptools, a `src/` package layout, and pytest.
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
python3 -m pytest
|
|
|
|
|
```
|
2026-05-05 01:47:19 +02:00
|
|
|
|
2026-05-05 20:58:25 +02:00
|
|
|
Pytest records a compact rolling performance history under
|
|
|
|
|
`.pytest_cache/kontextual/performance-history.json`; see
|
|
|
|
|
`docs/test-performance-monitoring.md`.
|
|
|
|
|
|
2026-05-05 01:47:19 +02:00
|
|
|
The first runtime slice implements artifacts, collections, relationships,
|
|
|
|
|
in-memory storage, ingestion adapters, query, workflow run manifests, and
|
2026-05-05 18:45:09 +02:00
|
|
|
agent-facing context packages. The current roadmap re-scopes the next work
|
|
|
|
|
around the V0.2 knowledge operations vision: governed asset identity,
|
|
|
|
|
multi-format ingestion, retrieval, traceable transformations, workflows,
|
|
|
|
|
service APIs, agent-safe operation, observability, and export.
|