# Runtime

> **Type Alias** in `langchain`

📖 [View in docs](https://reference.langchain.com/javascript/langchain/index/Runtime)

Runtime information available to middleware (readonly).

## Signature

```javascript
Runtime: Partial<Omit<LangGraphRuntime<TContext>, "context" | "configurable">> & WithMaybeContext<TContext> & __type
```

---

[View source on GitHub](https://github.com/langchain-ai/langchainjs/blob/0c9440396c725d43b4758eb1b931c955e64ad8ec/libs/langchain/src/agents/runtime.ts#L63)