# botbuilder-dialogs-adaptive-runtime-core

> Bot Framework Adaptive Dialogs runtime core components

Latest version **4.23.3-preview** (published 2025-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install botbuilder-dialogs-adaptive-runtime-core
pnpm add botbuilder-dialogs-adaptive-runtime-core
yarn add botbuilder-dialogs-adaptive-runtime-core
bun add botbuilder-dialogs-adaptive-runtime-core
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 4.23.3-preview |
| Published | 2025-08-27 |
| First published | 2021-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 44.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 724 |
| Author | Microsoft Corp. |
| Maintainers | botframework, sgellock, cwhitten |
| Keywords | botbuilder, botframework, bots, chatbots |

## Links

- npm: https://www.npmjs.com/package/botbuilder-dialogs-adaptive-runtime-core
- Repository: https://github.com/Microsoft/botbuilder-js
- Homepage: https://github.com/Microsoft/botbuilder-js#readme
- Issues: https://github.com/Microsoft/botbuilder-js/issues
- npm.io page: https://npm.io/package/botbuilder-dialogs-adaptive-runtime-core

## Dependencies (1)

- [dependency-graph](https://npm.io/package/dependency-graph.md) ^1.0.0

## Recent versions

- 4.23.3-preview (latest) — 2025-08-27
- 4.23.0-dev.preview.20240405 (next) — 2024-04-05
- 4.23.3-dev.preview — 2025-08-19
- 4.17.0-blobs1.preview — 2025-06-10
- 4.24.0-dev2.preview — 2025-04-09
- 4.24.0-dev1.preview — 2025-04-07
- 4.23.3-dev2.preview — 2025-02-12
- 4.23.3-dev1.preview — 2025-02-11
- 4.23.2-preview — 2025-02-06
- 4.23.2-rc2.preview — 2025-02-03
- 4.23.2-dev1.preview — 2024-12-10
- 4.24.0-rc1.preview — 2024-10-16
- 4.23.1-preview — 2024-09-23
- 4.23.0-preview — 2024-08-28
- 4.23.0-rc1.preview — 2024-08-26
- … 342 more at https://npm.io/package/botbuilder-dialogs-adaptive-runtime-core/versions

## README

# botbuilder-dialogs-adaptive-runtime-core

The runtime core package is an internal only package. The API surface should not be considered public. The package purely serves to provide a small set of shared types and functionality to power the runtime and runtime plugins.

## ServiceCollection

`ServiceCollection` serves as the glue between components that participate in the runtime. Instances or factory functions can be provided. Factory functions can express dependencies on other service instances that are necessary for construction. The dependency graph is then resolved to build instances of every service with a provided instance of factory function.

---
_Source: https://npm.io/package/botbuilder-dialogs-adaptive-runtime-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
