·memory-systems
</>

memory-systems

تصميم وتنفيذ بنيات الذاكرة لأنظمة الوكيل. يُستخدم عند بناء الوكلاء الذين يحتاجون إلى الحفاظ على الحالة عبر الجلسات، أو الحفاظ على تناسق الكيان، أو التفكير في المعرفة المنظمة.

4التثبيتات·0الرائج·@mjunaidca

التثبيت

$npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill memory-systems

كيفية تثبيت memory-systems

ثبّت مهارة الذكاء الاصطناعي memory-systems بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill memory-systems
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

المصدر: mjunaidca/mjs-agent-skills.

Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that balance immediate context needs with long-term knowledge retention. The evolution from vector stores to knowledge graphs to tempor...

Memory exists on a spectrum from immediate context to permanent storage. At one extreme, working memory in the context window provides zero-latency access but vanishes when sessions end. At the other extreme, permanent storage persists indefinitely but requires retrieval to enter context.

Simple vector stores lack relationship and temporal structure. Knowledge graphs preserve relationships for reasoning. Temporal knowledge graphs add validity periods for time-aware queries. Implementation choices depend on query complexity, infrastructure constraints, and accuracy requirements.

حقائق جاهزة للاقتباس

حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.

أمر التثبيت
npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill memory-systems
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-01
آخر تحديث
2026-03-10

Browse more skills from mjunaidca/mjs-agent-skills

إجابات سريعة

ما هي memory-systems؟

تصميم وتنفيذ بنيات الذاكرة لأنظمة الوكيل. يُستخدم عند بناء الوكلاء الذين يحتاجون إلى الحفاظ على الحالة عبر الجلسات، أو الحفاظ على تناسق الكيان، أو التفكير في المعرفة المنظمة. المصدر: mjunaidca/mjs-agent-skills.

كيف أثبّت memory-systems؟

افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill memory-systems بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

أين مستودع المصدر؟

https://github.com/mjunaidca/mjs-agent-skills