Skip to main content

parzival-save-insight

Save a Parzival insight or learning to Qdrant for cross-session memory

インストールへ移動

ソース情報

リポジトリ
Hidden-History/ai-memory
ソースの最終更新活動
2026年4月13日 08:02
検出された SKILL.md の言語
英語
スター
41
フォーク
5

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
parzival-save-insight
description
Save a Parzival insight or learning to Qdrant for cross-session memory
allowed-tools
Bash
Save a Parzival insight or learning to Qdrant for cross-session retrieval. ## Canonical Execution Always run the real script through `run-with-env.sh` so the skill uses the installed ai-memory virtualenv and the standard local service defaults. ```bash "${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" parzival_save_insight.py "PyYAML not in test deps caused CI failures" ``` Run one insight command per invocation. When working from an `ai-memory` repo checkout, `./scripts/memory/run-with-env.sh ...` is an equivalent contributor shortcut. ## Implementation - Script: `scripts/memory/parzival_save_insight.py` - Memory type: `agent_insight` - Agent ID: `parzival` - Failure mode: non-zero exit on save failure
GitHubで見る