cipher_extract_and_operate_memory
This tool automatically processes conversations and determines what knowledge should be stored, updated, or removed. It uses intelligent content analysis and LLM-powered decision making to extract meaningful programming knowledge while avoiding redundant or low-quality information.
Key Features:
Input Parameters
Output Structure
Storage Payload
cipher_search_memory
This tool performs semantic search over the stored knowledge base to retrieve relevant information based on natural language queries. It uses vector similarity search to find the most contextually relevant knowledge for any given question or topic.
Key Features:
Input Parameters
Output Structure
Basic Knowledge Extraction
Memory Search Example
Update Operation Example
maxSimilarResults: 3-5
to prevent information overloaduseLLMDecisions: true
for better ADD/UPDATE/DELETE decisionstop_k: 3-7
for focused results, top_k: 10+
for explorationsimilarity_threshold: 0.4+
to filter noiseenableDeleteOperations: false
initially to prevent data lossCIPHER_LOG_LEVEL=debug
to see detailed logs for cipher_extract_and_operate_memory
(not visible at info level)