@equationalapplications/core-llm-wiki 4.15.3 → 4.16.0
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/README.md +96 -0
- package/dist/{chunk-J4GBC6CP.mjs → chunk-2BGLPRT3.mjs} +238 -46
- package/dist/chunk-2BGLPRT3.mjs.map +1 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +444 -49
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +211 -8
- package/dist/index.mjs.map +1 -1
- package/dist/{testing-NH1_Aigh.d.mts → testing-BMsplvLy.d.mts} +129 -16
- package/dist/{testing-NH1_Aigh.d.ts → testing-BMsplvLy.d.ts} +129 -16
- package/dist/testing.d.mts +1 -1
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +155 -43
- package/dist/testing.js.map +1 -1
- package/dist/testing.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-J4GBC6CP.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as MemoryBundle, F as FormatContextOptions, a as MemoryDump, b as FormattedMemoryDump, R as ReadOptions, S as SQLiteAdapter, W as WikiOptions, c as WikiMemory } from './testing-
|
|
2
|
-
export { E as EntityStatus, d as ExtractedFact, e as ExtractedTask, H as HOOK_TIMEOUT_MARKER, L as LLMProvider, P as PromptOverrides,
|
|
1
|
+
import { M as MemoryBundle, F as FormatContextOptions, a as MemoryDump, b as FormattedMemoryDump, R as ReadOptions, S as SQLiteAdapter, W as WikiOptions, c as WikiMemory } from './testing-BMsplvLy.mjs';
|
|
2
|
+
export { E as EntityStatus, d as ExtractedFact, e as ExtractedFactEdge, f as ExtractedFactWithOntology, g as ExtractedTask, H as HOOK_TIMEOUT_MARKER, L as LLMProvider, O as OntologyConfig, h as OntologyEdgeType, i as OntologyManifest, j as OntologyMode, k as OntologyNodeType, l as OntologyPromptContext, m as OntologyUpdates, P as PromptOverrides, n as PromptService, o as PrunePartialFailureError, V as VectorRanker, p as VectorRankerFallback, q as VectorRankerRankArgs, r as VectorRankerSemanticResult, s as WikiBusyError, t as WikiBusyOperation, u as WikiCheckpoint, v as WikiConfig, w as WikiEdge, x as WikiEvent, y as WikiFact, z as WikiMemoryTestAccess, A as WikiOutboxEvent, B as WikiTask } from './testing-BMsplvLy.mjs';
|
|
3
3
|
import { OkfFile } from '@equationalapplications/core-okf';
|
|
4
4
|
import 'minisearch';
|
|
5
5
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as MemoryBundle, F as FormatContextOptions, a as MemoryDump, b as FormattedMemoryDump, R as ReadOptions, S as SQLiteAdapter, W as WikiOptions, c as WikiMemory } from './testing-
|
|
2
|
-
export { E as EntityStatus, d as ExtractedFact, e as ExtractedTask, H as HOOK_TIMEOUT_MARKER, L as LLMProvider, P as PromptOverrides,
|
|
1
|
+
import { M as MemoryBundle, F as FormatContextOptions, a as MemoryDump, b as FormattedMemoryDump, R as ReadOptions, S as SQLiteAdapter, W as WikiOptions, c as WikiMemory } from './testing-BMsplvLy.js';
|
|
2
|
+
export { E as EntityStatus, d as ExtractedFact, e as ExtractedFactEdge, f as ExtractedFactWithOntology, g as ExtractedTask, H as HOOK_TIMEOUT_MARKER, L as LLMProvider, O as OntologyConfig, h as OntologyEdgeType, i as OntologyManifest, j as OntologyMode, k as OntologyNodeType, l as OntologyPromptContext, m as OntologyUpdates, P as PromptOverrides, n as PromptService, o as PrunePartialFailureError, V as VectorRanker, p as VectorRankerFallback, q as VectorRankerRankArgs, r as VectorRankerSemanticResult, s as WikiBusyError, t as WikiBusyOperation, u as WikiCheckpoint, v as WikiConfig, w as WikiEdge, x as WikiEvent, y as WikiFact, z as WikiMemoryTestAccess, A as WikiOutboxEvent, B as WikiTask } from './testing-BMsplvLy.js';
|
|
3
3
|
import { OkfFile } from '@equationalapplications/core-okf';
|
|
4
4
|
import 'minisearch';
|
|
5
5
|
|