Skip to main content
Source: packages/oracle-runtime/src/plugins/index.ts (stub manifest)
calls is a placeholder stub, not a shipped feature. It is created via stub('calls', 'Calls') in plugins/index.ts — version 0.0.0, no tools, no sub-agents, no middleware, no Nest modules. Don’t rely on it.

Status: deferred

calls is exported from the package but is not in BUNDLED_PLUGINS, so nothing loads it. It contributes nothing, so there is nothing to enable either. The legacy apps/app codebase had a @Controller('calls') for LiveKit integration; the getNestModules API hook would technically unblock a real implementation. Deferred for now. See the framework’s follow-ups for the rebuild plan.

Bundled plugins

The full bundled set.

Add HTTP endpoints

The hook a real calls plugin would use.