Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@bitcode/generic-executions

Base Execution helpers. Process-level defaults are a process-root Execution under the process namespace — not a second Context state model.

Hierarchy

@bitcode/execution-generics   Execution primitive
  ↑
@bitcode/generic-executions   process-root + helpers (this package)
  ↑
product pipelines (synthesize-deposits-asset-packs-pipeline / synthesize-reads-asset-packs-pipeline / settle-asset-pack-pipeline)

Prefer

import {
  initializeProcessRoot,
  getProcessRootExecution,
  getProcessRootFields,
  setProcessRootFields,
  endProcessRoot,
  prepareProcessRootForPrompt,
  serializeProcessRootFields,
  type ProcessRootFields,
} from '@bitcode/generic-executions';

Failsafe “prepared context” (key selection over Execution for prompts) lives in @bitcode/generic-generations-failsafes (prepareConciseContext), not here.

There is no @bitcode/context-generics package.