@forbocai/core 0.5.8 → 0.5.9
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -477,6 +477,6 @@ declare const memoiseAsync: <T>(fn: () => Promise<T>) => () => Promise<T>;
|
|
|
477
477
|
*/
|
|
478
478
|
declare const memoise: <T>(fn: () => T) => () => T;
|
|
479
479
|
|
|
480
|
-
declare const SDK_VERSION = "0.5.
|
|
480
|
+
declare const SDK_VERSION = "0.5.9";
|
|
481
481
|
|
|
482
482
|
export { type AgentAction, type AgentConfig, type AgentResponse, type AgentState, type BridgeConfig, type BridgeRule, type CompletionOptions, type ContextRequest, type ContextResponse, type CortexConfig, type CortexStatus, type DialogueRequest, type DialogueResponse, type DirectiveRequest, type DirectiveResponse, type DirectiveRuleSet, type GhostConfig, type GhostHistoryEntry, type GhostResults, type GhostStatus, type GhostTestResult, type IAgent, type IBridge, type ICortex, type IGhost, type IMemory, type ISoul, type MemoryItem, type MemoryRecallInstruction, type MemoryStoreInstruction, type PromptConstraints, type RecalledMemory, SDK_VERSION, type Soul, type SoulConfig, type SoulExportResult, type SpeakRequest, type SpeakResponse, type ValidationContext, type ValidationResult, type ValidationRule, type VerdictRequest, type VerdictResponse, createAgent, createBridge, createGhost, createInitialState, createRemoteCortex, createSoul, createSoulInstance, delay, deserializeSoul, exportSoul, exportToSoul, fromSoul, getGhostHistory, getGhostResults, getGhostStatus, getSoulList, importSoulFromArweave, loadPreset, memoise, memoiseAsync, pipe, serializeSoul, startGhostSession, stopGhostSession, streamFromCortex, streamFromCortexWithDelay, streamToCallback, streamToString, updateAgentState, validateAction, validateSoul, waitForGhostCompletion };
|
package/dist/index.d.ts
CHANGED
|
@@ -477,6 +477,6 @@ declare const memoiseAsync: <T>(fn: () => Promise<T>) => () => Promise<T>;
|
|
|
477
477
|
*/
|
|
478
478
|
declare const memoise: <T>(fn: () => T) => () => T;
|
|
479
479
|
|
|
480
|
-
declare const SDK_VERSION = "0.5.
|
|
480
|
+
declare const SDK_VERSION = "0.5.9";
|
|
481
481
|
|
|
482
482
|
export { type AgentAction, type AgentConfig, type AgentResponse, type AgentState, type BridgeConfig, type BridgeRule, type CompletionOptions, type ContextRequest, type ContextResponse, type CortexConfig, type CortexStatus, type DialogueRequest, type DialogueResponse, type DirectiveRequest, type DirectiveResponse, type DirectiveRuleSet, type GhostConfig, type GhostHistoryEntry, type GhostResults, type GhostStatus, type GhostTestResult, type IAgent, type IBridge, type ICortex, type IGhost, type IMemory, type ISoul, type MemoryItem, type MemoryRecallInstruction, type MemoryStoreInstruction, type PromptConstraints, type RecalledMemory, SDK_VERSION, type Soul, type SoulConfig, type SoulExportResult, type SpeakRequest, type SpeakResponse, type ValidationContext, type ValidationResult, type ValidationRule, type VerdictRequest, type VerdictResponse, createAgent, createBridge, createGhost, createInitialState, createRemoteCortex, createSoul, createSoulInstance, delay, deserializeSoul, exportSoul, exportToSoul, fromSoul, getGhostHistory, getGhostResults, getGhostStatus, getSoulList, importSoulFromArweave, loadPreset, memoise, memoiseAsync, pipe, serializeSoul, startGhostSession, stopGhostSession, streamFromCortex, streamFromCortexWithDelay, streamToCallback, streamToString, updateAgentState, validateAction, validateSoul, waitForGhostCompletion };
|
package/dist/index.js
CHANGED
|
@@ -530,7 +530,7 @@ var streamFromCortexWithDelay = async (cortex, prompt, onChunk, options) => {
|
|
|
530
530
|
};
|
|
531
531
|
|
|
532
532
|
// src/index.ts
|
|
533
|
-
var SDK_VERSION = "0.5.
|
|
533
|
+
var SDK_VERSION = "0.5.9";
|
|
534
534
|
// Annotate the CommonJS export names for ESM import in node:
|
|
535
535
|
0 && (module.exports = {
|
|
536
536
|
SDK_VERSION,
|
package/dist/index.mjs
CHANGED