@demicodes/core
v0.3.2
Published
Core data types and shared domain primitives for the Demi agent toolkit.
Readme
@demicodes/core
Core data types and shared domain primitives for the Demi agent toolkit — the vocabulary every other package speaks. Zero runtime dependencies.
Exposes the transcript Block types, Model/ModelSelection, TokenUsage
(plus zeroUsage()), ThinkingConfig/ThinkingCapability, UserContentBlock,
SessionPhase, FileExtension, and related types.
import type { Block, ModelSelection, TokenUsage } from '@demicodes/core'
import { zeroUsage } from '@demicodes/core'Part of Demi. Apache-2.0.
