superlocalmemory 3.4.5__tar.gz → 3.4.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {superlocalmemory-3.4.5/src/superlocalmemory.egg-info → superlocalmemory-3.4.7}/PKG-INFO +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/pyproject.toml +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/attribution/mathematical_dna.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/attribution/signer.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/attribution/watermark.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/commands.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/daemon.py +56 -26
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/json_output.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/main.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/migrate_cmd.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/pending_store.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/post_install.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/service_installer.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/setup_wizard.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/blast_radius.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/bridge/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/bridge/entity_resolver.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/bridge/event_listeners.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/bridge/fact_enricher.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/bridge/hebbian_linker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/bridge/temporal_checker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/changes.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/communities.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/config.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/database.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/extractors/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/extractors/python.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/extractors/typescript.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/flows.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/git_hooks.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/graph_engine.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/graph_store.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/incremental.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/models.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/parser.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/resolver.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/search.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/service.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/watcher.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/abac.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/audit.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/eu_ai_act.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/gdpr.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/lifecycle.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/retention.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/scheduler.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/config.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/consolidation_engine.py +52 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/embedding_worker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/embeddings.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/engine.py +17 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/engine_wiring.py +21 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/graph_analyzer.py +15 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/health_monitor.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/hooks.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/maintenance.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/maintenance_scheduler.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/modes.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/ollama_embedder.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/profiles.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/recall_pipeline.py +16 -3
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/recall_worker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/registry.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/reranker_worker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/store_pipeline.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/summarizer.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/worker_pool.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/dynamics/activation_guided_quantization.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/dynamics/eap_scheduler.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/dynamics/ebbinghaus_langevin_coupling.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/dynamics/fisher_langevin_coupling.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/auto_linker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/cognitive_consolidator.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/consolidator.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/context_generator.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/emotional.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/entity_resolver.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/entropy_gate.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/fact_extractor.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/foresight.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/graph_builder.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/observation_builder.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/scene_builder.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/signal_inference.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/temporal_parser.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/temporal_validator.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/type_router.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/auto_capture.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/auto_invoker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/auto_parameterize.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/auto_recall.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/claude_code_hooks.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/hook_handlers.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/ide_connector.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/hooks/rules_engine.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/auth_middleware.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/backup.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/cache_manager.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/event_bus.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/heartbeat_monitor.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/pid_manager.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/process_reaper.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/rate_limiter.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/infra/webhook_dispatcher.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ingestion/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ingestion/adapter_manager.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ingestion/base_adapter.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ingestion/calendar_adapter.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ingestion/credentials.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ingestion/gmail_adapter.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ingestion/parsers.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ingestion/transcript_adapter.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/adaptive.py +1 -1
- superlocalmemory-3.4.7/src/superlocalmemory/learning/assertion_miner.py +310 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/behavioral.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/behavioral_listener.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/bootstrap.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/consolidation_quantization_worker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/consolidation_worker.py +25 -9
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/cross_project.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/database.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/entity_compiler.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/features.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/forgetting_scheduler.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/outcomes.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/project_context.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/quantization_scheduler.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/ranker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/signals.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/workflows.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/llm/backbone.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/ebbinghaus.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/fisher.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/fisher_quantized.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/hopfield.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/langevin.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/polar_quant.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/qjl.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/sheaf.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/turbo_quant.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/resources.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/server.py +17 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/shared.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/tools.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/tools_active.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/tools_code_graph.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/tools_core.py +1 -1
- superlocalmemory-3.4.7/src/superlocalmemory/mcp/tools_learning.py +221 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/tools_mesh.py +55 -12
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/tools_v28.py +23 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/tools_v3.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/tools_v33.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mesh/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mesh/broker.py +194 -38
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/parameterization/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/parameterization/pattern_extractor.py +35 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/parameterization/pii_filter.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/parameterization/prompt_injector.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/parameterization/prompt_lifecycle.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/parameterization/soft_prompt_generator.py +7 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/agentic.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/ann_index.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/bm25_channel.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/bridge_discovery.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/channel_registry.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/engine.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/entity_channel.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/forgetting_filter.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/fusion.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/hopfield_channel.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/profile_channel.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/quantization_aware_search.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/reranker.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/semantic_channel.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/spreading_activation.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/strategy.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/temporal_channel.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/vector_store.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/api.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/__init__.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/adapters.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/agents.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/backup.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/behavioral.py +125 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/compliance.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/data_io.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/entity.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/events.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/helpers.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/ingest.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/learning.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/lifecycle.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/memories.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/mesh.py +25 -7
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/profiles.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/stats.py +26 -7
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/v3_api.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/ws.py +2 -2
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/ui.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/unified_daemon.py +42 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/access_control.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/access_log.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/database.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/embedding_migrator.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/migration_v33.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/migrations.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/models.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/quantized_store.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/schema.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/schema_code_graph.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/schema_v32.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/schema_v343.py +75 -1
- superlocalmemory-3.4.7/src/superlocalmemory/storage/schema_v347.py +136 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/v2_migrator.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/trust/gate.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/trust/provenance.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/trust/scorer.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/trust/signals.py +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/behavioral.js +174 -3
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7/src/superlocalmemory.egg-info}/PKG-INFO +1 -1
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory.egg-info/SOURCES.txt +3 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/AUTHORS.md +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/LICENSE +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/NOTICE +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/README.md +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/setup.cfg +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/attribution/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/dynamics/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/encoding/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/engagement.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/feedback.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/learning/source_quality.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/llm/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/math/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/mcp/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/retrieval/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/chat.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/insights.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/routes/timeline.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/server/security_middleware.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/storage/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/trust/__init__.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/css/neural-glass.css +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/index.html +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/agents.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/auto-settings.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/clusters.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/compliance.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/core.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/dashboard.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/events.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/fact-detail.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/feedback.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/graph-core.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/graph-event-bus.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/graph-filters.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/graph-interactions.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/graph-ui.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/ide-status.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/init.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/knowledge-graph.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/learning.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/lifecycle.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/math-health.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/memories.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/memory-chat.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/memory-timeline.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/modal.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/ng-entities.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/ng-health.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/ng-ingestion.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/ng-mesh.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/ng-shell.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/patterns.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/profiles.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/quick-actions.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/recall-lab.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/search.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/settings.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/timeline.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/ui/js/trust-dashboard.js +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory.egg-info/dependency_links.txt +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory.egg-info/entry_points.txt +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory.egg-info/requires.txt +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory.egg-info/top_level.txt +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_auto_hooks.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_behavioral_full.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_claude_hooks.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_cli.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_cli_json.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_cli_v33.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_compliance_full.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_config_system.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_engine_hooks.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_event_bus.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_features.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_final_locomo_mini.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_hook_handlers.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_ide_connector.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_infra.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_learning_advanced.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_learning_collectors.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_llm_provider.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_mcp_server.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_migration.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_post_install.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_ranker.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_trust_full.py +0 -0
- {superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/tests/test_v3_api.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Self-enforcing inter-layer parameter constraints.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/attribution/signer.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Cryptographic signing for content attribution and tamper detection.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/attribution/watermark.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Steganographic watermarking using zero-width Unicode characters.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SuperLocalMemory V3 — CLI package."""
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""CLI command implementations.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SLM Daemon — client functions for communicating with the unified daemon.
|
|
@@ -232,39 +232,69 @@ def _wait_for_daemon(timeout: int = 60) -> bool:
|
|
|
232
232
|
|
|
233
233
|
|
|
234
234
|
def stop_daemon() -> bool:
|
|
235
|
-
"""Stop
|
|
235
|
+
"""Stop ALL SLM daemon processes and their workers.
|
|
236
236
|
|
|
237
|
-
v3.4.
|
|
238
|
-
|
|
237
|
+
v3.4.7: Nuclear cleanup — finds and kills ALL processes matching
|
|
238
|
+
superlocalmemory.server.unified_daemon, embedding_worker, recall_worker,
|
|
239
|
+
reranker_worker. Not just the PID file daemon. Multiple daemons can
|
|
240
|
+
accumulate from rapid restarts, MCP warmups, and concurrent sessions.
|
|
239
241
|
"""
|
|
240
|
-
|
|
241
|
-
|
|
242
|
+
killed = 0
|
|
243
|
+
|
|
242
244
|
try:
|
|
243
|
-
|
|
245
|
+
import psutil
|
|
246
|
+
my_pid = os.getpid()
|
|
247
|
+
targets = [
|
|
248
|
+
"superlocalmemory.server.unified_daemon",
|
|
249
|
+
"superlocalmemory.core.embedding_worker",
|
|
250
|
+
"superlocalmemory.core.recall_worker",
|
|
251
|
+
"superlocalmemory.core.reranker_worker",
|
|
252
|
+
]
|
|
253
|
+
|
|
254
|
+
for proc in psutil.process_iter(["pid", "cmdline"]):
|
|
255
|
+
try:
|
|
256
|
+
if proc.pid == my_pid:
|
|
257
|
+
continue
|
|
258
|
+
cmdline = " ".join(proc.info.get("cmdline") or [])
|
|
259
|
+
if any(t in cmdline for t in targets):
|
|
260
|
+
# Kill children first, then process
|
|
261
|
+
for child in proc.children(recursive=True):
|
|
262
|
+
try:
|
|
263
|
+
child.kill()
|
|
264
|
+
killed += 1
|
|
265
|
+
except (psutil.NoSuchProcess, psutil.AccessDenied):
|
|
266
|
+
pass
|
|
267
|
+
proc.kill()
|
|
268
|
+
killed += 1
|
|
269
|
+
except (psutil.NoSuchProcess, psutil.AccessDenied):
|
|
270
|
+
pass
|
|
244
271
|
|
|
245
|
-
|
|
272
|
+
except ImportError:
|
|
273
|
+
# Fallback: pkill by pattern
|
|
246
274
|
try:
|
|
247
|
-
import
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
275
|
+
import subprocess as _sp
|
|
276
|
+
for pattern in [
|
|
277
|
+
"superlocalmemory.server.unified_daemon",
|
|
278
|
+
"superlocalmemory.core.embedding_worker",
|
|
279
|
+
"superlocalmemory.core.recall_worker",
|
|
280
|
+
"superlocalmemory.core.reranker_worker",
|
|
281
|
+
]:
|
|
282
|
+
result = _sp.run(
|
|
283
|
+
["pkill", "-9", "-f", pattern],
|
|
284
|
+
capture_output=True, timeout=5,
|
|
285
|
+
)
|
|
286
|
+
if result.returncode == 0:
|
|
287
|
+
killed += 1
|
|
260
288
|
except Exception:
|
|
261
289
|
pass
|
|
262
290
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
291
|
+
# Clean up PID/port files
|
|
292
|
+
_PID_FILE.unlink(missing_ok=True)
|
|
293
|
+
_PORT_FILE.unlink(missing_ok=True)
|
|
294
|
+
|
|
295
|
+
if killed:
|
|
296
|
+
logger.info("Stopped %d SLM processes", killed)
|
|
297
|
+
return True
|
|
268
298
|
|
|
269
299
|
|
|
270
300
|
# ---------------------------------------------------------------------------
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Shared JSON envelope for agent-native CLI output.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SuperLocalMemory V3 — CLI entry point.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Migration CLI command implementation."""
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Pending memory store — zero-loss async remember (Option C).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Post-install script for npm package.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/cli/service_installer.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""OS-level service installer — daemon survives reboots.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Interactive setup wizard for first-time configuration.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/__init__.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""Code Knowledge Graph for SuperLocalMemory.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/blast_radius.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""BlastRadius — bidirectional BFS impact analysis.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/bridge/__init__.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Bridge Module
|
|
4
4
|
|
|
5
5
|
"""Bridge between code_graph.db and SLM memory.db.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Bridge Module
|
|
4
4
|
|
|
5
5
|
"""Entity Resolver — match SLM fact text against code graph nodes.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Bridge Module
|
|
4
4
|
|
|
5
5
|
"""Event Listeners — bidirectional bridge between SLM events and code graph.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Bridge Module
|
|
4
4
|
|
|
5
5
|
"""Fact Enricher — append code metadata to fact descriptions.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Bridge Module
|
|
4
4
|
|
|
5
5
|
"""Hebbian Linker — code-aware association edge creation.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Bridge Module
|
|
4
4
|
|
|
5
5
|
"""Temporal Checker — invalidate memories about deleted/renamed code.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/changes.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""ChangeAnalyzer — git diff to risk-scored change analysis.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/communities.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""CommunityDetector — file-based community detection.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""Configuration for the CodeGraph module.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""Base extractor ABC for language-specific AST extraction.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""Python-specific AST extractor using tree-sitter S-expression queries.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""TypeScript/JavaScript AST extractor using tree-sitter.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""FlowDetector — entry point detection and execution flow tracing.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/git_hooks.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""Git post-commit hook for automatic code graph updates.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/graph_engine.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""GraphEngine — rustworkx in-memory directed graph.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/graph_store.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""GraphStore — thin graph-specific layer over CodeGraphDatabase.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/incremental.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""IncrementalUpdater — hash-based change detection + dependent tracing.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""Multi-language tree-sitter parser with parallel execution.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/resolver.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""Cross-file import resolution with heuristic fallback.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""HybridSearch — FTS5 + vec0 + Reciprocal Rank Fusion.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/service.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""CodeGraphService — the main orchestrator.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/code_graph/watcher.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory v3.4 — CodeGraph Module
|
|
4
4
|
|
|
5
5
|
"""CodeGraphWatcher — file system watcher with debounce.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Attribute-Based Access Control for memory operations.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Tamper-proof hash-chain audit log for compliance.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/eu_ai_act.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SuperLocalMemory V3 — EU AI Act Compliance Verification.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SuperLocalMemory V3 — GDPR Compliance.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/lifecycle.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SuperLocalMemory V3 — Memory Lifecycle Management.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/retention.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Named retention rules engine for compliance (GDPR, HIPAA, custom).
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/compliance/scheduler.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Background scheduler that periodically enforces retention rules.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SuperLocalMemory V3 — Configuration.
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/consolidation_engine.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Sleep-time consolidation engine (Phase 5).
|
|
@@ -127,6 +127,57 @@ class ConsolidationEngine:
|
|
|
127
127
|
)
|
|
128
128
|
# Step 7: Cognitive Consolidation Quantization (Phase E)
|
|
129
129
|
results["ccq"] = self._step7_ccq(profile_id)
|
|
130
|
+
|
|
131
|
+
# Step 8 (v3.4.7): Mine behavioral assertions from tool events.
|
|
132
|
+
try:
|
|
133
|
+
from superlocalmemory.learning.assertion_miner import AssertionMiner
|
|
134
|
+
miner = AssertionMiner(self._db.db_path)
|
|
135
|
+
results["assertions"] = miner.mine(profile_id)
|
|
136
|
+
except Exception as exc:
|
|
137
|
+
logger.debug("Assertion mining (non-fatal): %s", exc)
|
|
138
|
+
results["assertions"] = {"error": str(exc)}
|
|
139
|
+
|
|
140
|
+
# Step 9 (v3.4.7): Generate soft prompts from patterns + assertions.
|
|
141
|
+
# Previously the AutoParameterizeHook was never wired.
|
|
142
|
+
try:
|
|
143
|
+
from superlocalmemory.parameterization.pattern_extractor import PatternExtractor
|
|
144
|
+
from superlocalmemory.parameterization.soft_prompt_generator import SoftPromptGenerator
|
|
145
|
+
from superlocalmemory.parameterization.prompt_injector import PromptInjector
|
|
146
|
+
from superlocalmemory.parameterization.prompt_lifecycle import PromptLifecycleManager
|
|
147
|
+
from superlocalmemory.learning.behavioral import BehavioralPatternStore
|
|
148
|
+
# cross_project and workflow_miner may not exist yet — stub them
|
|
149
|
+
try:
|
|
150
|
+
from superlocalmemory.parameterization.cross_project import CrossProjectAggregator
|
|
151
|
+
except ImportError:
|
|
152
|
+
class CrossProjectAggregator:
|
|
153
|
+
def __init__(self, db): pass
|
|
154
|
+
def aggregate(self, *a, **kw): return []
|
|
155
|
+
try:
|
|
156
|
+
from superlocalmemory.parameterization.workflow_miner import WorkflowMiner
|
|
157
|
+
except ImportError:
|
|
158
|
+
class WorkflowMiner:
|
|
159
|
+
def __init__(self, db): pass
|
|
160
|
+
def mine(self, *a, **kw): return []
|
|
161
|
+
from superlocalmemory.hooks.auto_parameterize import AutoParameterizeHook
|
|
162
|
+
from superlocalmemory.core.config import ParameterizationConfig
|
|
163
|
+
from pathlib import Path as _Path
|
|
164
|
+
|
|
165
|
+
p_config = getattr(self._slm_config, "parameterization", ParameterizationConfig())
|
|
166
|
+
learning_db = str(_Path.home() / ".superlocalmemory" / "learning.db")
|
|
167
|
+
beh_store = BehavioralPatternStore(learning_db)
|
|
168
|
+
cross_proj = CrossProjectAggregator(self._db)
|
|
169
|
+
wf_miner = WorkflowMiner(self._db)
|
|
170
|
+
extractor = PatternExtractor(self._db, beh_store, cross_proj, wf_miner, p_config)
|
|
171
|
+
generator = SoftPromptGenerator(p_config)
|
|
172
|
+
injector = PromptInjector(self._db)
|
|
173
|
+
lifecycle = PromptLifecycleManager(self._db, p_config)
|
|
174
|
+
hook = AutoParameterizeHook(extractor, generator, injector, lifecycle, p_config)
|
|
175
|
+
sp_result = hook.on_consolidation_complete(profile_id)
|
|
176
|
+
results["soft_prompts"] = sp_result
|
|
177
|
+
except Exception as exc:
|
|
178
|
+
logger.debug("Soft prompt generation (non-fatal): %s", exc)
|
|
179
|
+
results["soft_prompts"] = {"error": str(exc)}
|
|
180
|
+
|
|
130
181
|
results["success"] = True
|
|
131
182
|
except Exception as exc:
|
|
132
183
|
logger.warning(
|
{superlocalmemory-3.4.5 → superlocalmemory-3.4.7}/src/superlocalmemory/core/embedding_worker.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""Subprocess embedding worker — isolates PyTorch memory from main process.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SuperLocalMemory V3 — Embedding Service (Subprocess-Isolated).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
|
|
2
|
-
# Licensed under
|
|
2
|
+
# Licensed under AGPL-3.0-or-later - see LICENSE file
|
|
3
3
|
# Part of SuperLocalMemory V3 | https://qualixar.com | https://varunpratap.com
|
|
4
4
|
|
|
5
5
|
"""SuperLocalMemory V3 — Main Memory Engine (Facade).
|
|
@@ -125,6 +125,20 @@ class MemoryEngine:
|
|
|
125
125
|
except Exception as exc:
|
|
126
126
|
logger.debug("V3.4.3 schema migration: %s", exc)
|
|
127
127
|
|
|
128
|
+
# V3.4.6: Apply "Connected Brain" mesh enhancements (broadcast, project routing, offline queue)
|
|
129
|
+
try:
|
|
130
|
+
from superlocalmemory.storage.schema_v343 import apply_v346_schema
|
|
131
|
+
apply_v346_schema(str(self._db.db_path))
|
|
132
|
+
except Exception as exc:
|
|
133
|
+
logger.debug("V3.4.6 schema migration: %s", exc)
|
|
134
|
+
|
|
135
|
+
# V3.4.7: Apply "Learning Brain" schema (tool_events, behavioral_assertions)
|
|
136
|
+
try:
|
|
137
|
+
from superlocalmemory.storage.schema_v347 import apply_v347_schema
|
|
138
|
+
apply_v347_schema(str(self._db.db_path))
|
|
139
|
+
except Exception as exc:
|
|
140
|
+
logger.debug("V3.4.7 schema migration: %s", exc)
|
|
141
|
+
|
|
128
142
|
self._embedder = init_embedder(self._config)
|
|
129
143
|
|
|
130
144
|
if self._caps.llm_fact_extraction:
|
|
@@ -199,6 +213,8 @@ class MemoryEngine:
|
|
|
199
213
|
temporal_validator=self._temporal_validator,
|
|
200
214
|
summarizer=summarizer,
|
|
201
215
|
behavioral_store=None,
|
|
216
|
+
embedder=self._embedder, # v3.4.7: for CCQ worker
|
|
217
|
+
llm=getattr(self, "_llm", None), # v3.4.7: for CCQ worker
|
|
202
218
|
)
|
|
203
219
|
|
|
204
220
|
# V3.3: Check for embedding model migration on mode switch
|