LICENSE
README.md
pyproject.toml
setup.cfg
src/popoto/__init__.py
src/popoto/_error_reporting.py
src/popoto/exceptions.py
src/popoto/pytest_plugin.py
src/popoto/redis_db.py
src/popoto/redis_limits.py
src/popoto/testing.py
src/popoto.egg-info/PKG-INFO
src/popoto.egg-info/SOURCES.txt
src/popoto.egg-info/dependency_links.txt
src/popoto.egg-info/entry_points.txt
src/popoto.egg-info/requires.txt
src/popoto.egg-info/top_level.txt
src/popoto/embeddings/__init__.py
src/popoto/embeddings/ollama.py
src/popoto/embeddings/openai.py
src/popoto/embeddings/voyage.py
src/popoto/fields/__init__.py
src/popoto/fields/_tokenizer.py
src/popoto/fields/access_tracker.py
src/popoto/fields/auto_field_mixin.py
src/popoto/fields/bm25_field.py
src/popoto/fields/co_occurrence_field.py
src/popoto/fields/confidence_field.py
src/popoto/fields/constants.py
src/popoto/fields/content_field.py
src/popoto/fields/cyclic_decay_field.py
src/popoto/fields/dataframe_field.py
src/popoto/fields/datetime_field.py
src/popoto/fields/decaying_sorted_field.py
src/popoto/fields/embedding_field.py
src/popoto/fields/event_stream.py
src/popoto/fields/existence_filter.py
src/popoto/fields/field.py
src/popoto/fields/geo_field.py
src/popoto/fields/indexed_field_mixin.py
src/popoto/fields/key_field_mixin.py
src/popoto/fields/observation.py
src/popoto/fields/prediction_ledger.py
src/popoto/fields/relationship.py
src/popoto/fields/shortcuts.py
src/popoto/fields/sorted_field_mixin.py
src/popoto/fields/unique_field_mixin.py
src/popoto/fields/write_filter.py
src/popoto/models/__init__.py
src/popoto/models/base.py
src/popoto/models/db_key.py
src/popoto/models/encoding.py
src/popoto/models/expressions.py
src/popoto/models/migrations.py
src/popoto/models/q.py
src/popoto/models/query.py
src/popoto/pubsub/__init__.py
src/popoto/pubsub/publisher.py
src/popoto/pubsub/subscriber.py
src/popoto/recipes/__init__.py
src/popoto/recipes/adaptive_assembler.py
src/popoto/recipes/context_assembler.py
src/popoto/recipes/policy_cache.py
src/popoto/recipes/subconscious_memory.py
src/popoto/recipes/trajectory_memory.py
src/popoto/stores/__init__.py
src/popoto/stores/filesystem.py
src/popoto/streams/__init__.py
src/popoto/streams/consumer.py
src/popoto/utils/__init__.py
src/popoto/utils/list_search.py
src/popoto/utils/multithreading.py
src/popoto/utils/sigfigs.py
tests/test_access_tracker.py
tests/test_adaptive_assembler.py
tests/test_adoption_ladder.py
tests/test_agent_memory_e2e.py
tests/test_async.py
tests/test_atomic_increment.py
tests/test_atomic_save.py
tests/test_auto_timestamps.py
tests/test_bm25_field.py
tests/test_bulk_operations.py
tests/test_callable_defaults.py
tests/test_chainable_queries.py
tests/test_check_indexes.py
tests/test_clean_indexes.py
tests/test_client_side_filter.py
tests/test_co_occurrence_field.py
tests/test_common_models.py
tests/test_composite_score_query.py
tests/test_computed_sort.py
tests/test_confidence_field.py
tests/test_connection.py
tests/test_content_field.py
tests/test_content_store.py
tests/test_context_assembler.py
tests/test_cyclic_decay_field.py
tests/test_dataframe_field.py
tests/test_decaying_sorted_field.py
tests/test_delete_all.py
tests/test_dx_polish.py
tests/test_embedding_field.py
tests/test_embedding_field_gc.py
tests/test_embedding_provider.py
tests/test_error_reporting.py
tests/test_event_stream_mixin.py
tests/test_existence_filter.py
tests/test_expression_queries.py
tests/test_field_defaults_roundtrip.py
tests/test_field_index_edge_cases.py
tests/test_field_types.py
tests/test_geo_with_distances.py
tests/test_geofield.py
tests/test_get_many.py
tests/test_get_or_create.py
tests/test_guide_examples.py
tests/test_hybrid_retrieval.py
tests/test_immutable_keys.py
tests/test_indexed_fields.py
tests/test_integration_v144.py
tests/test_interaction_weight.py
tests/test_key_fields.py
tests/test_keyfield_migration.py
tests/test_keyfield_stale_reads.py
tests/test_kitchen_sink.py
tests/test_lazy_load_partial_hash.py
tests/test_list_field_capped.py
tests/test_lua_decay_scoring.py
tests/test_meta_indexes.py
tests/test_meta_order_by.py
tests/test_meta_ttl.py
tests/test_migrations.py
tests/test_model_errors.py
tests/test_observation_protocol.py
tests/test_ollama_provider.py
tests/test_partitioned_confidence.py
tests/test_performance.py
tests/test_policy_cache.py
tests/test_prediction_ledger.py
tests/test_pubsub.py
tests/test_pytest_plugin.py
tests/test_q_objects.py
tests/test_queries.py
tests/test_query_get_positional_string.py
tests/test_query_results.py
tests/test_relationship.py
tests/test_relationship_edge_cases.py
tests/test_rrf_fusion.py
tests/test_semantic_search.py
tests/test_sortable_ids.py
tests/test_sorted_field_ordering.py
tests/test_sortedfield.py
tests/test_stream_consumer.py
tests/test_stress.py
tests/test_subconscious_memory.py
tests/test_subconscious_memory_integration.py
tests/test_timeseries.py
tests/test_to_dict.py
tests/test_top_by_decay_autodetect.py
tests/test_trajectory_memory.py
tests/test_version.py
tests/test_wish_fields.py
tests/test_write_filter.py