·memory-systems

يجب استخدام هذه المهارة عندما يطلب المستخدم "تنفيذ ذاكرة الوكيل"، أو "استمرار الحالة عبر الجلسات"، أو "إنشاء رسم بياني معرفي"، أو "تتبع الكيانات"، أو يذكر بنية الذاكرة، أو الرسوم البيانية المعرفية المؤقتة، أو مخازن المتجهات، أو ذاكرة الكيان، أو الثبات عبر الجلسات.

7التثبيتات·0الرائج·@muratcankoylan

التثبيت

$npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill memory-systems

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

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

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

المصدر: muratcankoylan/agent-skills-for-context-engineering.

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/muratcankoylan/agent-skills-for-context-engineering --skill memory-systems
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-01
آخر تحديث
2026-03-11

Browse more skills from muratcankoylan/agent-skills-for-context-engineering

إجابات سريعة

ما هي memory-systems؟

يجب استخدام هذه المهارة عندما يطلب المستخدم "تنفيذ ذاكرة الوكيل"، أو "استمرار الحالة عبر الجلسات"، أو "إنشاء رسم بياني معرفي"، أو "تتبع الكيانات"، أو يذكر بنية الذاكرة، أو الرسوم البيانية المعرفية المؤقتة، أو مخازن المتجهات، أو ذاكرة الكيان، أو الثبات عبر الجلسات. المصدر: muratcankoylan/agent-skills-for-context-engineering.

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

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

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

https://github.com/muratcankoylan/agent-skills-for-context-engineering