LICENSE
README.md
pyproject.toml
taosmd/__init__.py
taosmd/__main__.py
taosmd/_db.py
taosmd/access_tracker.py
taosmd/agents.py
taosmd/api.py
taosmd/archive.py
taosmd/auto_setup.py
taosmd/backend.py
taosmd/browsing_history.py
taosmd/catalog_pipeline.py
taosmd/cli.py
taosmd/config.py
taosmd/context_assembler.py
taosmd/cross_encoder.py
taosmd/crystallize.py
taosmd/emem_edu.py
taosmd/emem_event_lift.py
taosmd/graph_expansion.py
taosmd/http_server.py
taosmd/intent_classifier.py
taosmd/knowledge_graph.py
taosmd/llm_rerank.py
taosmd/mcp_server.py
taosmd/memory_extractor.py
taosmd/pending_decisions.py
taosmd/predicate_vocab.py
taosmd/preference_extractor.py
taosmd/project.py
taosmd/prompts.py
taosmd/query_expansion.py
taosmd/recipes.py
taosmd/reflect.py
taosmd/remote.py
taosmd/retention.py
taosmd/retrieval.py
taosmd/secret_filter.py
taosmd/service.py
taosmd/service_install.py
taosmd/session_catalog.py
taosmd/taosmd_backend.py
taosmd/temporal_boost.py
taosmd/vector_memory.py
taosmd.egg-info/PKG-INFO
taosmd.egg-info/SOURCES.txt
taosmd.egg-info/dependency_links.txt
taosmd.egg-info/entry_points.txt
taosmd.egg-info/requires.txt
taosmd.egg-info/top_level.txt
taosmd/docs/a2a-comms.md
taosmd/docs/agent-rules.md
taosmd/loaders/__init__.py
taosmd/loaders/_safety.py
taosmd/loaders/blob.py
taosmd/loaders/chat_loader.py
taosmd/loaders/doc_loader.py
taosmd/loaders/email_loader.py
taosmd/loaders/interface.py
taosmd/loaders/registry.py
taosmd/loaders/transcript_loader.py
taosmd/skills/taosmd-a2a/SKILL.md
taosmd/utils/__init__.py
taosmd/utils/lemmatization.py
taosmd/utils/scoring.py
taosmd/webui/index.html
taosmd/webui/assets/index-BQhLAwoY.css
taosmd/webui/assets/index-CDxVuSv3.js
tests/test_a2a.py
tests/test_a2a_channels.py
tests/test_a2a_poll.py
tests/test_a2a_watch.py
tests/test_agent_rules.py
tests/test_agents.py
tests/test_api.py
tests/test_archive_line_count.py
tests/test_backend.py
tests/test_backend_recipes.py
tests/test_binary_quant.py
tests/test_catalog_pipeline.py
tests/test_config_memory_model.py
tests/test_cross_encoder.py
tests/test_crystallize_catalog.py
tests/test_emem_event_lift.py
tests/test_hermes_audit_batch2.py
tests/test_http_server.py
tests/test_intent_timeline.py
tests/test_librarian.py
tests/test_loaders.py
tests/test_locomo_rescore_streaming.py
tests/test_main_module.py
tests/test_mcp_server.py
tests/test_pending_decisions.py
tests/test_predicate_vocab.py
tests/test_project.py
tests/test_project_storage.py
tests/test_recipes.py
tests/test_recipes_search.py
tests/test_reconcile.py
tests/test_remote.py
tests/test_retrieval.py
tests/test_secret_filter.py
tests/test_secret_filter_warn.py
tests/test_service_install.py
tests/test_session_catalog.py
tests/test_token_estimate.py
tests/test_vector_memory_stats.py
tests/test_vector_supersede.py