원클릭으로
memories
Save and retrieve memories or embeddings via the repo helpers or API. Use when working with embedding config or memory storage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Save and retrieve memories or embeddings via the repo helpers or API. Use when working with embedding config or memory storage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Navigate this repo quickly to find the correct app, package, or service, and identify the right files for changes.
Operate Temporal workflows in this repo: start, list, inspect, debug, cancel, terminate, and verify Worker Deployment routing.
Build a normalized market-context JSON bundle for a single symbol and timestamp.
Produce normalized fundamentals factors and deltas for one symbol.
Extract structured, source-attributed sentiment context for one symbol.
Operate Temporal workflows with explicit namespace/address: inspect runs, fetch history, debug nondeterminism, reset/cancel/terminate, and inspect task queues.
| name | memories |
| description | Save and retrieve memories or embeddings via the repo helpers or API. Use when working with embedding config or memory storage. |
Use the memories helpers to store and retrieve embeddings in a consistent way. Ensure embedding dimension matches the DB schema.
bun run --filter memories save-memory --task-name bumba-enrich-repo --content "Enrichment facts for services/bumba" --summary "Bumba repo facts" --tags "bumba,enrich"
bun run --filter memories retrieve-memory --query "Atlas reconciliation workflow" --limit 5
OPENAI_API_BASE_URL / OPENAI_API_BASEOPENAI_EMBEDDING_MODELOPENAI_EMBEDDING_DIMENSIONOPENAI_EMBEDDING_TIMEOUT_MSreferences/memories-runbook.mdscripts/memories.shassets/memory-entry.json