
Security News
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90%
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
@timps-ai/memory-core
Advanced tools
TIMPS 9-layer persistent memory engine — working, episodic, semantic, procedural, and 5 forge layers with 17 intelligence tools for AI agents. Contradiction detection, bug pattern tracking, and burnout monitoring.
Persistent memory engine for AI agents — working, episodic, semantic, procedural memory with 17 intelligence tools, contradiction detection, bug pattern tracking, and burnout monitoring.
npm install @timps-ai/memory-core
import { MemoryEngine, InMemoryBackend } from '@timps-ai/memory-core'
const engine = new MemoryEngine('./my-project', {
backend: new InMemoryBackend()
})
// Store a memory
engine.store({ content: 'The API uses JWT authentication', type: 'fact', tags: ['auth', 'security'] })
// Recall memories
const results = await engine.recall('how does authentication work')
console.log(results)
22-layer memory architecture with 4 core memory types + 18 forge layers:
| Layer | Name | Purpose |
|---|---|---|
| L1 | Working Memory | Active context, goals, current task tracking |
| L2 | Episodic Memory | Session history, interaction records |
| L3 | Semantic Memory | Facts, preferences, conventions, patterns |
| L4 | Procedural Memory | Reusable workflows, recipes |
| L5 | ChronosForge | Causal graph tracking decisions and consequences |
| L6 | ResonanceForge | Harmonic oscillator pattern resonance detection |
| L7 | EchoForge | Reservoir computing with BFS context propagation |
| L8 | AetherForgeERL | Epistemic Resonance Lattice |
| L9 | HarmonicSheafWeaver | Sheaf-cohomology algebraic contradiction detection |
| L10 | EngramLog | Immutable hash-chained audit trail |
| L11 | ConsolidationEngine | Episodic → semantic memory promotion |
| L12 | SynapticPruner | Active forgetting by importance scoring |
| L13 | ProvenanceForge | Source tracking and chain of custody |
| L14 | SpacedRepetitionForge | SM-2 scheduling for review timing |
| L15 | ConstitutionalGuard | Prevents low-confidence writes |
| L16 | AuditForge | Memory health reports and drift detection |
| L17 | ProspectiveTrigger | Conditional recall ("when X happens, surface Y") |
| L18 | BiasRevealer | Over/under-representation analysis |
| L19 | ContextVector | State-dependent recall encoding |
| L20 | RehearsalEngine | Spaced retrieval practice scheduling |
| L21 | SchemaDistorter | Bartlett schema-driven distortion detection |
| L22 | ConfidenceCalibrator | Multi-signal confidence scoring |
Additional forge subsystems (SupraSheaf, QPTW, TitanicForge, QERW, QISRD, EclipseForge, QITRL) are available for advanced use cases.
| Backend | File | Description |
|---|---|---|
FileBackend | backends/FileBackend.ts | Local filesystem (default) |
InMemoryBackend | backends/InMemoryBackend.ts | In-memory (testing) |
PostgresBackend | backends/PostgresBackend.ts | PostgreSQL with RLS |
SQLiteBackend | backends/SQLiteBackend.ts | SQLite (WAL mode) |
RedisBackend | backends/RedisBackend.ts | Redis key/value |
QdrantBackend | backends/QdrantBackend.ts | Vector search |
New engines with no accumulated data will return empty/undefined fields from tools like burnout analysis, bug pattern prophecy, and architecture drift detection. These tools require multiple sessions of stored episodes and patterns before producing meaningful output.
FAQs
TIMPS 9-layer persistent memory engine — working, episodic, semantic, procedural, and 5 forge layers with 17 intelligence tools for AI agents. Contradiction detection, bug pattern tracking, and burnout monitoring.
The npm package @timps-ai/memory-core receives a total of 36 weekly downloads. As such, @timps-ai/memory-core popularity was classified as not popular.
We found that @timps-ai/memory-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.