Skip to content

Runtime Entry-Point Catalog

Source: configs/runtime_entrypoints.json
Schema version: 1
Declared dynamic/framework entry points: 9

These callbacks are reached by a framework or protocol and therefore may not have a normal Python call site. The wiring marker is executable evidence checked by CI; it is not an end-to-end production claim.

Kind Entry point Declared in Wiring evidence
chromadb_embedding_protocol HttpxOllamaEF.embed_documents memory_retrieval.py memory_retrieval.pyembedding_function=_get_ef()
chromadb_embedding_protocol HttpxOllamaEF.embed_query memory_retrieval.py services/context_index.pyHttpxOllamaEF(model_name=model_name, base_url=base_url)
starlette_middleware_callback CsrfApiMiddleware.dispatch admin_ui/app.py admin_ui/app.pyapp.add_middleware(CsrfApiMiddleware)
starlette_middleware_callback SecurityHeadersMiddleware.dispatch admin_ui/app.py admin_ui/app.pyapp.add_middleware(SecurityHeadersMiddleware)
starlette_middleware_callback BodyCacheMiddleware.dispatch services/middleware.py main.pyapp.add_middleware(_BodyCacheMiddleware)
starlette_middleware_callback BodySizeLimitMiddleware.dispatch services/middleware.py main.pyapp.add_middleware(_BodySizeLimitMiddleware)
starlette_middleware_callback SecurityHeadersMiddleware.dispatch services/middleware.py main.pyapp.add_middleware(_SecurityHeadersMiddleware)
torch_module_callback SovereignRouterClassifier.forward scripts/train_router_onnx.py scripts/train_router_onnx.pymodel = SovereignRouterClassifier().to(device)
transformers_trainer_callback ETACallback.on_step_end scripts/train_planner_sft.py scripts/train_planner_sft.pycallbacks=[ETACallback(total_steps)]

Add or remove entries only through the JSON inventory and accompany the change with the relevant reachability/contract test.