LICENSE
README.md
pyproject.toml
JiuwenMemory.egg-info/PKG-INFO
JiuwenMemory.egg-info/SOURCES.txt
JiuwenMemory.egg-info/dependency_links.txt
JiuwenMemory.egg-info/entry_points.txt
JiuwenMemory.egg-info/requires.txt
JiuwenMemory.egg-info/top_level.txt
jiuwen_memory/__init__.py
jiuwen_memory/common/__init__.py
jiuwen_memory/common/clients/__init__.py
jiuwen_memory/common/clients/client_registry.py
jiuwen_memory/common/exception/__init__.py
jiuwen_memory/common/exception/codes.py
jiuwen_memory/common/exception/errors.py
jiuwen_memory/common/exception/status_mapping.py
jiuwen_memory/common/logging/__init__.py
jiuwen_memory/common/logging/base_impl.py
jiuwen_memory/common/logging/events.py
jiuwen_memory/common/logging/log_config.py
jiuwen_memory/common/logging/log_levels.py
jiuwen_memory/common/logging/manager.py
jiuwen_memory/common/logging/protocol.py
jiuwen_memory/common/logging/utils.py
jiuwen_memory/common/logging/default/__init__.py
jiuwen_memory/common/logging/default/config_provider.py
jiuwen_memory/common/logging/default/constant.py
jiuwen_memory/common/logging/default/default_impl.py
jiuwen_memory/common/logging/loguru/__init__.py
jiuwen_memory/common/logging/loguru/config_provider.py
jiuwen_memory/common/logging/loguru/constant.py
jiuwen_memory/common/logging/loguru/loguru_impl.py
jiuwen_memory/common/schema/__init__.py
jiuwen_memory/common/schema/card.py
jiuwen_memory/common/schema/param.py
jiuwen_memory/common/security/__init__.py
jiuwen_memory/common/security/crypt_utils.py
jiuwen_memory/common/security/path_checker.py
jiuwen_memory/common/security/ssl_utils.py
jiuwen_memory/common/security/url_utils.py
jiuwen_memory/common/security/user_config.py
jiuwen_memory/common/utils/__init__.py
jiuwen_memory/common/utils/header_utils.py
jiuwen_memory/common/utils/schema_utils.py
jiuwen_memory/common/utils/singleton.py
jiuwen_memory/foundation/llm/__init__.py
jiuwen_memory/foundation/llm/headers_helper.py
jiuwen_memory/foundation/llm/model.py
jiuwen_memory/foundation/llm/model_clients/__init__.py
jiuwen_memory/foundation/llm/model_clients/base_model_client.py
jiuwen_memory/foundation/llm/model_clients/dashscope_model_client.py
jiuwen_memory/foundation/llm/model_clients/deepseek_model_client.py
jiuwen_memory/foundation/llm/model_clients/inference_affinity_model_client.py
jiuwen_memory/foundation/llm/model_clients/intelli_router_model_client.py
jiuwen_memory/foundation/llm/model_clients/openai_model_client.py
jiuwen_memory/foundation/llm/model_clients/openrouter_model_client.py
jiuwen_memory/foundation/llm/model_clients/siliconflow_model_client.py
jiuwen_memory/foundation/llm/output_parsers/__init__.py
jiuwen_memory/foundation/llm/output_parsers/json_output_parser.py
jiuwen_memory/foundation/llm/output_parsers/markdown_output_parser.py
jiuwen_memory/foundation/llm/output_parsers/output_parser.py
jiuwen_memory/foundation/llm/schema/__init__.py
jiuwen_memory/foundation/llm/schema/config.py
jiuwen_memory/foundation/llm/schema/generation_response.py
jiuwen_memory/foundation/llm/schema/message.py
jiuwen_memory/foundation/llm/schema/message_chunk.py
jiuwen_memory/foundation/llm/schema/mode_info.py
jiuwen_memory/foundation/llm/schema/tool_call.py
jiuwen_memory/foundation/prompt/__init__.py
jiuwen_memory/foundation/prompt/template.py
jiuwen_memory/foundation/prompt/assemble/__init__.py
jiuwen_memory/foundation/prompt/assemble/assembler.py
jiuwen_memory/foundation/prompt/assemble/variables/__init__.py
jiuwen_memory/foundation/prompt/assemble/variables/dictable.py
jiuwen_memory/foundation/prompt/assemble/variables/textable.py
jiuwen_memory/foundation/prompt/assemble/variables/variable.py
jiuwen_memory/foundation/store/__init__.py
jiuwen_memory/foundation/store/base_db_store.py
jiuwen_memory/foundation/store/base_embedding.py
jiuwen_memory/foundation/store/base_kv_store.py
jiuwen_memory/foundation/store/base_memory_index.py
jiuwen_memory/foundation/store/base_message_store.py
jiuwen_memory/foundation/store/base_reranker.py
jiuwen_memory/foundation/store/base_vector_store.py
jiuwen_memory/foundation/store/db/__init__.py
jiuwen_memory/foundation/store/db/default_db_store.py
jiuwen_memory/foundation/store/db/gauss_db_store.py
jiuwen_memory/foundation/store/db/gauss_dialect.py
jiuwen_memory/foundation/store/graph/__init__.py
jiuwen_memory/foundation/store/graph/base.py
jiuwen_memory/foundation/store/graph/base_graph_store.py
jiuwen_memory/foundation/store/graph/config.py
jiuwen_memory/foundation/store/graph/constants.py
jiuwen_memory/foundation/store/graph/database_config.py
jiuwen_memory/foundation/store/graph/graph_object.py
jiuwen_memory/foundation/store/graph/index_field.py
jiuwen_memory/foundation/store/graph/result_ranking.py
jiuwen_memory/foundation/store/graph/utils.py
jiuwen_memory/foundation/store/graph/milvus/__init__.py
jiuwen_memory/foundation/store/graph/milvus/generate_milvus_schema.py
jiuwen_memory/foundation/store/graph/milvus/milvus_support.py
jiuwen_memory/foundation/store/index/simple_memory_index.py
jiuwen_memory/foundation/store/kv/__init__.py
jiuwen_memory/foundation/store/kv/db_based_kv_store.py
jiuwen_memory/foundation/store/kv/in_memory_kv_store.py
jiuwen_memory/foundation/store/kv/shelve_store.py
jiuwen_memory/foundation/store/query/__init__.py
jiuwen_memory/foundation/store/query/base.py
jiuwen_memory/foundation/store/query/chroma_query_func.py
jiuwen_memory/foundation/store/query/milvus_query_func.py
jiuwen_memory/foundation/store/query/registry.py
jiuwen_memory/foundation/store/vector/__init__.py
jiuwen_memory/foundation/store/vector/chroma_vector_store.py
jiuwen_memory/foundation/store/vector/es_vector_store.py
jiuwen_memory/foundation/store/vector/gauss_vector_store.py
jiuwen_memory/foundation/store/vector/milvus_vector_store.py
jiuwen_memory/foundation/store/vector/utils.py
jiuwen_memory/foundation/tool/__init__.py
jiuwen_memory/foundation/tool/schema.py
jiuwen_memory/memory_core/__init__.py
jiuwen_memory/memory_core/long_term_memory.py
jiuwen_memory/memory_core/codec/__init__.py
jiuwen_memory/memory_core/codec/aes_storage_codec.py
jiuwen_memory/memory_core/common/__init__.py
jiuwen_memory/memory_core/common/base.py
jiuwen_memory/memory_core/common/distributed_lock.py
jiuwen_memory/memory_core/common/kv_prefix_registry.py
jiuwen_memory/memory_core/config/__init__.py
jiuwen_memory/memory_core/config/config.py
jiuwen_memory/memory_core/config/graph.py
jiuwen_memory/memory_core/external/__init__.py
jiuwen_memory/memory_core/external/agentarts_memory_provider.py
jiuwen_memory/memory_core/external/mem0_provider.py
jiuwen_memory/memory_core/external/openjiuwen_memory_provider.py
jiuwen_memory/memory_core/external/provider.py
jiuwen_memory/memory_core/graph/__init__.py
jiuwen_memory/memory_core/graph/extraction/__init__.py
jiuwen_memory/memory_core/graph/extraction/base.py
jiuwen_memory/memory_core/graph/extraction/custom_types.py
jiuwen_memory/memory_core/graph/extraction/entity_type_definition.py
jiuwen_memory/memory_core/graph/extraction/extraction_models.py
jiuwen_memory/memory_core/graph/extraction/extraction_prompts.py
jiuwen_memory/memory_core/graph/extraction/parse_response.py
jiuwen_memory/memory_core/graph/extraction/prompts/__init__.py
jiuwen_memory/memory_core/graph/extraction/prompts/manager.py
jiuwen_memory/memory_core/graph/extraction/prompts/cn/__init__.py
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_check_missing_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_conversation_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_dedupe_entity_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_dedupe_relation_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_document_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_entity_merge_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_json_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_relation_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_relation_filter_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_summary_create_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/entity_extraction_timezone_cn.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/cn/prompts.yaml
jiuwen_memory/memory_core/graph/extraction/prompts/en/__init__.py
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_check_missing_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_conversation_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_dedupe_entity_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_dedupe_relation_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_document_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_entity_merge_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_json_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_relation_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_relation_filter_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_summary_create_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/entity_extraction_timezone_en.pr.md
jiuwen_memory/memory_core/graph/extraction/prompts/en/prompts.yaml
jiuwen_memory/memory_core/graph/extraction/prompts/entity_extraction/__init__.py
jiuwen_memory/memory_core/graph/extraction/prompts/entity_extraction/base.py
jiuwen_memory/memory_core/graph/extraction/prompts/entity_extraction/cn.py
jiuwen_memory/memory_core/graph/extraction/prompts/entity_extraction/en.py
jiuwen_memory/memory_core/graph/graph_memory/__init__.py
jiuwen_memory/memory_core/graph/graph_memory/base.py
jiuwen_memory/memory_core/graph/graph_memory/parse_llm_response.py
jiuwen_memory/memory_core/graph/graph_memory/postprocess_graph_objects.py
jiuwen_memory/memory_core/graph/graph_memory/states.py
jiuwen_memory/memory_core/graph/graph_memory/utils.py
jiuwen_memory/memory_core/graph/graph_memory/validate_input.py
jiuwen_memory/memory_core/graph/graph_memory/local_storage/__init__.py
jiuwen_memory/memory_core/manage/__init__.py
jiuwen_memory/memory_core/manage/index/__init__.py
jiuwen_memory/memory_core/manage/index/base_memory_manager.py
jiuwen_memory/memory_core/manage/index/fragment_memory_manager.py
jiuwen_memory/memory_core/manage/index/middle_mem_manager.py
jiuwen_memory/memory_core/manage/index/summary_manager.py
jiuwen_memory/memory_core/manage/index/variable_manager.py
jiuwen_memory/memory_core/manage/index/write_manager.py
jiuwen_memory/memory_core/manage/mem_model/__init__.py
jiuwen_memory/memory_core/manage/mem_model/data_id_manager.py
jiuwen_memory/memory_core/manage/mem_model/db_model.py
jiuwen_memory/memory_core/manage/mem_model/memory_unit.py
jiuwen_memory/memory_core/manage/mem_model/message_manager.py
jiuwen_memory/memory_core/manage/mem_model/scope_user_mapping_manager.py
jiuwen_memory/memory_core/manage/mem_model/semantic_store.py
jiuwen_memory/memory_core/manage/mem_model/sql_db_store.py
jiuwen_memory/memory_core/manage/mem_model/sql_message_store.py
jiuwen_memory/memory_core/manage/mem_model/user_mem_store.py
jiuwen_memory/memory_core/manage/search/__init__.py
jiuwen_memory/memory_core/manage/search/search_manager.py
jiuwen_memory/memory_core/manage/update/__init__.py
jiuwen_memory/memory_core/manage/update/mem_update_checker.py
jiuwen_memory/memory_core/migration/__init__.py
jiuwen_memory/memory_core/migration/migration_plan.py
jiuwen_memory/memory_core/migration/run_migrations.py
jiuwen_memory/memory_core/migration/migrator/__init__.py
jiuwen_memory/memory_core/migration/migrator/index_version_migrator.py
jiuwen_memory/memory_core/migration/migrator/kv_migrator.py
jiuwen_memory/memory_core/migration/migrator/memory_meta_manager.py
jiuwen_memory/memory_core/migration/migrator/message_migrator.py
jiuwen_memory/memory_core/migration/migrator/sql_migrator.py
jiuwen_memory/memory_core/migration/migrator/vector_migrator.py
jiuwen_memory/memory_core/migration/operation/__init__.py
jiuwen_memory/memory_core/migration/operation/base_operation.py
jiuwen_memory/memory_core/migration/operation/operation_registry.py
jiuwen_memory/memory_core/migration/operation/operations.py
jiuwen_memory/memory_core/process/__init__.py
jiuwen_memory/memory_core/process/dreaming/__init__.py
jiuwen_memory/memory_core/process/dreaming/orchestrator.py
jiuwen_memory/memory_core/process/dreaming/source.py
jiuwen_memory/memory_core/process/dreaming/store.py
jiuwen_memory/memory_core/process/dreaming/sweeper.py
jiuwen_memory/memory_core/process/extract/__init__.py
jiuwen_memory/memory_core/process/extract/common.py
jiuwen_memory/memory_core/process/extract/generation.py
jiuwen_memory/memory_core/process/extract/long_term_memory_extractor.py
jiuwen_memory/memory_core/process/extract/memory_analyzer.py
jiuwen_memory/memory_core/process/refine/__init__.py
jiuwen_memory/memory_core/prompts/__init__.py
jiuwen_memory/memory_core/prompts/continuity_check_system_prompt.md
jiuwen_memory/memory_core/prompts/dreaming_extraction.md
jiuwen_memory/memory_core/prompts/fragment_memory_prompt.md
jiuwen_memory/memory_core/prompts/memory_analysis_prompt.md
jiuwen_memory/memory_core/prompts/memory_update_check.md
jiuwen_memory/memory_core/prompts/prompt_applier.py
jiuwen_memory/memory_core/prompts/semantic_validation.md
jiuwen_memory/retrieval/__init__.py
jiuwen_memory/retrieval/common/__init__.py
jiuwen_memory/retrieval/common/callbacks.py
jiuwen_memory/retrieval/common/config.py
jiuwen_memory/retrieval/embedding/__init__.py
jiuwen_memory/retrieval/embedding/api_embedding.py
jiuwen_memory/retrieval/embedding/base.py
jiuwen_memory/server/__init__.py
jiuwen_memory/server/memory_server.py
jiuwen_memory/server/store_factory.py