Framework design upload

This commit is contained in:
deamonkai
2026-02-08 07:53:24 -06:00
commit a59d4b6515
32 changed files with 430 additions and 0 deletions

BIN
runtime/.DS_Store vendored Normal file

Binary file not shown.

10
runtime/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Runtime (userland++)
This directory will contain reference components:
- scheduler/router
- context manager
- tool broker
- memory services
Implementations should remain portable across FreeBSD/Linux.

View File

View File

0
runtime/scheduler/.keep Normal file
View File

View File