@subcortex-ai/sdk 0.3.3 → 0.3.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subcortex-ai/sdk",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Cognitive infrastructure for AI agents. A persistent, portable cognitive layer that travels with your agents — provenance, confidence, and temporal awareness baked into every assertion.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",