Live systems
A space is not only storage: writes can drive callbacks, engines can serve engines, and the event loop can keep running while the engine thinks. These pages cover the surface that keeps a system live.
- Standing queries watches a space and delivers matching writes.
- Reflection and steering reads the surface's own description from the
&mettaspace. - Web routes builds FastAPI's routing semantics as facts and unification.
- Multi-shot solving grounds program parts incrementally and toggles externals between solves.
- Contexts and remotes connects spaces with bridge rules and engines with
metta.remote. - Deployment as knowledge assembles an app from a manifest of
(boot ...)atoms. - The loop stays live moves engine calls onto a worker thread behind an async interface.