aitable-workflow-core 0.1.22 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +8 -1
- package/dist/index.js +189 -189
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -3805,6 +3805,13 @@ declare function isRecord(value: unknown): value is Record<string, unknown>;
|
|
|
3805
3805
|
declare function stringOrNull(value: unknown): string | null;
|
|
3806
3806
|
declare function shellToken(value: string): string;
|
|
3807
3807
|
|
|
3808
|
+
declare const DWS_HOST_ENV_KEYS: readonly ["DWS_CHANNEL", "DWS_SESSION_ID", "DWS_AGENT_HOST", "DWS_AGENT_PRODUCT", "DWS_AGENT_VER", "DINGTALK_DWS_AGENTCODE"];
|
|
3809
|
+
declare function resolveDwsCommandBin(bin: string, runner?: CommandRunner): string;
|
|
3810
|
+
declare function dwsCommandOptions(options?: CommandRunOptions): CommandRunOptions;
|
|
3811
|
+
declare function runDwsCommand(bin: string, args: string[], options?: CommandRunOptions & {
|
|
3812
|
+
runner?: CommandRunner;
|
|
3813
|
+
}): Promise<CommandResult>;
|
|
3814
|
+
|
|
3808
3815
|
type DingTalkContactCandidate = {
|
|
3809
3816
|
userId?: string | null;
|
|
3810
3817
|
openDingTalkId?: string | null;
|
|
@@ -9419,4 +9426,4 @@ declare function buildCandidateId(input: CandidateIdentityInput): string;
|
|
|
9419
9426
|
declare function buildCandidateRevision(input: CandidateRevisionInput): string;
|
|
9420
9427
|
declare function buildReviewKey(candidateId: string, revision: string): string;
|
|
9421
9428
|
|
|
9422
|
-
export { AGENT_TO_ENGINE, type AIToolkit, type AgentAdapter, type AgentConfig, type AgentEngine, type AgentExecutor, type AgentExecutorKind, type AgentFailure, type AgentFailureKind, type AgentLifecycleEvent, type AgentLifecyclePhase, type AgentMemoryToolkit, type AgentOptions, type AgentSession, type AitableAgentConfigMeta, type AnyToolkitDescriptor, type App, type ApprovalCandidate, type ApprovalCreateParams, type ApprovalStatus, type ApprovalToolkit, type ArtifactLintIssue, type ArtifactLintReport, type AtOptions, type AttachmentDetail, type AutomationResult, BASE_AGENT_DEFS, type BaseAgentOptions, type BaseIdMigrationResult, type BaseTablesCache, type BotApprovalSnapshot, BotProvisionError, BotProvisioner, CANDIDATE_IDENTITY_CONTRACT_VERSION, CANDIDATE_REVISION_CONTRACT_VERSION, type CIRunStatus, type CIToolkit, type CandidateIdentityInput, type CandidateRevisionInput, type CardAction, type CardPayload, type CheckApprovalResponse, type CheckItem, type CheckOptions, type CheckStatus, type ClarifyRoundOptions, type ClarifyRoundResult, type ClaudeCodeConfig, type ClaudeCodeOptions, type CleanupOrphansOptions, type CleanupOrphansResult, type CliEnvironment, type CliIdentity, type CodeReviewToolkit, type CodexConfig, type CodexOptions, type CodingAgentDetection, type CodingAgentInfo, type CodingAgentRunner, type CodingAgentSelection, type CodingAgentsConfig, type CodingRunOptions, type CodingRunResult, type CodingToolkit, type CollectContextOptions, CommandAbortedError, type CommandProbeResult, type CommandResult, type CommandRunOptions, type CommandRunner, CommandTimeoutError, type CompactOptions, type CompactResult, type Config, type ConfigAccess, type ConfigCheckResult, type ConfigDefaultStrategy, type ConfigFileMergeSummary, type ConfigFileRef, type ConfigHint, type ConfigHintEntry, type ConfigHintType, type ConfigOwnership, type ConfigSaveBody, ConfigSaveError, type ConfigSetupPolicy, type ConfigSurfaceItem, type ConfigSurfaceOwner, type ConfigSurfaceSource, type ConfigSurfaceValueType, type ConfigValueType, type ContactIdentity, type ContentIndex, type ContentIndexArticle, type ContentIndexEntry, type ContractKeys, type CreateAppOptions, type CredentialEntry, type CredentialsStore, type CronSchedulerConfig, CronSchedulerSource, DEFAULT_TAXONOMY, DEFAULT_VISION_BASE_MS, DEFAULT_VISION_PER_PAGE_MS, DISTILL_PRESETS, type DefinitionLoadFailure, type DefinitionLoadResult, type DesignContext, type DesignOptions, type DesignResult, type DesignValidationContext, type DesignWorkflowTarget, type DetectedAgentInfo, type DetectedCodingAgent, type DetectedCodingEngine, type DetectionResult, type DevAppEntry, type DingTalkActionCard$1 as DingTalkActionCard, type DingTalkActionCardButton$1 as DingTalkActionCardButton, type DingTalkActionCardButtons$1 as DingTalkActionCardButtons, type DingTalkActionCardResult$1 as DingTalkActionCardResult, type DingTalkAtUserIdResolver, type DingTalkAtUserIdResolverOptions, type DingTalkContactCandidate, type DingTalkContactSearch, type DingTalkGroupMessageResult$1 as DingTalkGroupMessageResult, DingTalkRobotClient, type DingTalkRobotClientConfig, type DingTalkRobotSendOptions, type DingTalkRobotUserSendOptions, type DingTalkStreamMessageEventContext, type DingTalkWebhookActionCard, type DingTalkWebhookMentionEventContext, type DiscoverLocalSourcesOptions, type DiscoveredLocalSource, type DistillPreset, type DistillPresetSpec, type DwsChatListAllResponse, type DwsChatListMineResponse, DwsClient, type DwsClientOptions, type DwsConversationSummary, DwsDevRunner, type DwsDevRunnerOptions, DwsError, type DwsMaintenanceOptions, type DwsMaintenanceResult, type DwsRunner$1 as DwsRunner, ENGINE_TO_AGENT, type EdgeDefinition, type EnsureBaseOptions, type EnsureTableOptions, type EnterpriseRobotEntry, type EnvJsonMapSpec, type EventBinding, type EventCallback, type EventContext, type EventHandlerDefinition, type EventHandlerMeta, type EventHandlerRecipeDefinition, type EventSource, type EventSourceConfig, type EventSourceDefinition, type ExternalEvent, type FieldDefinition, type FieldDefinitionConfig, type FieldInfo, type FieldPlan, type FieldType$1 as FieldType, type FieldTypeEnum, type FieldsConfig, type FileRefHint, type FileToolkit, type FingerprintWindow, type FingerprintWindowOptions, type FirstResponseInfo, type GateEmptySnapshotResult, type GateId, type GateIssue, type GateIssueLocation, type GateIssueSeverity, type GateReport, type GateResult, type GateRunOptions, type GenericAgentConfig, type GitToolkit, type GlobalDwsActivationOptions, type GlobalDwsActivationResult, type GlobalVarAccessor, type GlobalVarStore, type HandlerInitContext, type HandlerInstance, InMemoryGlobalVarStore, InMemoryObjectStore, type InferredContract, IngestError, type IngestOptions, type IngestReport, type IngestResult, type IngestSourceType, type InitAnswers, type InitOptions, type Invocation, KNOWN_AGENT_IDS, type KbCleanupCommandOptions, type KbCommandOptions, type KbContext, type KbIngestCommandOptions, type KbProgressInfo, type KbRunSummary, type KbState, type KbStatus, type KbWiki, type LLMCallOptions, type LLMCallTrace, type ListDwsConversationsOptions, type ListDwsConversationsResult, type ListDwsConversationsRole, type LoadSettingsOptions, type LoadWorkflowOptions, LocalSpawnExecutor, type LogContext, type LogLevel, type LogSink, type ManagedProcess, type ManagedProcessExit, type ManagedProcessSpec, type ManagedProcessSyncSpec, type MemoryEntry, type MemoryQuery, type MemoryScope, type MemoryScopeInput, type MemoryToolkitConfig, type MessageEmotionContext, type MessageTarget, type MessagingToolkit, type MigrateOptions, type MigrateResult, type MigrationPlan, type ModelSwitchable, type ModuleResult, type ModuleUrlOptions, type MrComment, type MrCreateParams, type MultiWorkflowConfig, type NeedsHuman, type NormalizedMessage, type NotificationConfig, type ObjectStore, type ObjectStoreConfig, type OutboundChannel, PROVISION_PHASES, PathBoundaryError, type PathBoundaryReason, type PathFlavor, type PdfDensityAssessment, type PdfDensityOptions, type PdfDensityTier, type PendingAction, type PendingDigestItem, type PortableIdOptions, type PreflightIssue, type PreflightLevel, type PreflightModule, type PreflightOutcome, type PresignedUpload, type PrintfLogger, type ProfileConfig, type ProgressReporter, type ProjectShape, type ProvisionErrorKind, type ProvisionEvent, type ProvisionGroupOutcome, type ProvisionOptions, type ProvisionPhase, type ProvisionResult, type ProvisionState, type ProvisionedGroupEntry, type ProvisionerDeps, QUESTION_FORM_TAG, type QoderConfig, type QoderOptions, type RecipeCheckIssue, type RecipeCheckLevel, type RecipeCheckResult, type RecipeConfig, type RecipeContext, type RecipeDefinition, type RecipeInspectRow, type RecipeMeta, type RecipeResult, type RecipeResultStatus, type RecoverResult, type RecoverStats, type RecoverThreadStoreOptions, type ReferencedFields, type RefreshOptions, type RefreshResult, type RelayAgent, RelayAgentSession, type RelayAgentSessionConfig, RelayExecutor, type RelayExecutorConfig, type RelayTransport, type ReplyResult, type ReplyToConversationOptions, type ResolveContactsByUserIdsOptions, type ResolveContactsByUserIdsResult, type ResolveInsideRootOptions, type ResolvedDingTalkStreamMessageEventContext, type ResolvedDingTalkWebhookMentionEventContext, type ReviewStateResolution, type RobotCredentialEntry, type RobotLifecycle, type RobotResultResponse, type RobotSubmitResponse, type RolesConfig, type RunCodingAgentOptions, type RunDesignOptions, type RunEventSink, type RunRecordSnapshot, type RunResult, SCAFFOLD_FIELD_NAMES, type SafeFilenameOptions, type ScaffoldOptions, type SearchDwsChatGroupsOptions, type SearchDwsChatGroupsResult, type SessionReplyEntry, type SessionReplyOptions, type Settings, type SetupAutomationsOptions, type SetupOptions, type SetupSchemaField, type SharedKnowledgeEntry, type SharedKnowledgeMapping, ShellNotAllowedError, type ShellRunOptions, type ShellRunResult, type ShellToolkit, type SingleWorkflowConfig, type SkippedWorkflow, type SlsReportDeps, type SourceDiscoveryResult, type SourceDiscoverySkipReason, type StatesConfig, type StepDefinition, type StepSLA, type StepTrace, type SyncOptions, type SyncResult, TAGS_INDEX_DIR, THREAD_CLOSE_REASONS, THREAD_CONFIDENCES, THREAD_CONTRACT_VERSION, THREAD_ROLES, type TableRef, type TableToolkit, type TaxonomyCategory, TaxonomyError, type TemplateScaffoldResult, type TerminateProcessOptions, type ThreadAssignment, type ThreadAssignmentReason, type ThreadAssignmentTrace, type ThreadAssignmentWarning, type ThreadCloseReason, type ThreadConfidence, type ThreadEdge, ThreadLog, type ThreadLogEvent, type ThreadLogOptions, type ThreadParticipant, type ThreadReviewSummary, type ThreadRole, type ThreadRoleRoster, type ThreadSnapshot, ThreadStore, type ThreadStoreOptions, type TodoCreateParams, type TodoToolkit, type Toolkit, type ToolkitContext, type ToolkitDescriptor, ToolkitError, type ToolkitMethodMeta, type ToolkitPermission, Tracer, type TrackerConfig, type TriggerOnceRequest, type TriggerOnceResult, VISION_META_NAME, VISION_NORMALIZED_NAME, type ValidationResult, type VersionCreateResponse, type VersionListItem, type VersionStatusResponse, type ViewDef, type ViewFilterCondition, type ViewType, type ViewsConfig, type VisionMeta, type VisionNormalizePromptInput, WORKSPACE_BUNDLE_FORMAT, type WebhookSendOptions, type WikiTaxonomy, type WizardOptions, type WizardResult, type WorkflowCheckResult, type WorkflowCodingEngine, type WorkflowDTO, type WorkflowEntry, type WorkflowGateResult, type WorkflowInstance, type WorkflowMeta, type WorkflowProfileConfig, type WorkflowResponseDTO, type WorkflowStepDTO, type WorkflowTemplate, type WorkspaceBundleFile, type WorkspaceBundlePayload, type WorktreeResult, type WriteProfileRolesResult, type WriteRolesResult, type WriteTarget, _resetDigestQueues, _resetThreadStoreRegistry, activateGlobalDwsOnPath, agentEngineSchema, agentToEngine, applyConfigSave, applyProvisionEvent, approvalCandidateSchema, assertDownloadMatchesExtension, assertPortableId, assertTableBelongsToBase, assessPdfDensity, assignThreadRoles, buildAgentChoices, buildArtifactKey, buildBotApprovalReportLines, buildCandidateId, buildCandidateRevision, buildClarifyReply, buildEnvSource, buildEnvSourceSync, buildFixPrompt, buildMetaPrompt, buildReviewKey, canOfferDefaultFor, canonicalJson, checkApprovalSchema, checkEnv, checkMigrateHint, checkRecipeSyntax, checkRecipeTypes, checkWorkflowRecipes, checkWorkflows, chooseDetectedEngine, classifyProvisionError, cleanupOrphanArticles, codingAgentsConfigSchema, coerceJsonValue, coerceYamlValue, collectAllItems, collectBaseIdCandidateFiles, collectConfigHints, collectDesignContext, collectEnvRefDetails, collectEnvRefs, collectionDir, commandsInFlight, composeToolkitRegistry, computeFirstResponse, computeParticipants, computeWorkspaceRevision, configSchema, contentIndexKey, createApp, createDingTalkAtUserIdResolver, createExecShellToolkit, createFingerprintWindow, createInitialProvisionState, createLocalSpawnExecutor, createPerWorkflowSettings, createPrintfLogger, createRelayExecutor, createStandaloneExecShellToolkit, createWorkflowTable, credentialsFilePath, decodeWorkspaceBundle, defaultCommandRunner, defaultProvisionStatePath, defaultToolkitRegistry, degradeConfidence, deriveEnvJsonMapSpec, describeConfigPath, detectAgentFailure, detectAgents, detectCodingEngines, detectInstalledAgents, detectInstalledCodingAgents, detectScope, detectSourceType, devAppEntrySchema, discoverLocalSources, distillPresetSpec, drainCommands, dwsErrorEnvelopeSchema, dwsPayload, emptyContentIndex, emptyStore, emptyStreakKey, encodeWorkspaceBundle, engineToAgent, enqueueForDigest, enrichLogContext, ensureBaseExists, ensureLatestDws, ensureTableExists, ensureTsxRegistered, evaluateStrictGate, extractAddBotRobotName, extractAttachmentDetails, extractErrorInfo, extractPdfPageCount, extractStructuredJson, fetchFields, fieldDefinitionSchema, fieldTypeSchema, fileRefConfigSchema, findArrayPayload, findConflictingCredential, findCursor, formatArtifactLint, formatCommandError, formatZonedDateTime, formatZonedHm, gateEmptySnapshot, generateCodingAgentsConfig, generateMainConfig, getActiveCredential, getAgentConfig, getAgentDef, getAitableAgentConfigMeta, getConfigHint, getConfigValueAtPath, getCurrentDwsRunner, getCurrentExecutor, getDefaultAgentEntry, getFileRefHint, getGlobalDwsBinPath, getLogContext, getPendingItems, getSemanticKey, getThreadStore, getTracer, getZodObjectShape, globalVarRefPath, groupEntriesOf, hasArtifactError, hasHumanStep, hasOssCredentials, hashNormalizedContent, incrementDigestAttempts, indexPath, inferRecipeContractFromSource, ingest, initSlsReport, initTable, initTracer, initialTableFields, injectProfileConfig, interpolateEnv, isAllowedArtifactPath, isDigestQueueEmpty, isDistillPreset, isEngineDetected, isGlobalVarRef, isOwnedAutoCreateHint, isPublishedStatus, isRecord, isSafeRelativePath, isSlsReportDisabled, lintArtifacts, listCodingAgents, listCredentials, listDwsConversations, listProfiles, listTemplates, loadAgentConfig, loadEventHandlerDefinition, loadEventHandlerDefinitionResult, loadProfileConfig, loadProvisionState, loadRecipeDefinition, loadRecipeDefinitionResult, loadSettings, loadTaxonomy, loadWorkflowTemplate, logDateDir, logPreflightSummary, logger, lowerConfidence, mapWithConcurrency, markDigestFailure, maskSecret, materializeSharedKnowledge, materializeWithMapping, mergeCommandEnv, mergeEnterpriseRobotCredentials, migrateBaseIdInFiles, moduleDir, nextStepForPhase, normalizeArtifactRelPath, normalizeByType, normalizeCategory, normalizeEol, normalizeTimezone, padStaffId, parseDwsAuthIdentity, parseDwsVersionOutput, parseEnterpriseRobots, parseEnvExampleValues, parseEnvValue, parseFrontmatter, parseGroupTargets, parseProvisionState, parseQuestionForm, parseVisionMeta, preflightModuleResult, prependGlobalDwsToPath, printFieldPlan, printKbProgress, printKbSummary, probeCommand, probeProjectShape, provisionGuidance, provisionStateFileSchema, provisionedGroupEntrySchema, readContentIndex, readCredentials, readSection, readState, readTitle, readYamlValueAt, recoverThreadStoreOnce, redactPayloadForLog, refreshKnowledgeBases, remainingDesignTimeoutMs, removeFromDigestQueue, renderDistillPrompt, renderForm, renderForms, renderKbPromptBlock, renderSimpleDistillPrompt, renderThread, renderVisionNormalizePrompt, repairJsonStringValues, reportCliEvent, reportPath, requireAgentDef, resetProfileCache, resolveAllCollections, resolveCodingAgentSelection, resolveCompileAgent, resolveConfigPath, resolveContactsByUserIds, resolveDingTalkAtUserId, resolveDingTalkStreamMessageEventContext, resolveDingTalkWebhookMentionEventContext, resolveGlobalVarRef, resolveInsideRoot, resolveKbContext, resolveRecipePath, resolveReportProject, resolveReviewState, resolveReviewStateDetailed, resolveTriggerTarget, resolveWorkflowTracker, robotLifecycleSchema, robotResultSchema, robotSubmitSchema, runCheck, runClarifyRound, runCodingAgent, runCodingAgentViaSpawn, runCommand, runDesign, runDesignCommand, runInit, runInstancePreflight, runKbCleanupCommand, runKbCompileCommand, runKbIngestCommand, runKbStatusCommand, runKbUpdateCommand, runMigrate, runSetupCommand, runSync, runWithDwsRunner, runWithExecutor, runWithLogContext, runWorkflowGate, runWorkflowGates, safeFilename, safeParseJson, sanitizeProvisionText, saveCredential, saveProvisionState, scaffold, scaffoldFromTemplate, scanWorkflowDirs, searchDwsChatGroups, sessionWebhookRegistry, setActiveAgent, setGlobalDwsRunner, setInJson, setReportProject, setupAutomations, setupKnowledgeBases, setupSurfaceTables, shellToken, shouldDetachCommand, shouldRunVisionRound, snapshotRunRecord, spawnManagedProcess, spawnManagedProcessSync, splitFrontmatter, stringOrNull, stripPdfSeparators, syncFieldsFromWorkflow, tableRefConfigSchema, index as tableSource, taxonomyCategoryIds, taxonomyFingerprint, threadLogFileName, threadNeedsReview, tidySection, toModuleUrl, toPortableRelPath, toStringList, trackerSchema, tryReuseStagingArticles, tzOffsetMs, upsertContentIndexEntry, validateDesignArtifacts, validateDesignOutput, validateProvisionName, validateStateConsistency, versionCreateSchema, versionListItemSchema, versionStatusSchema, viewDefSchema, viewFilterConditionSchema, viewTypeSchema, visionTimeoutMs, wikiDir, workspaceAgentConfigPath, writeBack, writeContentIndex, writeCredentials, writeEnvFile, writeJsonFile, writeProfileRoles, writeRoleDefinitions, writeTableIdToConfig, writeYaml, yamlFlowList, yamlScalar, yesterdayRange, zodToFormatExample, zonedDateParts, zonedWallClockToUtc };
|
|
9429
|
+
export { AGENT_TO_ENGINE, type AIToolkit, type AgentAdapter, type AgentConfig, type AgentEngine, type AgentExecutor, type AgentExecutorKind, type AgentFailure, type AgentFailureKind, type AgentLifecycleEvent, type AgentLifecyclePhase, type AgentMemoryToolkit, type AgentOptions, type AgentSession, type AitableAgentConfigMeta, type AnyToolkitDescriptor, type App, type ApprovalCandidate, type ApprovalCreateParams, type ApprovalStatus, type ApprovalToolkit, type ArtifactLintIssue, type ArtifactLintReport, type AtOptions, type AttachmentDetail, type AutomationResult, BASE_AGENT_DEFS, type BaseAgentOptions, type BaseIdMigrationResult, type BaseTablesCache, type BotApprovalSnapshot, BotProvisionError, BotProvisioner, CANDIDATE_IDENTITY_CONTRACT_VERSION, CANDIDATE_REVISION_CONTRACT_VERSION, type CIRunStatus, type CIToolkit, type CandidateIdentityInput, type CandidateRevisionInput, type CardAction, type CardPayload, type CheckApprovalResponse, type CheckItem, type CheckOptions, type CheckStatus, type ClarifyRoundOptions, type ClarifyRoundResult, type ClaudeCodeConfig, type ClaudeCodeOptions, type CleanupOrphansOptions, type CleanupOrphansResult, type CliEnvironment, type CliIdentity, type CodeReviewToolkit, type CodexConfig, type CodexOptions, type CodingAgentDetection, type CodingAgentInfo, type CodingAgentRunner, type CodingAgentSelection, type CodingAgentsConfig, type CodingRunOptions, type CodingRunResult, type CodingToolkit, type CollectContextOptions, CommandAbortedError, type CommandProbeResult, type CommandResult, type CommandRunOptions, type CommandRunner, CommandTimeoutError, type CompactOptions, type CompactResult, type Config, type ConfigAccess, type ConfigCheckResult, type ConfigDefaultStrategy, type ConfigFileMergeSummary, type ConfigFileRef, type ConfigHint, type ConfigHintEntry, type ConfigHintType, type ConfigOwnership, type ConfigSaveBody, ConfigSaveError, type ConfigSetupPolicy, type ConfigSurfaceItem, type ConfigSurfaceOwner, type ConfigSurfaceSource, type ConfigSurfaceValueType, type ConfigValueType, type ContactIdentity, type ContentIndex, type ContentIndexArticle, type ContentIndexEntry, type ContractKeys, type CreateAppOptions, type CredentialEntry, type CredentialsStore, type CronSchedulerConfig, CronSchedulerSource, DEFAULT_TAXONOMY, DEFAULT_VISION_BASE_MS, DEFAULT_VISION_PER_PAGE_MS, DISTILL_PRESETS, DWS_HOST_ENV_KEYS, type DefinitionLoadFailure, type DefinitionLoadResult, type DesignContext, type DesignOptions, type DesignResult, type DesignValidationContext, type DesignWorkflowTarget, type DetectedAgentInfo, type DetectedCodingAgent, type DetectedCodingEngine, type DetectionResult, type DevAppEntry, type DingTalkActionCard$1 as DingTalkActionCard, type DingTalkActionCardButton$1 as DingTalkActionCardButton, type DingTalkActionCardButtons$1 as DingTalkActionCardButtons, type DingTalkActionCardResult$1 as DingTalkActionCardResult, type DingTalkAtUserIdResolver, type DingTalkAtUserIdResolverOptions, type DingTalkContactCandidate, type DingTalkContactSearch, type DingTalkGroupMessageResult$1 as DingTalkGroupMessageResult, DingTalkRobotClient, type DingTalkRobotClientConfig, type DingTalkRobotSendOptions, type DingTalkRobotUserSendOptions, type DingTalkStreamMessageEventContext, type DingTalkWebhookActionCard, type DingTalkWebhookMentionEventContext, type DiscoverLocalSourcesOptions, type DiscoveredLocalSource, type DistillPreset, type DistillPresetSpec, type DwsChatListAllResponse, type DwsChatListMineResponse, DwsClient, type DwsClientOptions, type DwsConversationSummary, DwsDevRunner, type DwsDevRunnerOptions, DwsError, type DwsMaintenanceOptions, type DwsMaintenanceResult, type DwsRunner$1 as DwsRunner, ENGINE_TO_AGENT, type EdgeDefinition, type EnsureBaseOptions, type EnsureTableOptions, type EnterpriseRobotEntry, type EnvJsonMapSpec, type EventBinding, type EventCallback, type EventContext, type EventHandlerDefinition, type EventHandlerMeta, type EventHandlerRecipeDefinition, type EventSource, type EventSourceConfig, type EventSourceDefinition, type ExternalEvent, type FieldDefinition, type FieldDefinitionConfig, type FieldInfo, type FieldPlan, type FieldType$1 as FieldType, type FieldTypeEnum, type FieldsConfig, type FileRefHint, type FileToolkit, type FingerprintWindow, type FingerprintWindowOptions, type FirstResponseInfo, type GateEmptySnapshotResult, type GateId, type GateIssue, type GateIssueLocation, type GateIssueSeverity, type GateReport, type GateResult, type GateRunOptions, type GenericAgentConfig, type GitToolkit, type GlobalDwsActivationOptions, type GlobalDwsActivationResult, type GlobalVarAccessor, type GlobalVarStore, type HandlerInitContext, type HandlerInstance, InMemoryGlobalVarStore, InMemoryObjectStore, type InferredContract, IngestError, type IngestOptions, type IngestReport, type IngestResult, type IngestSourceType, type InitAnswers, type InitOptions, type Invocation, KNOWN_AGENT_IDS, type KbCleanupCommandOptions, type KbCommandOptions, type KbContext, type KbIngestCommandOptions, type KbProgressInfo, type KbRunSummary, type KbState, type KbStatus, type KbWiki, type LLMCallOptions, type LLMCallTrace, type ListDwsConversationsOptions, type ListDwsConversationsResult, type ListDwsConversationsRole, type LoadSettingsOptions, type LoadWorkflowOptions, LocalSpawnExecutor, type LogContext, type LogLevel, type LogSink, type ManagedProcess, type ManagedProcessExit, type ManagedProcessSpec, type ManagedProcessSyncSpec, type MemoryEntry, type MemoryQuery, type MemoryScope, type MemoryScopeInput, type MemoryToolkitConfig, type MessageEmotionContext, type MessageTarget, type MessagingToolkit, type MigrateOptions, type MigrateResult, type MigrationPlan, type ModelSwitchable, type ModuleResult, type ModuleUrlOptions, type MrComment, type MrCreateParams, type MultiWorkflowConfig, type NeedsHuman, type NormalizedMessage, type NotificationConfig, type ObjectStore, type ObjectStoreConfig, type OutboundChannel, PROVISION_PHASES, PathBoundaryError, type PathBoundaryReason, type PathFlavor, type PdfDensityAssessment, type PdfDensityOptions, type PdfDensityTier, type PendingAction, type PendingDigestItem, type PortableIdOptions, type PreflightIssue, type PreflightLevel, type PreflightModule, type PreflightOutcome, type PresignedUpload, type PrintfLogger, type ProfileConfig, type ProgressReporter, type ProjectShape, type ProvisionErrorKind, type ProvisionEvent, type ProvisionGroupOutcome, type ProvisionOptions, type ProvisionPhase, type ProvisionResult, type ProvisionState, type ProvisionedGroupEntry, type ProvisionerDeps, QUESTION_FORM_TAG, type QoderConfig, type QoderOptions, type RecipeCheckIssue, type RecipeCheckLevel, type RecipeCheckResult, type RecipeConfig, type RecipeContext, type RecipeDefinition, type RecipeInspectRow, type RecipeMeta, type RecipeResult, type RecipeResultStatus, type RecoverResult, type RecoverStats, type RecoverThreadStoreOptions, type ReferencedFields, type RefreshOptions, type RefreshResult, type RelayAgent, RelayAgentSession, type RelayAgentSessionConfig, RelayExecutor, type RelayExecutorConfig, type RelayTransport, type ReplyResult, type ReplyToConversationOptions, type ResolveContactsByUserIdsOptions, type ResolveContactsByUserIdsResult, type ResolveInsideRootOptions, type ResolvedDingTalkStreamMessageEventContext, type ResolvedDingTalkWebhookMentionEventContext, type ReviewStateResolution, type RobotCredentialEntry, type RobotLifecycle, type RobotResultResponse, type RobotSubmitResponse, type RolesConfig, type RunCodingAgentOptions, type RunDesignOptions, type RunEventSink, type RunRecordSnapshot, type RunResult, SCAFFOLD_FIELD_NAMES, type SafeFilenameOptions, type ScaffoldOptions, type SearchDwsChatGroupsOptions, type SearchDwsChatGroupsResult, type SessionReplyEntry, type SessionReplyOptions, type Settings, type SetupAutomationsOptions, type SetupOptions, type SetupSchemaField, type SharedKnowledgeEntry, type SharedKnowledgeMapping, ShellNotAllowedError, type ShellRunOptions, type ShellRunResult, type ShellToolkit, type SingleWorkflowConfig, type SkippedWorkflow, type SlsReportDeps, type SourceDiscoveryResult, type SourceDiscoverySkipReason, type StatesConfig, type StepDefinition, type StepSLA, type StepTrace, type SyncOptions, type SyncResult, TAGS_INDEX_DIR, THREAD_CLOSE_REASONS, THREAD_CONFIDENCES, THREAD_CONTRACT_VERSION, THREAD_ROLES, type TableRef, type TableToolkit, type TaxonomyCategory, TaxonomyError, type TemplateScaffoldResult, type TerminateProcessOptions, type ThreadAssignment, type ThreadAssignmentReason, type ThreadAssignmentTrace, type ThreadAssignmentWarning, type ThreadCloseReason, type ThreadConfidence, type ThreadEdge, ThreadLog, type ThreadLogEvent, type ThreadLogOptions, type ThreadParticipant, type ThreadReviewSummary, type ThreadRole, type ThreadRoleRoster, type ThreadSnapshot, ThreadStore, type ThreadStoreOptions, type TodoCreateParams, type TodoToolkit, type Toolkit, type ToolkitContext, type ToolkitDescriptor, ToolkitError, type ToolkitMethodMeta, type ToolkitPermission, Tracer, type TrackerConfig, type TriggerOnceRequest, type TriggerOnceResult, VISION_META_NAME, VISION_NORMALIZED_NAME, type ValidationResult, type VersionCreateResponse, type VersionListItem, type VersionStatusResponse, type ViewDef, type ViewFilterCondition, type ViewType, type ViewsConfig, type VisionMeta, type VisionNormalizePromptInput, WORKSPACE_BUNDLE_FORMAT, type WebhookSendOptions, type WikiTaxonomy, type WizardOptions, type WizardResult, type WorkflowCheckResult, type WorkflowCodingEngine, type WorkflowDTO, type WorkflowEntry, type WorkflowGateResult, type WorkflowInstance, type WorkflowMeta, type WorkflowProfileConfig, type WorkflowResponseDTO, type WorkflowStepDTO, type WorkflowTemplate, type WorkspaceBundleFile, type WorkspaceBundlePayload, type WorktreeResult, type WriteProfileRolesResult, type WriteRolesResult, type WriteTarget, _resetDigestQueues, _resetThreadStoreRegistry, activateGlobalDwsOnPath, agentEngineSchema, agentToEngine, applyConfigSave, applyProvisionEvent, approvalCandidateSchema, assertDownloadMatchesExtension, assertPortableId, assertTableBelongsToBase, assessPdfDensity, assignThreadRoles, buildAgentChoices, buildArtifactKey, buildBotApprovalReportLines, buildCandidateId, buildCandidateRevision, buildClarifyReply, buildEnvSource, buildEnvSourceSync, buildFixPrompt, buildMetaPrompt, buildReviewKey, canOfferDefaultFor, canonicalJson, checkApprovalSchema, checkEnv, checkMigrateHint, checkRecipeSyntax, checkRecipeTypes, checkWorkflowRecipes, checkWorkflows, chooseDetectedEngine, classifyProvisionError, cleanupOrphanArticles, codingAgentsConfigSchema, coerceJsonValue, coerceYamlValue, collectAllItems, collectBaseIdCandidateFiles, collectConfigHints, collectDesignContext, collectEnvRefDetails, collectEnvRefs, collectionDir, commandsInFlight, composeToolkitRegistry, computeFirstResponse, computeParticipants, computeWorkspaceRevision, configSchema, contentIndexKey, createApp, createDingTalkAtUserIdResolver, createExecShellToolkit, createFingerprintWindow, createInitialProvisionState, createLocalSpawnExecutor, createPerWorkflowSettings, createPrintfLogger, createRelayExecutor, createStandaloneExecShellToolkit, createWorkflowTable, credentialsFilePath, decodeWorkspaceBundle, defaultCommandRunner, defaultProvisionStatePath, defaultToolkitRegistry, degradeConfidence, deriveEnvJsonMapSpec, describeConfigPath, detectAgentFailure, detectAgents, detectCodingEngines, detectInstalledAgents, detectInstalledCodingAgents, detectScope, detectSourceType, devAppEntrySchema, discoverLocalSources, distillPresetSpec, drainCommands, dwsCommandOptions, dwsErrorEnvelopeSchema, dwsPayload, emptyContentIndex, emptyStore, emptyStreakKey, encodeWorkspaceBundle, engineToAgent, enqueueForDigest, enrichLogContext, ensureBaseExists, ensureLatestDws, ensureTableExists, ensureTsxRegistered, evaluateStrictGate, extractAddBotRobotName, extractAttachmentDetails, extractErrorInfo, extractPdfPageCount, extractStructuredJson, fetchFields, fieldDefinitionSchema, fieldTypeSchema, fileRefConfigSchema, findArrayPayload, findConflictingCredential, findCursor, formatArtifactLint, formatCommandError, formatZonedDateTime, formatZonedHm, gateEmptySnapshot, generateCodingAgentsConfig, generateMainConfig, getActiveCredential, getAgentConfig, getAgentDef, getAitableAgentConfigMeta, getConfigHint, getConfigValueAtPath, getCurrentDwsRunner, getCurrentExecutor, getDefaultAgentEntry, getFileRefHint, getGlobalDwsBinPath, getLogContext, getPendingItems, getSemanticKey, getThreadStore, getTracer, getZodObjectShape, globalVarRefPath, groupEntriesOf, hasArtifactError, hasHumanStep, hasOssCredentials, hashNormalizedContent, incrementDigestAttempts, indexPath, inferRecipeContractFromSource, ingest, initSlsReport, initTable, initTracer, initialTableFields, injectProfileConfig, interpolateEnv, isAllowedArtifactPath, isDigestQueueEmpty, isDistillPreset, isEngineDetected, isGlobalVarRef, isOwnedAutoCreateHint, isPublishedStatus, isRecord, isSafeRelativePath, isSlsReportDisabled, lintArtifacts, listCodingAgents, listCredentials, listDwsConversations, listProfiles, listTemplates, loadAgentConfig, loadEventHandlerDefinition, loadEventHandlerDefinitionResult, loadProfileConfig, loadProvisionState, loadRecipeDefinition, loadRecipeDefinitionResult, loadSettings, loadTaxonomy, loadWorkflowTemplate, logDateDir, logPreflightSummary, logger, lowerConfidence, mapWithConcurrency, markDigestFailure, maskSecret, materializeSharedKnowledge, materializeWithMapping, mergeCommandEnv, mergeEnterpriseRobotCredentials, migrateBaseIdInFiles, moduleDir, nextStepForPhase, normalizeArtifactRelPath, normalizeByType, normalizeCategory, normalizeEol, normalizeTimezone, padStaffId, parseDwsAuthIdentity, parseDwsVersionOutput, parseEnterpriseRobots, parseEnvExampleValues, parseEnvValue, parseFrontmatter, parseGroupTargets, parseProvisionState, parseQuestionForm, parseVisionMeta, preflightModuleResult, prependGlobalDwsToPath, printFieldPlan, printKbProgress, printKbSummary, probeCommand, probeProjectShape, provisionGuidance, provisionStateFileSchema, provisionedGroupEntrySchema, readContentIndex, readCredentials, readSection, readState, readTitle, readYamlValueAt, recoverThreadStoreOnce, redactPayloadForLog, refreshKnowledgeBases, remainingDesignTimeoutMs, removeFromDigestQueue, renderDistillPrompt, renderForm, renderForms, renderKbPromptBlock, renderSimpleDistillPrompt, renderThread, renderVisionNormalizePrompt, repairJsonStringValues, reportCliEvent, reportPath, requireAgentDef, resetProfileCache, resolveAllCollections, resolveCodingAgentSelection, resolveCompileAgent, resolveConfigPath, resolveContactsByUserIds, resolveDingTalkAtUserId, resolveDingTalkStreamMessageEventContext, resolveDingTalkWebhookMentionEventContext, resolveDwsCommandBin, resolveGlobalVarRef, resolveInsideRoot, resolveKbContext, resolveRecipePath, resolveReportProject, resolveReviewState, resolveReviewStateDetailed, resolveTriggerTarget, resolveWorkflowTracker, robotLifecycleSchema, robotResultSchema, robotSubmitSchema, runCheck, runClarifyRound, runCodingAgent, runCodingAgentViaSpawn, runCommand, runDesign, runDesignCommand, runDwsCommand, runInit, runInstancePreflight, runKbCleanupCommand, runKbCompileCommand, runKbIngestCommand, runKbStatusCommand, runKbUpdateCommand, runMigrate, runSetupCommand, runSync, runWithDwsRunner, runWithExecutor, runWithLogContext, runWorkflowGate, runWorkflowGates, safeFilename, safeParseJson, sanitizeProvisionText, saveCredential, saveProvisionState, scaffold, scaffoldFromTemplate, scanWorkflowDirs, searchDwsChatGroups, sessionWebhookRegistry, setActiveAgent, setGlobalDwsRunner, setInJson, setReportProject, setupAutomations, setupKnowledgeBases, setupSurfaceTables, shellToken, shouldDetachCommand, shouldRunVisionRound, snapshotRunRecord, spawnManagedProcess, spawnManagedProcessSync, splitFrontmatter, stringOrNull, stripPdfSeparators, syncFieldsFromWorkflow, tableRefConfigSchema, index as tableSource, taxonomyCategoryIds, taxonomyFingerprint, threadLogFileName, threadNeedsReview, tidySection, toModuleUrl, toPortableRelPath, toStringList, trackerSchema, tryReuseStagingArticles, tzOffsetMs, upsertContentIndexEntry, validateDesignArtifacts, validateDesignOutput, validateProvisionName, validateStateConsistency, versionCreateSchema, versionListItemSchema, versionStatusSchema, viewDefSchema, viewFilterConditionSchema, viewTypeSchema, visionTimeoutMs, wikiDir, workspaceAgentConfigPath, writeBack, writeContentIndex, writeCredentials, writeEnvFile, writeJsonFile, writeProfileRoles, writeRoleDefinitions, writeTableIdToConfig, writeYaml, yamlFlowList, yamlScalar, yesterdayRange, zodToFormatExample, zonedDateParts, zonedWallClockToUtc };
|