@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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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
|
-
/**
|
|
7
|
-
model
|
|
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.
|
|
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
|
-
/**
|
|
7
|
-
model
|
|
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.
|
|
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.
|
|
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