一键导入
ai-agent-memory-paradigms
Theoretical foundations of Working, Semantic, and Episodic memory systems for autonomous agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Theoretical foundations of Working, Semantic, and Episodic memory systems for autonomous agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | AI Agent Memory Paradigms |
| description | Theoretical foundations of Working, Semantic, and Episodic memory systems for autonomous agents. |
An AI Agent without memory is temporally blind; its existence is constrained to the immediate context window. True autonomy requires a multi-layered memory architecture to simulate the continuity of consciousness and enable long-horizon coherence. This architecture is strictly categorized into three fundamental tiers.
The immediate, transient cognitive space. This is the absolute limit of the agent's active reasoning capacity, defined by the underlying LLM's context window.
The vast, static repository of facts, concepts, and externalized knowledge. This is typically implemented via dense vector embeddings and approximate nearest neighbor search.
The chronological sequence of past events, actions, and outcomes. This is the agent's autobiographical memory, essential for complex reasoning across temporal gaps and learning from past failures.
flowchart TD
subgraph Cognitive Engine
WM[Working Memory / Context Window]
Processor[Reasoning Processor]
end
subgraph Memory Subsystems
SM[(Semantic Memory\nVector Space)]
EM[(Episodic Memory\nTemporal Logs)]
end
Processor <-->|Read/Write Active State| WM
Processor -->|Query concepts| SM
SM -.->|Retrieve Context| WM
Processor -->|Query past outcomes| EM
EM -.->|Retrieve Experience| WM
Processor -->|Distill Experience| EM
Adopts the persona of a Principal Quantum Physicist, shifting mindset from binary logic to Superposition, Entanglement, and probabilistic outcomes.
Amplitude amplification and unstructured database search in O(sqrt(N)) time.
Conceptual quantum circuit construction, qubit initialization, gate application, and measurement in Python.
Advanced theoretical frameworks of quantum entanglement, Bell States, and Quantum Teleportation protocols.
Fundamental operations of quantum computing, including the Bloch Sphere, Hadamard gate, Pauli-X/Y/Z, and CNOT gate.
Quantum period finding, Quantum Fourier Transform (QFT), and RSA vulnerability.