@subcortex-ai/sdk 0.3.4 → 0.3.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @subcortex-ai/sdk
2
2
 
3
- TypeScript SDK for the [SubCortex cognitive engine](https://subcortex.app) — persistent memory, identity, signals, and knowledge graph for AI agents.
3
+ [SubCortex](https://subcortex.app) — Cognitive infrastructure for AI agents. A persistent, portable cognitive layer that travels with your agents. More than memory — provenance, confidence, and temporal awareness baked into every assertion. Ship personality without deploys. Every session builds on every session before it.
4
4
 
5
5
  ## Install
6
6
 
package/dist/index.cjs CHANGED
@@ -594,14 +594,14 @@ function isValidSignalType(type) {
594
594
  return false;
595
595
  }
596
596
  var SIGNAL_DECAY_CONFIG = {
597
- frustration: 24,
598
- excitement: 24,
599
- concern: 24,
600
- satisfaction: 24,
601
- confusion: 24,
602
- gratitude: 24,
603
- tension: 24,
597
+ confusion: 8,
598
+ excitement: 16,
599
+ frustration: 18,
600
+ tension: 18,
604
601
  sentiment: 24,
602
+ concern: 36,
603
+ satisfaction: 48,
604
+ gratitude: 48,
605
605
  _default: 24
606
606
  };
607
607
  function getDecayHalfLife(signalType) {