@forbocai/core 0.4.4 → 0.4.6

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
@@ -592,6 +592,6 @@ declare namespace index {
592
592
  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 };
593
593
  }
594
594
 
595
- declare const SDK_VERSION = "0.4.4";
595
+ declare const SDK_VERSION = "0.4.6";
596
596
 
597
597
  export { type AgentAction, type AgentConfig, type AgentResponse, type AgentState, type BridgeConfig, type CompletionOptions, type CortexConfig, type CortexStatus, type Directive, 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 MemoryType, type Mood, type Observation, RemoteCortex, SDK_VERSION, type Soul, type SoulExportConfig, type SoulExportResult, type SoulImportConfig, type SoulListEntry, type ValidationContext, type ValidationResult, type ValidationRule, createAgent, createBridge, createGhost, createInitialState, 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
@@ -592,6 +592,6 @@ declare namespace index {
592
592
  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 };
593
593
  }
594
594
 
595
- declare const SDK_VERSION = "0.4.4";
595
+ declare const SDK_VERSION = "0.4.6";
596
596
 
597
597
  export { type AgentAction, type AgentConfig, type AgentResponse, type AgentState, type BridgeConfig, type CompletionOptions, type CortexConfig, type CortexStatus, type Directive, 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 MemoryType, type Mood, type Observation, RemoteCortex, SDK_VERSION, type Soul, type SoulExportConfig, type SoulExportResult, type SoulImportConfig, type SoulListEntry, type ValidationContext, type ValidationResult, type ValidationRule, createAgent, createBridge, createGhost, createInitialState, 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
@@ -927,7 +927,7 @@ var socialRules = [speakRule, interactRule];
927
927
  var puzzleRules = [movementRule, interactRule];
928
928
 
929
929
  // src/index.ts
930
- var SDK_VERSION = "0.4.4";
930
+ var SDK_VERSION = "0.4.6";
931
931
  // Annotate the CommonJS export names for ESM import in node:
932
932
  0 && (module.exports = {
933
933
  RemoteCortex,
package/dist/index.mjs CHANGED
@@ -871,7 +871,7 @@ var socialRules = [speakRule, interactRule];
871
871
  var puzzleRules = [movementRule, interactRule];
872
872
 
873
873
  // src/index.ts
874
- var SDK_VERSION = "0.4.4";
874
+ var SDK_VERSION = "0.4.6";
875
875
  export {
876
876
  RemoteCortex,
877
877
  SDK_VERSION,
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
- "name": "@forbocai/core",
3
- "version": "0.4.4",
4
- "license": "UNLICENSED",
5
- "description": "Core agnostic logic for ForbocAI SDK",
6
- "main": "dist/index.js",
7
- "module": "dist/index.mjs",
8
- "types": "dist/index.d.ts",
9
- "scripts": {
10
- "build": "tsup src/index.ts --format cjs,esm --dts",
11
- "dev": "tsup src/index.ts --watch",
12
- "test": "vitest"
13
- },
14
- "dependencies": {
15
- "@irys/sdk": "^0.1.1",
16
- "axios": "^1.6.2",
17
- "zod": "^3.22.4"
18
- },
19
- "devDependencies": {
20
- "tsup": "^8.5.1",
21
- "typescript": "^5.9.3",
22
- "vitest": "^1.0.0"
23
- },
24
- "files": [
25
- "dist",
26
- "package.json"
27
- ]
28
- }
2
+ "name": "@forbocai/core",
3
+ "version": "0.4.6",
4
+ "license": "UNLICENSED",
5
+ "description": "Core agnostic logic for ForbocAI SDK",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.mjs",
8
+ "types": "dist/index.d.ts",
9
+ "scripts": {
10
+ "build": "tsup src/index.ts --format cjs,esm --dts",
11
+ "dev": "tsup src/index.ts --watch",
12
+ "test": "vitest"
13
+ },
14
+ "dependencies": {
15
+ "@irys/sdk": "^0.1.1",
16
+ "axios": "^1.6.2",
17
+ "zod": "^3.22.4"
18
+ },
19
+ "devDependencies": {
20
+ "tsup": "^8.5.1",
21
+ "typescript": "^5.9.3",
22
+ "vitest": "^1.0.0"
23
+ },
24
+ "files": [
25
+ "dist",
26
+ "package.json"
27
+ ]
28
+ }