.env.example
LICENSE
LICENSE.agpl-v3
LICENSE.header
MANIFEST.in
README.md
config.json
pyproject.toml
smartmemory/__init__.py
smartmemory/__version__.py
smartmemory/clear_all.py
smartmemory/cli.py
smartmemory/py.typed
smartmemory/smart_memory.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/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/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/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/memory/__init__.py
smartmemory/memory/base.py
smartmemory/memory/canonical_store.py
smartmemory/memory/context_types.py
smartmemory/memory/fast_ingestion_flow.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/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/models/__init__.py
smartmemory/models/base.py
smartmemory/models/concept.py
smartmemory/models/conditional_step.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/procedure.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/governance.py
smartmemory/ontology/governance_manager.py
smartmemory/ontology/ir_models.py
smartmemory/ontology/llm_manager.py
smartmemory/ontology/manager.py
smartmemory/ontology/models.py
smartmemory/ontology/registry.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/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/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/episodic_decay.py
smartmemory/plugins/evolvers/episodic_to_semantic.py
smartmemory/plugins/evolvers/episodic_to_zettel.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/llm.py
smartmemory/plugins/extractors/rebel.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/reasoner.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/prompt_handler.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/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/chroma.py
smartmemory/stores/ontology/falkordb.py
smartmemory/stores/ontology/redis_service.py
smartmemory/stores/ontology/vector.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_operations.py
smartmemory/stores/vector/vector_store.py
smartmemory/stores/vector/backends/__init__.py
smartmemory/stores/vector/backends/base.py
smartmemory/stores/vector/backends/chroma.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/toolbox/__init__.py
smartmemory/toolbox/tool_utils.py
smartmemory/toolbox/toolbox.py
smartmemory/toolbox/finders/__init__.py
smartmemory/toolbox/finders/custom_tools.py
smartmemory/toolbox/finders/mcp_tools.py
smartmemory/toolbox/finders/smolagents_tools.py
smartmemory/tools/__init__.py
smartmemory/tools/code_execution.py
smartmemory/tools/file_operations.py
smartmemory/tools/web_operations.py
smartmemory/tools/wikipedia.py
smartmemory/utils/__init__.py
smartmemory/utils/cache.py
smartmemory/utils/context.py
smartmemory/utils/llm.py
smartmemory/utils/pipeline_utils.py
smartmemory/utils/llm_client/dspy.py
smartmemory/utils/llm_client/litellm.py
smartmemory/utils/llm_client/openai.py