@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 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.7";
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.7";
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.7";
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
@@ -387,7 +387,7 @@ var streamFromCortexWithDelay = async (cortex, prompt, onChunk, options) => {
387
387
  };
388
388
 
389
389
  // src/index.ts
390
- var SDK_VERSION = "0.5.7";
390
+ var SDK_VERSION = "0.5.9";
391
391
  export {
392
392
  SDK_VERSION,
393
393
  createAgent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forbocai/core",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Core agnostic logic for ForbocAI SDK",
6
6
  "main": "dist/index.js",