LICENSE
README.md
pyproject.toml
stellar_memory/__init__.py
stellar_memory/adaptive_decay.py
stellar_memory/benchmark.py
stellar_memory/cli.py
stellar_memory/config.py
stellar_memory/consolidator.py
stellar_memory/decay_manager.py
stellar_memory/embedder.py
stellar_memory/emotion.py
stellar_memory/event_bus.py
stellar_memory/event_logger.py
stellar_memory/graph_analyzer.py
stellar_memory/importance_evaluator.py
stellar_memory/llm_adapter.py
stellar_memory/mcp_server.py
stellar_memory/memory_function.py
stellar_memory/memory_graph.py
stellar_memory/metacognition.py
stellar_memory/models.py
stellar_memory/multimodal.py
stellar_memory/namespace.py
stellar_memory/orbit_manager.py
stellar_memory/persistent_graph.py
stellar_memory/reasoning.py
stellar_memory/scheduler.py
stellar_memory/self_learning.py
stellar_memory/serializer.py
stellar_memory/server.py
stellar_memory/session.py
stellar_memory/stellar.py
stellar_memory/stream.py
stellar_memory/summarizer.py
stellar_memory/utils.py
stellar_memory/vector_index.py
stellar_memory/weight_tuner.py
stellar_memory.egg-info/PKG-INFO
stellar_memory.egg-info/SOURCES.txt
stellar_memory.egg-info/dependency_links.txt
stellar_memory.egg-info/entry_points.txt
stellar_memory.egg-info/requires.txt
stellar_memory.egg-info/top_level.txt
stellar_memory/adapters/__init__.py
stellar_memory/adapters/langchain.py
stellar_memory/adapters/openai_plugin.py
stellar_memory/connectors/__init__.py
stellar_memory/connectors/api_connector.py
stellar_memory/connectors/file_connector.py
stellar_memory/connectors/web_connector.py
stellar_memory/dashboard/__init__.py
stellar_memory/dashboard/app.py
stellar_memory/providers/__init__.py
stellar_memory/providers/ollama_provider.py
stellar_memory/providers/openai_provider.py
stellar_memory/security/__init__.py
stellar_memory/security/access_control.py
stellar_memory/security/audit.py
stellar_memory/security/encryption.py
stellar_memory/storage/__init__.py
stellar_memory/storage/in_memory.py
stellar_memory/storage/postgres_storage.py
stellar_memory/storage/redis_cache.py
stellar_memory/storage/sqlite_storage.py
stellar_memory/sync/__init__.py
stellar_memory/sync/sync_manager.py
stellar_memory/sync/ws_client.py
stellar_memory/sync/ws_server.py
tests/test_adapters.py
tests/test_adaptive_decay.py
tests/test_blackhole.py
tests/test_cli.py
tests/test_connectors.py
tests/test_consolidation.py
tests/test_dashboard.py
tests/test_decay.py
tests/test_embedder.py
tests/test_emotion.py
tests/test_event_bus.py
tests/test_event_logger.py
tests/test_graph_analyzer.py
tests/test_health.py
tests/test_importance.py
tests/test_mcp_server.py
tests/test_memory_function.py
tests/test_memory_graph.py
tests/test_middleware.py
tests/test_namespace.py
tests/test_orbit_manager.py
tests/test_p8_init_mcp.py
tests/test_p8_openapi.py
tests/test_p8_quickstart.py
tests/test_p8_version.py
tests/test_p9_benchmark.py
tests/test_p9_metacognition.py
tests/test_p9_multimodal.py
tests/test_p9_reasoning.py
tests/test_p9_self_learning.py
tests/test_packaging.py
tests/test_performance.py
tests/test_persistent_graph.py
tests/test_providers.py
tests/test_recall_boost.py
tests/test_security.py
tests/test_semantic_search.py
tests/test_serializer.py
tests/test_server.py
tests/test_session.py
tests/test_stellar.py
tests/test_storage.py
tests/test_storage_backend.py
tests/test_stream.py
tests/test_summarizer.py
tests/test_sync.py
tests/test_tuner_integration.py
tests/test_vector_index.py
tests/test_weight_tuner.py