Implement first knowledge engine runtime slice
This commit is contained in:
parent
902ba7352d
commit
cca9ebe172
17 changed files with 1445 additions and 26 deletions
|
|
@ -14,6 +14,7 @@ Start here:
|
|||
- `docs/markitect-tool-reuse-boundary.md`
|
||||
- `docs/system-layer-extraction-inventory.md`
|
||||
- `docs/system-layer-migration-backlog.md`
|
||||
- `docs/service-api-boundary.md`
|
||||
- `workplans/`
|
||||
|
||||
## Development
|
||||
|
|
@ -23,3 +24,7 @@ This repo uses Python 3.12+, setuptools, a `src/` package layout, and pytest.
|
|||
```bash
|
||||
python3 -m pytest
|
||||
```
|
||||
|
||||
The first runtime slice implements artifacts, collections, relationships,
|
||||
in-memory storage, ingestion adapters, query, workflow run manifests, and
|
||||
agent-facing context packages.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue