README.md
pyproject.toml
src/afs/__init__.py
src/afs/attachment.py
src/afs/audit.py
src/afs/audit_index.py
src/afs/audit_taxonomy.py
src/afs/config.py
src/afs/engine.py
src/afs/filter.py
src/afs/forgetting.py
src/afs/fs.py
src/afs/graph.py
src/afs/inspect.py
src/afs/instance.py
src/afs/local_pipeline.py
src/afs/models.py
src/afs/models_daemon.py
src/afs/models_install.py
src/afs/paths.py
src/afs/retrieval.py
src/afs/retrieval_rrf.py
src/afs/scheduler.py
src/afs/serialize.py
src/afs/session.py
src/afs/store.py
src/afs/api/__init__.py
src/afs/api/server.py
src/afs/cli/__init__.py
src/afs/cli/admin.py
src/afs/cli/agent.py
src/afs/cli/attachment.py
src/afs/cli/graph.py
src/afs/cli/main.py
src/afs/cli/maintenance.py
src/afs/cli/memory.py
src/afs/cli/models.py
src/afs/cli/query.py
src/afs/cli/scheduler.py
src/afs/cli/session.py
src/afs/cli/utils.py
src/afs/index/__init__.py
src/afs/index/fts.py
src/afs/index/hash.py
src/afs/index/hnsw.py
src/afs/index/idx1.py
src/afs/index/manager.py
src/afs/index/temporal.py
src/afs/index/text.py
src/afs/index/vector.py
src/afs/providers/__init__.py
src/afs/providers/base.py
src/afs/providers/llm_base.py
src/afs/providers/llm_openai.py
src/afs/providers/llm_stub.py
src/afs/providers/openai.py
src/afs/providers/sentence_transformers.py
src/afs/providers/sine.py
src/afs/providers/transcribe_base.py
src/afs/providers/transcribe_stub.py
src/afs/providers/transcribe_whisper.py
src/afs/providers/vision_base.py
src/afs/providers/vision_pillow.py
src/afs/providers/vision_stub.py
src/afs/swarm/index.py
src/afs/swarm/manager.py
src/afs/swarm/store.py
src/afscli.egg-info/PKG-INFO
src/afscli.egg-info/SOURCES.txt
src/afscli.egg-info/dependency_links.txt
src/afscli.egg-info/entry_points.txt
src/afscli.egg-info/requires.txt
src/afscli.egg-info/top_level.txt
tests/test_access_scoring.py
tests/test_access_tracking.py
tests/test_admin_cli.py
tests/test_admin_config_show_base_path_override.py
tests/test_admin_config_show_invalid_yaml.py
tests/test_admin_config_show_missing_config.py
tests/test_admin_config_show_no_config_file_flag.py
tests/test_admin_config_show_raw_yaml.py
tests/test_api.py
tests/test_api_attachment.py
tests/test_api_new_endpoints.py
tests/test_api_session.py
tests/test_archive_commands.py
tests/test_archived_filtering.py
tests/test_association_mining.py
tests/test_attachment.py
tests/test_attachment_code.py
tests/test_attachment_structured.py
tests/test_audit_api_attachments.py
tests/test_audit_api_export.py
tests/test_audit_engine_events.py
tests/test_audit_engine_read_operations.py
tests/test_audit_error_path.py
tests/test_audit_fail_open.py
tests/test_audit_index_security.py
tests/test_audit_performance_tip_cache.py
tests/test_audit_scheduler.py
tests/test_audit_session.py
tests/test_audit_swarm.py
tests/test_batch.py
tests/test_cli_attachment.py
tests/test_cli_audit_coverage.py
tests/test_cli_init.py
tests/test_cli_maintenance_reindex.py
tests/test_cli_maintenance_scrub.py
tests/test_cli_new_commands.py
tests/test_cli_session.py
tests/test_cli_utils.py
tests/test_config.py
tests/test_config_source_priority.py
tests/test_consolidation.py
tests/test_consolidation_synthesis.py
tests/test_context.py
tests/test_convenience.py
tests/test_edge_query.py
tests/test_embedding_persistence.py
tests/test_embedding_providers.py
tests/test_engine_attachments.py
tests/test_engine_concurrency.py
tests/test_engine_helpers.py
tests/test_enhanced_forgetting.py
tests/test_export.py
tests/test_extensible_type.py
tests/test_filter_cli.py
tests/test_filters.py
tests/test_forgetting.py
tests/test_forgetting_extended.py
tests/test_get_list_cli.py
tests/test_graph_api_cli.py
tests/test_graph_dijkstra.py
tests/test_graph_optimization.py
tests/test_graph_weighted.py
tests/test_index_fts.py
tests/test_index_read_locking.py
tests/test_index_text.py
tests/test_inspect.py
tests/test_instance_discovery.py
tests/test_integration_memory_lake.py
tests/test_integration_multi_modal.py
tests/test_integration_scheduler_flow.py
tests/test_integration_session_flow.py
tests/test_lifecycle.py
tests/test_lifecycle_cli.py
tests/test_local_pipeline_cli.py
tests/test_models_daemon_cli.py
tests/test_models_install_cli.py
tests/test_paths_datetime.py
tests/test_reflective_recall.py
tests/test_rename_afs.py
tests/test_repo_policy.py
tests/test_restore_security.py
tests/test_rrf.py
tests/test_scheduler.py
tests/test_scheduler_api.py
tests/test_scheduler_integration.py
tests/test_search_bulk_retrieve.py
tests/test_search_filters.py
tests/test_search_rrf_integration.py
tests/test_session.py
tests/test_session_compression.py
tests/test_session_model.py
tests/test_spec_parity.py
tests/test_stats_export.py
tests/test_store.py
tests/test_swarm_intelligence.py
tests/test_system_cli.py
tests/test_tier_semantics.py
tests/test_transcribe_providers.py
tests/test_update.py
tests/test_vector_hnswlib.py
tests/test_vision_providers.py