@forbocai/core 0.5.1 → 0.5.2

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
@@ -3,8 +3,8 @@
3
3
  * The foundational interfaces for the Multi-Round Protocol.
4
4
  */
5
5
  interface CortexConfig {
6
- /** The model to load (e.g., 'smollm2-135m', 'llama3-8b-q4') */
7
- model: string;
6
+ /** Internal runtime-specific model override. Not intended for game developers. */
7
+ model?: string;
8
8
  /** Optional overrides for model parameters */
9
9
  temperature?: number;
10
10
  maxTokens?: number;
@@ -646,6 +646,6 @@ declare namespace index {
646
646
  export { type index_RPGAgentState as RPGAgentState, index_RPG_MEMORY_TYPES as RPG_MEMORY_TYPES, index_RPG_MOODS as RPG_MOODS, index_attackRule as attackRule, index_createRPGState as createRPGState, index_interactRule as interactRule, index_movementRule as movementRule, index_puzzleRules as puzzleRules, index_resourceRule as resourceRule, index_rpgRules as rpgRules, index_socialRules as socialRules, index_spatialRules as spatialRules, index_speakRule as speakRule };
647
647
  }
648
648
 
649
- declare const SDK_VERSION = "0.5.1";
649
+ declare const SDK_VERSION = "0.5.2";
650
650
 
651
651
  export { type AgentAction, type AgentConfig, type AgentResponse, type AgentState, type BridgeConfig, type CompletionOptions, type ContextRequest, type ContextResponse, type CortexConfig, type CortexStatus, type Directive, type DirectiveRequest, type DirectiveResponse, type GhostConfig, type GhostHistoryEntry, type GhostResults, type GhostStatus, type GhostTestResult, type IAgent, type IBridge, type ICortex, type IGhost, type ISoul, type MemoryConfig, type MemoryItem, type MemoryRecallInstruction, type MemoryStoreInstruction, type MemoryType, type Mood, type Observation, type PromptConstraints, type RecalledMemory, SDK_VERSION, type Soul, type SoulExportConfig, type SoulExportResult, type SoulImportConfig, type SoulListEntry, type ValidationContext, type ValidationResult, type ValidationRule, type VerdictRequest, type VerdictResponse, createAgent, createBridge, createGhost, createInitialState, createRemoteCortex, createSoul, createSoulInstance, deserializeSoul, exportSoul, exportToSoul, fromSoul, getGhostHistory, getGhostResults, getGhostStatus, getSoulList, importSoulFromArweave, index as presets, processAgentInput, serializeSoul, startGhostSession, stopGhostSession, updateAgentState, uploadToArweave, validateAction, validateSoul, waitForGhostCompletion };
package/dist/index.d.ts CHANGED
@@ -3,8 +3,8 @@
3
3
  * The foundational interfaces for the Multi-Round Protocol.
4
4
  */
5
5
  interface CortexConfig {
6
- /** The model to load (e.g., 'smollm2-135m', 'llama3-8b-q4') */
7
- model: string;
6
+ /** Internal runtime-specific model override. Not intended for game developers. */
7
+ model?: string;
8
8
  /** Optional overrides for model parameters */
9
9
  temperature?: number;
10
10
  maxTokens?: number;
@@ -646,6 +646,6 @@ declare namespace index {
646
646
  export { type index_RPGAgentState as RPGAgentState, index_RPG_MEMORY_TYPES as RPG_MEMORY_TYPES, index_RPG_MOODS as RPG_MOODS, index_attackRule as attackRule, index_createRPGState as createRPGState, index_interactRule as interactRule, index_movementRule as movementRule, index_puzzleRules as puzzleRules, index_resourceRule as resourceRule, index_rpgRules as rpgRules, index_socialRules as socialRules, index_spatialRules as spatialRules, index_speakRule as speakRule };
647
647
  }
648
648
 
649
- declare const SDK_VERSION = "0.5.1";
649
+ declare const SDK_VERSION = "0.5.2";
650
650
 
651
651
  export { type AgentAction, type AgentConfig, type AgentResponse, type AgentState, type BridgeConfig, type CompletionOptions, type ContextRequest, type ContextResponse, type CortexConfig, type CortexStatus, type Directive, type DirectiveRequest, type DirectiveResponse, type GhostConfig, type GhostHistoryEntry, type GhostResults, type GhostStatus, type GhostTestResult, type IAgent, type IBridge, type ICortex, type IGhost, type ISoul, type MemoryConfig, type MemoryItem, type MemoryRecallInstruction, type MemoryStoreInstruction, type MemoryType, type Mood, type Observation, type PromptConstraints, type RecalledMemory, SDK_VERSION, type Soul, type SoulExportConfig, type SoulExportResult, type SoulImportConfig, type SoulListEntry, type ValidationContext, type ValidationResult, type ValidationRule, type VerdictRequest, type VerdictResponse, createAgent, createBridge, createGhost, createInitialState, createRemoteCortex, createSoul, createSoulInstance, deserializeSoul, exportSoul, exportToSoul, fromSoul, getGhostHistory, getGhostResults, getGhostStatus, getSoulList, importSoulFromArweave, index as presets, processAgentInput, serializeSoul, startGhostSession, stopGhostSession, updateAgentState, uploadToArweave, validateAction, validateSoul, waitForGhostCompletion };
package/dist/index.js CHANGED
@@ -915,7 +915,7 @@ var socialRules = [speakRule, interactRule];
915
915
  var puzzleRules = [movementRule, interactRule];
916
916
 
917
917
  // src/index.ts
918
- var SDK_VERSION = "0.5.1";
918
+ var SDK_VERSION = "0.5.2";
919
919
  // Annotate the CommonJS export names for ESM import in node:
920
920
  0 && (module.exports = {
921
921
  SDK_VERSION,
package/dist/index.mjs CHANGED
@@ -859,7 +859,7 @@ var socialRules = [speakRule, interactRule];
859
859
  var puzzleRules = [movementRule, interactRule];
860
860
 
861
861
  // src/index.ts
862
- var SDK_VERSION = "0.5.1";
862
+ var SDK_VERSION = "0.5.2";
863
863
  export {
864
864
  SDK_VERSION,
865
865
  createAgent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forbocai/core",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Core agnostic logic for ForbocAI SDK",
6
6
  "main": "dist/index.js",