CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
SECURITY.md
SUPPORT.md
docker-compose.yml
install.bat
install.sh
pyproject.toml
requirements-optional.txt
requirements.txt
benchmarks/BENCHMARK_LEADERBOARD.md
benchmarks/BENCHMARK_REPORT.md
benchmarks/PRODUCTION_READINESS.md
benchmarks/agent_memory_benchmark.py
benchmarks/agent_memory_results.json
benchmarks/ann_index_curve_benchmark.py
benchmarks/ann_index_curve_results.json
benchmarks/benchmark_artifact_audit.json
benchmarks/benchmark_matrix_results.json
benchmarks/benchmark_registry.py
benchmarks/dynamic_memory_benchmark.py
benchmarks/dynamic_memory_results.json
benchmarks/field_memory_dynamics_benchmark.py
benchmarks/field_memory_dynamics_results.json
benchmarks/locomo_evidence_results.json
benchmarks/locomo_memory_benchmark.py
benchmarks/locomo_sentence_evidence_results.json
benchmarks/long_memory_evidence_benchmark.py
benchmarks/long_memory_evidence_results.json
benchmarks/longmemeval_answer_benchmark.py
benchmarks/longmemeval_answer_extractive_20_results.json
benchmarks/longmemeval_answer_qwen25_0_5b_50_results.json
benchmarks/longmemeval_answer_qwen25_1_5b_50_results.json
benchmarks/longmemeval_evidence_50_results.json
benchmarks/longmemeval_evidence_results.json
benchmarks/longmemeval_memory_benchmark.py
benchmarks/memory_competitor_benchmark.py
benchmarks/memory_competitor_results.json
benchmarks/nomiracl_russian_benchmark.py
benchmarks/nomiracl_russian_results.json
benchmarks/open_retrieval_benchmark.py
benchmarks/open_retrieval_scifact_results.json
benchmarks/production_index_profile_results.json
benchmarks/production_load_benchmark.py
benchmarks/production_load_faiss_1m_results.json
benchmarks/production_load_qdrant_100k_tuned_results.json
benchmarks/production_load_qdrant_1m_ef_sweep_results.json
benchmarks/production_load_qdrant_1m_results.json
benchmarks/production_load_qdrant_1m_tuned_results.json
benchmarks/production_load_results.json
benchmarks/production_readiness_gate.py
benchmarks/production_readiness_results.json
benchmarks/production_streaming_load_benchmark.py
benchmarks/production_streaming_load_smoke_results.json
benchmarks/render_benchmark_charts.py
benchmarks/render_benchmark_leaderboard.py
benchmarks/render_benchmark_report.py
benchmarks/ru_sentences_benchmark.py
benchmarks/scale_readiness_benchmark.py
benchmarks/scale_readiness_results.json
benchmarks/validate_benchmark_artifacts.py
benchmarks/wavemind_capacity_results.json
deploy/helm/wavemind/Chart.yaml
deploy/helm/wavemind/README.md
deploy/helm/wavemind/values.yaml
deploy/helm/wavemind/templates/_helpers.tpl
deploy/helm/wavemind/templates/hpa.yaml
deploy/helm/wavemind/templates/repair-cronjob.yaml
deploy/helm/wavemind/templates/secret.yaml
deploy/helm/wavemind/templates/service-headless.yaml
deploy/helm/wavemind/templates/service.yaml
deploy/helm/wavemind/templates/serviceaccount.yaml
deploy/helm/wavemind/templates/statefulset.yaml
deploy/operator/README.md
deploy/operator/wavemindcluster.sample.json
deploy/serverless/README.md
deploy/serverless/wavemind-serverless.sample.json
docs/BENCHMARK_BRIEF.md
docs/CHROMA_MIGRATION.md
docs/DEMO_SCRIPT.md
docs/LAUNCH_KIT.md
docs/OBSERVABILITY.md
docs/PROJECT_BOARD.md
docs/RELEASE.md
docs/ROADMAP.md
docs/RU_LAUNCH_POSTS.md
docs/USE_CASES.md
docs/assets/benchmark-summary.svg
docs/assets/wavemind-demo.gif
docs/assets/wavemind-social-card.svg
examples/agent_with_memory.py
examples/chroma_migration.py
examples/customer_support_memory.py
examples/demo.py
examples/dynamic_memory_demo.py
examples/framework_integrations.py
examples/langchain_memory.py
examples/llamaindex_retriever.py
examples/research_notebook_memory.py
examples/sharded_memory.py
examples/observability/README.md
examples/observability/docker-compose.yml
examples/observability/otel-collector.yaml
examples/observability/prometheus-alerts.yml
examples/observability/prometheus.yml
examples/production-index-profile/README.md
examples/production-index-profile/docker-compose.yml
tests/test_agent_memory_benchmark.py
tests/test_ann_index_curve_benchmark.py
tests/test_api.py
tests/test_api_process_persistence.py
tests/test_benchmark_artifact_audit.py
tests/test_benchmark_brief.py
tests/test_benchmark_charts.py
tests/test_benchmark_leaderboard.py
tests/test_benchmark_registry.py
tests/test_benchmark_report.py
tests/test_chroma_migration_example.py
tests/test_cli_smoke.py
tests/test_cluster.py
tests/test_core_persistence.py
tests/test_dynamic_memory_benchmark.py
tests/test_examples.py
tests/test_field_crdt.py
tests/test_field_graph.py
tests/test_field_graph_integration.py
tests/test_field_memory_dynamics_benchmark.py
tests/test_framework_adapters.py
tests/test_helm_chart.py
tests/test_import_benchmark.py
tests/test_indexes_encoders.py
tests/test_jobs.py
tests/test_k8s_operator.py
tests/test_langchain_integration.py
tests/test_locomo_memory_benchmark.py
tests/test_long_memory_evidence_benchmark.py
tests/test_longmemeval_answer_benchmark.py
tests/test_longmemeval_memory_benchmark.py
tests/test_memory_competitor_benchmark.py
tests/test_multimodal.py
tests/test_nomiracl_russian_benchmark.py
tests/test_object_store.py
tests/test_observability.py
tests/test_observability_docs.py
tests/test_open_retrieval_benchmark.py
tests/test_packaging_files.py
tests/test_postgres_storage.py
tests/test_production_index_profile.py
tests/test_production_load_benchmark.py
tests/test_production_readiness_gate.py
tests/test_production_streaming_load_benchmark.py
tests/test_replication.py
tests/test_scale_plan.py
tests/test_scale_readiness_benchmark.py
tests/test_semantic_and_latency.py
tests/test_serverless.py
tests/test_sharding.py
wavemind/__init__.py
wavemind/__main__.py
wavemind/api.py
wavemind/benchmark.py
wavemind/cli.py
wavemind/cluster.py
wavemind/core.py
wavemind/encoders.py
wavemind/field_crdt.py
wavemind/field_graph.py
wavemind/importers.py
wavemind/indexes.py
wavemind/jobs.py
wavemind/k8s_operator.py
wavemind/multimodal.py
wavemind/object_store.py
wavemind/observability.py
wavemind/replication.py
wavemind/scale.py
wavemind/serverless.py
wavemind/sharding.py
wavemind/storage.py
wavemind/studio.py
wavemind.egg-info/PKG-INFO
wavemind.egg-info/SOURCES.txt
wavemind.egg-info/dependency_links.txt
wavemind.egg-info/entry_points.txt
wavemind.egg-info/requires.txt
wavemind.egg-info/top_level.txt
wavemind/integrations/__init__.py
wavemind/integrations/autogen.py
wavemind/integrations/crewai.py
wavemind/integrations/langchain.py
wavemind/integrations/langgraph.py
wavemind/integrations/llamaindex.py