LICENSE
README.md
pyproject.toml
src/upii/__init__.py
src/upii/cli.py
src/upii.egg-info/PKG-INFO
src/upii.egg-info/SOURCES.txt
src/upii.egg-info/dependency_links.txt
src/upii.egg-info/entry_points.txt
src/upii.egg-info/requires.txt
src/upii.egg-info/top_level.txt
src/upii/ambient/calendar_connector.py
src/upii/ambient/dummy_sources.py
src/upii/ambient/email_connector.py
src/upii/ambient/sources.py
src/upii/ambient/storage.py
src/upii/ambient/watcher.py
src/upii/analysis/__init__.py
src/upii/analysis/diagnostics.py
src/upii/analysis/embeddings.py
src/upii/analysis/entity_extractor.py
src/upii/analysis/graph.py
src/upii/analysis/llm.py
src/upii/analysis/metrics.py
src/upii/analysis/nlp.py
src/upii/analysis/rehydration.py
src/upii/analysis/search.py
src/upii/core/__init__.py
src/upii/core/concurrency.py
src/upii/core/config.py
src/upii/core/errors.py
src/upii/core/features.py
src/upii/core/logger.py
src/upii/core/types.py
src/upii/core/utils.py
src/upii/ingestion/__init__.py
src/upii/ingestion/chunker.py
src/upii/ingestion/identity.py
src/upii/ingestion/loader.py
src/upii/ingestion/pipeline.py
src/upii/overlay/app.py
src/upii/overlay/daemon.py
src/upii/storage/__init__.py
src/upii/storage/db.py
src/upii/storage/vector.py
tests/test_ambient.py
tests/test_ask_no_answer.py
tests/test_batch_ingest.py
tests/test_chunk_determinism.py
tests/test_context_rehydration.py
tests/test_entity_extraction.py
tests/test_eval_harness.py
tests/test_features.py
tests/test_graph_viz.py
tests/test_inbox.py
tests/test_incremental.py
tests/test_ingest.py
tests/test_isolation.py
tests/test_memory_integrity.py
tests/test_metrics.py
tests/test_ml.py
tests/test_nlp.py
tests/test_observability.py
tests/test_overlay.py
tests/test_rag.py
tests/test_search.py
tests/test_sources.py
tests/test_temporal_recall.py
tests/test_version.py
tests/test_watcher_advanced.py
tests/test_watcher_backend.py