.env.example
LICENSE
LICENSE.agpl-v3
LICENSE.header
MANIFEST.in
README.md
VERSION
config.json
pyproject.toml
scripts/add_license_headers.py
smartmemory/__init__.py
smartmemory/__version__.py
smartmemory/clear_all.py
smartmemory/interfaces.py
smartmemory/py.typed
smartmemory/scope_provider.py
smartmemory/smart_memory.py
smartmemory/clustering/__init__.py
smartmemory/clustering/deduplicator.py
smartmemory/clustering/embedding.py
smartmemory/clustering/global_cluster.py
smartmemory/clustering/graph_aggregator.py
smartmemory/clustering/llm.py
smartmemory/configuration/__init__.py
smartmemory/configuration/environment.py
smartmemory/configuration/manager.py
smartmemory/configuration/models.py
smartmemory/configuration/validator.py
smartmemory/conversation/__init__.py
smartmemory/conversation/context.py
smartmemory/conversation/manager.py
smartmemory/conversation/session.py
smartmemory/decisions/__init__.py
smartmemory/decisions/manager.py
smartmemory/decisions/queries.py
smartmemory/evolution/__init__.py
smartmemory/evolution/cycle.py
smartmemory/evolution/flow.py
smartmemory/evolution/registry.py
smartmemory/evolution/utilities.py
smartmemory/extraction/__init__.py
smartmemory/extraction/extractor.py
smartmemory/extraction/models.py
smartmemory/feedback/__init__.py
smartmemory/feedback/agentic_improvement.py
smartmemory/feedback/agentic_routines.py
smartmemory/feedback/cli.py
smartmemory/feedback/manager.py
smartmemory/feedback/slack.py
smartmemory/graph/__init__.py
smartmemory/graph/base.py
smartmemory/graph/indexes.py
smartmemory/graph/ontology_graph.py
smartmemory/graph/smartgraph.py
smartmemory/graph/analytics/__init__.py
smartmemory/graph/analytics/edge.py
smartmemory/graph/analytics/episodes.py
smartmemory/graph/analytics/export.py
smartmemory/graph/analytics/prune.py
smartmemory/graph/analytics/temporal.py
smartmemory/graph/backends/__init__.py
smartmemory/graph/backends/backend.py
smartmemory/graph/backends/falkordb.py
smartmemory/graph/backends/queries.py
smartmemory/graph/core/__init__.py
smartmemory/graph/core/edges.py
smartmemory/graph/core/memory_path.py
smartmemory/graph/core/nodes.py
smartmemory/graph/core/search.py
smartmemory/graph/models/__init__.py
smartmemory/graph/models/canonical_types.py
smartmemory/graph/models/node_types.py
smartmemory/graph/models/schema_validator.py
smartmemory/graph/types/__init__.py
smartmemory/graph/types/episodic.py
smartmemory/graph/types/interfaces.py
smartmemory/graph/types/procedural.py
smartmemory/graph/types/semantic.py
smartmemory/graph/types/zettel.py
smartmemory/grounding/__init__.py
smartmemory/grounding/executors.py
smartmemory/grounding/registry.py
smartmemory/grounding/schemas.py
smartmemory/inference/__init__.py
smartmemory/inference/engine.py
smartmemory/inference/rules.py
smartmemory/integration/__init__.py
smartmemory/integration/wikipedia_client.py
smartmemory/integration/archive/archive_provider.py
smartmemory/integration/chat/__init__.py
smartmemory/integration/chat/hitl.py
smartmemory/integration/chat/integration.py
smartmemory/integration/llm/__init__.py
smartmemory/integration/llm/llm_client.py
smartmemory/integration/llm/providers.py
smartmemory/integration/llm/response_parser.py
smartmemory/integration/llm/prompts/__init__.py
smartmemory/integration/llm/prompts/prompt_manager.py
smartmemory/integration/llm/prompts/prompt_provider.py
smartmemory/integration/llm/prompts/prompts.json
smartmemory/integration/llm/prompts/prompts_loader.py
smartmemory/managers/__init__.py
smartmemory/managers/debug.py
smartmemory/managers/enrichment.py
smartmemory/managers/evolution.py
smartmemory/managers/monitoring.py
smartmemory/memory/__init__.py
smartmemory/memory/base.py
smartmemory/memory/canonical_store.py
smartmemory/memory/context_types.py
smartmemory/memory/memory_factory.py
smartmemory/memory/migrate.py
smartmemory/memory/mixins.py
smartmemory/memory/utils.py
smartmemory/memory/ingestion/__init__.py
smartmemory/memory/ingestion/enrichment.py
smartmemory/memory/ingestion/extraction.py
smartmemory/memory/ingestion/flow.py
smartmemory/memory/ingestion/grounding.py
smartmemory/memory/ingestion/observer.py
smartmemory/memory/ingestion/registry.py
smartmemory/memory/ingestion/storage.py
smartmemory/memory/ingestion/utils.py
smartmemory/memory/models/__init__.py
smartmemory/memory/models/memory_item.py
smartmemory/memory/pipeline/__init__.py
smartmemory/memory/pipeline/classification.py
smartmemory/memory/pipeline/components.py
smartmemory/memory/pipeline/config.py
smartmemory/memory/pipeline/enrichment.py
smartmemory/memory/pipeline/extractor.py
smartmemory/memory/pipeline/grounding.py
smartmemory/memory/pipeline/input_adapter.py
smartmemory/memory/pipeline/linking.py
smartmemory/memory/pipeline/plugin_base.py
smartmemory/memory/pipeline/state.py
smartmemory/memory/pipeline/storage.py
smartmemory/memory/pipeline/stages/__init__.py
smartmemory/memory/pipeline/stages/analytics.py
smartmemory/memory/pipeline/stages/clustering.py
smartmemory/memory/pipeline/stages/coreference.py
smartmemory/memory/pipeline/stages/crud.py
smartmemory/memory/pipeline/stages/enrichment.py
smartmemory/memory/pipeline/stages/evolution.py
smartmemory/memory/pipeline/stages/graph_operations.py
smartmemory/memory/pipeline/stages/grounding.py
smartmemory/memory/pipeline/stages/linking.py
smartmemory/memory/pipeline/stages/monitoring.py
smartmemory/memory/pipeline/stages/personalization.py
smartmemory/memory/pipeline/stages/search.py
smartmemory/memory/pipeline/stages/validation.py
smartmemory/memory/pipeline/transactions/__init__.py
smartmemory/memory/pipeline/transactions/change_set.py
smartmemory/memory/pipeline/transactions/ops.py
smartmemory/memory/pipeline/transactions/transaction.py
smartmemory/memory/types/__init__.py
smartmemory/memory/types/episodic_memory.py
smartmemory/memory/types/factory_memory_creator.py
smartmemory/memory/types/procedural_memory.py
smartmemory/memory/types/semantic_memory.py
smartmemory/memory/types/wikilink_parser.py
smartmemory/memory/types/working_memory.py
smartmemory/memory/types/zettel_extensions.py
smartmemory/memory/types/zettel_memory.py
smartmemory/metrics/__init__.py
smartmemory/metrics/graph_health.py
smartmemory/models/__init__.py
smartmemory/models/base.py
smartmemory/models/concept.py
smartmemory/models/conditional_step.py
smartmemory/models/corpus.py
smartmemory/models/decision.py
smartmemory/models/entity.py
smartmemory/models/entity_types.py
smartmemory/models/link_types.py
smartmemory/models/memory_item.py
smartmemory/models/note.py
smartmemory/models/ontology.py
smartmemory/models/opinion.py
smartmemory/models/procedure.py
smartmemory/models/reasoning.py
smartmemory/models/status.py
smartmemory/models/step.py
smartmemory/models/tag.py
smartmemory/models/user_model.py
smartmemory/models/compat/__init__.py
smartmemory/models/compat/boundary_converter.py
smartmemory/models/compat/dataclass_model.py
smartmemory/models/compat/simple_boundary.py
smartmemory/observability/__init__.py
smartmemory/observability/events.py
smartmemory/observability/instrumentation.py
smartmemory/observability/json_formatter.py
smartmemory/observability/logging_filter.py
smartmemory/ontology/__init__.py
smartmemory/ontology/entity_pair_cache.py
smartmemory/ontology/governance.py
smartmemory/ontology/governance_manager.py
smartmemory/ontology/ir_models.py
smartmemory/ontology/layered.py
smartmemory/ontology/llm_manager.py
smartmemory/ontology/manager.py
smartmemory/ontology/models.py
smartmemory/ontology/pattern_manager.py
smartmemory/ontology/promotion.py
smartmemory/ontology/promotion_worker.py
smartmemory/ontology/reasoning_validator.py
smartmemory/ontology/registry.py
smartmemory/ontology/template_service.py
smartmemory/ontology/hitl/__init__.py
smartmemory/ontology/hitl/hitl_interface.py
smartmemory/ontology/inference/__init__.py
smartmemory/ontology/inference/inference.py
smartmemory/ontology/inference/ontogpt.py
smartmemory/ontology/templates/_manifest.json
smartmemory/ontology/templates/business.json
smartmemory/ontology/templates/general.json
smartmemory/ontology/templates/software.json
smartmemory/pipeline/__init__.py
smartmemory/pipeline/config.py
smartmemory/pipeline/metrics.py
smartmemory/pipeline/metrics_consumer.py
smartmemory/pipeline/protocol.py
smartmemory/pipeline/runner.py
smartmemory/pipeline/state.py
smartmemory/pipeline/stages/__init__.py
smartmemory/pipeline/stages/classify.py
smartmemory/pipeline/stages/coreference.py
smartmemory/pipeline/stages/enrich.py
smartmemory/pipeline/stages/entity_ruler.py
smartmemory/pipeline/stages/evolve.py
smartmemory/pipeline/stages/ground.py
smartmemory/pipeline/stages/link.py
smartmemory/pipeline/stages/llm_extract.py
smartmemory/pipeline/stages/ontology_constrain.py
smartmemory/pipeline/stages/simplify.py
smartmemory/pipeline/stages/store.py
smartmemory/pipeline/transport/__init__.py
smartmemory/pipeline/transport/event_bus.py
smartmemory/plugins/__init__.py
smartmemory/plugins/base.py
smartmemory/plugins/embedding.py
smartmemory/plugins/executor.py
smartmemory/plugins/manager.py
smartmemory/plugins/registry.py
smartmemory/plugins/security.py
smartmemory/plugins/enrichers/__init__.py
smartmemory/plugins/enrichers/basic.py
smartmemory/plugins/enrichers/link_expansion.py
smartmemory/plugins/enrichers/sentiment.py
smartmemory/plugins/enrichers/skills_tools.py
smartmemory/plugins/enrichers/temporal.py
smartmemory/plugins/enrichers/topic.py
smartmemory/plugins/enrichers/wikipedia.py
smartmemory/plugins/evolvers/__init__.py
smartmemory/plugins/evolvers/base.py
smartmemory/plugins/evolvers/decision_confidence.py
smartmemory/plugins/evolvers/episodic_decay.py
smartmemory/plugins/evolvers/episodic_to_semantic.py
smartmemory/plugins/evolvers/episodic_to_zettel.py
smartmemory/plugins/evolvers/observation_synthesis.py
smartmemory/plugins/evolvers/opinion_reinforcement.py
smartmemory/plugins/evolvers/opinion_synthesis.py
smartmemory/plugins/evolvers/semantic_decay.py
smartmemory/plugins/evolvers/working_to_episodic.py
smartmemory/plugins/evolvers/working_to_procedural.py
smartmemory/plugins/evolvers/zettel_prune.py
smartmemory/plugins/evolvers/enhanced/__init__.py
smartmemory/plugins/evolvers/enhanced/working_to_episodic.py
smartmemory/plugins/extractors/__init__.py
smartmemory/plugins/extractors/conversation_aware_llm.py
smartmemory/plugins/extractors/decision.py
smartmemory/plugins/extractors/gliner2.py
smartmemory/plugins/extractors/hybrid.py
smartmemory/plugins/extractors/llm.py
smartmemory/plugins/extractors/llm_single.py
smartmemory/plugins/extractors/reasoning.py
smartmemory/plugins/extractors/relik.py
smartmemory/plugins/extractors/spacy.py
smartmemory/plugins/grounders/__init__.py
smartmemory/plugins/grounders/wikipedia.py
smartmemory/plugins/resolvers/__init__.py
smartmemory/plugins/resolvers/external_resolver.py
smartmemory/reasoning/__init__.py
smartmemory/reasoning/challenger.py
smartmemory/reasoning/confidence.py
smartmemory/reasoning/fuzzy_confidence.py
smartmemory/reasoning/models.py
smartmemory/reasoning/proof_tree.py
smartmemory/reasoning/query_router.py
smartmemory/reasoning/reasoner.py
smartmemory/reasoning/residuation.py
smartmemory/reasoning/detection/__init__.py
smartmemory/reasoning/detection/base.py
smartmemory/reasoning/detection/cascade.py
smartmemory/reasoning/detection/embedding.py
smartmemory/reasoning/detection/graph.py
smartmemory/reasoning/detection/heuristic.py
smartmemory/reasoning/detection/llm.py
smartmemory/reasoning/resolution/__init__.py
smartmemory/reasoning/resolution/base.py
smartmemory/reasoning/resolution/cascade.py
smartmemory/reasoning/resolution/grounding.py
smartmemory/reasoning/resolution/llm.py
smartmemory/reasoning/resolution/recency.py
smartmemory/reasoning/resolution/wikipedia.py
smartmemory/retrieval/__init__.py
smartmemory/retrieval/ssg_traversal.py
smartmemory/similarity/__init__.py
smartmemory/similarity/enhanced_metrics.py
smartmemory/similarity/framework.py
smartmemory/stores/__init__.py
smartmemory/stores/base.py
smartmemory/stores/example_memory_handler.py
smartmemory/stores/factory.py
smartmemory/stores/json_store.py
smartmemory/stores/mixins.py
smartmemory/stores/registrations.py
smartmemory/stores/registry.py
smartmemory/stores/converters/__init__.py
smartmemory/stores/converters/episodic_converter.py
smartmemory/stores/converters/procedural_converter.py
smartmemory/stores/converters/semantic_converter.py
smartmemory/stores/converters/zettel_converter.py
smartmemory/stores/corpus/__init__.py
smartmemory/stores/corpus/store.py
smartmemory/stores/external/__init__.py
smartmemory/stores/external/file_handler.py
smartmemory/stores/external/mcp_handler.py
smartmemory/stores/external/s3_handler.py
smartmemory/stores/external/web_handler.py
smartmemory/stores/ontology/__init__.py
smartmemory/stores/ontology/falkordb.py
smartmemory/stores/ontology/redis_service.py
smartmemory/stores/persistence/__init__.py
smartmemory/stores/persistence/base.py
smartmemory/stores/persistence/entity_handler.py
smartmemory/stores/persistence/json.py
smartmemory/stores/persistence/model.py
smartmemory/stores/persistence/ontology_handlers.py
smartmemory/stores/vector/__init__.py
smartmemory/stores/vector/vector_store.py
smartmemory/stores/vector/backends/__init__.py
smartmemory/stores/vector/backends/base.py
smartmemory/stores/vector/backends/falkor.py
smartmemory/temporal/__init__.py
smartmemory/temporal/context.py
smartmemory/temporal/performance.py
smartmemory/temporal/queries.py
smartmemory/temporal/relationships.py
smartmemory/temporal/version_tracker.py
smartmemory/utils/__init__.py
smartmemory/utils/cache.py
smartmemory/utils/chunking.py
smartmemory/utils/context.py
smartmemory/utils/deduplication.py
smartmemory/utils/hybrid_retrieval.py
smartmemory/utils/llm.py
smartmemory/utils/pipeline_utils.py
smartmemory/utils/serialization.py
smartmemory/utils/token_tracking.py
smartmemory/utils/llm_client/dspy.py
smartmemory/utils/llm_client/litellm.py
smartmemory/utils/llm_client/openai.py
smartmemory/validation/__init__.py
smartmemory/validation/edge_validator.py
smartmemory/validation/memory_validator.py