agents
Version:
A home for your AI agents
11 lines (10 loc) • 417 B
JavaScript
import { AsyncLocalStorage } from "node:async_hooks";
//#region src/internal_context.ts
/**
* @internal — This is an internal implementation detail.
* Importing or relying on this symbol **will** break your code in a future release.
*/
const __DO_NOT_USE_WILL_BREAK__agentContext = new AsyncLocalStorage();
//#endregion
export { __DO_NOT_USE_WILL_BREAK__agentContext };
//# sourceMappingURL=internal_context.js.map