CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
NOTICE
README.md
SECURITY.md
pyproject.toml
docs/HARDENING_NOTES.md
docs/SETUP_OLLAMA.md
docs/assets/01_connect.png
docs/assets/02_stats.png
docs/assets/03_recall.png
docs/assets/04_doctor.png
docs/assets/05_locomo.png
docs/assets/06_multilingual.png
docs/assets/07_mega.png
docs/assets/08_dashboard.png
docs/assets/09_dashboard_events.png
docs/assets/10_dashboard_recall.png
docs/assets/_template.css
docs/assets/logo.png
src/pmb/__init__.py
src/pmb/config.py
src/pmb/py.typed
src/pmb/agent_wrapper/__init__.py
src/pmb/agent_wrapper/__main__.py
src/pmb/agent_wrapper/budget.py
src/pmb/agent_wrapper/loop.py
src/pmb/agent_wrapper/policy.py
src/pmb/cli/__init__.py
src/pmb/cli/__main__.py
src/pmb/cli/connect.py
src/pmb/cli/doctor.py
src/pmb/cli/main.py
src/pmb/cli/ollama_cmd.py
src/pmb/cli/tui_config.py
src/pmb/cli/tui_workspace.py
src/pmb/core/__init__.py
src/pmb/core/embed_queue.py
src/pmb/core/engine.py
src/pmb/core/events.py
src/pmb/core/recall_cache.py
src/pmb/core/search.py
src/pmb/core/workspace.py
src/pmb/dashboard/__init__.py
src/pmb/dashboard/server.py
src/pmb/dashboard/static/index.html
src/pmb/eval/__init__.py
src/pmb/eval/locomo_judge.py
src/pmb/graph/__init__.py
src/pmb/graph/entities.py
src/pmb/graph/expansion.py
src/pmb/graph/persons.py
src/pmb/graph/ppr.py
src/pmb/graph/spreading.py
src/pmb/graph/store.py
src/pmb/health/__init__.py
src/pmb/health/adaptive.py
src/pmb/health/auto_consolidate.py
src/pmb/health/conflicts.py
src/pmb/health/consolidate.py
src/pmb/health/feedback.py
src/pmb/health/multilingual_check.py
src/pmb/health/rehearse.py
src/pmb/health/self_test.py
src/pmb/maintenance/__init__.py
src/pmb/maintenance/compact.py
src/pmb/maintenance/scheduler.py
src/pmb/mcp/__init__.py
src/pmb/mcp/perf.py
src/pmb/mcp/server.py
src/pmb/reasoning/__init__.py
src/pmb/reasoning/arcs.py
src/pmb/reasoning/causation.py
src/pmb/reasoning/code_ast.py
src/pmb/reasoning/decompose.py
src/pmb/reasoning/dedup.py
src/pmb/reasoning/fact_extract.py
src/pmb/reasoning/facts.py
src/pmb/reasoning/images.py
src/pmb/reasoning/llm_rerank.py
src/pmb/reasoning/pamvr.py
src/pmb/reasoning/predictive.py
src/pmb/reasoning/query_split.py
src/pmb/reasoning/reflect.py
src/pmb/reasoning/router.py
src/pmb/reasoning/temporal.py
src/pmb/reasoning/typo_fix.py
src/pmb/reasoning/user_names.py
src/pmb/reasoning/vocab_miner.py
src/pmb/security/__init__.py
src/pmb/security/redact.py
src/pmb/signals/__init__.py
src/pmb/signals/decay.py
src/pmb/signals/files.py
src/pmb/signals/git.py
src/pmb/signals/session.py
src/pmb_ai.egg-info/PKG-INFO
src/pmb_ai.egg-info/SOURCES.txt
src/pmb_ai.egg-info/dependency_links.txt
src/pmb_ai.egg-info/entry_points.txt
src/pmb_ai.egg-info/requires.txt
src/pmb_ai.egg-info/top_level.txt
tests/conftest.py
tests/test_agent_wrapper.py
tests/test_arcs.py
tests/test_auto_consolidate.py
tests/test_causation.py
tests/test_config.py
tests/test_conflict_merge.py
tests/test_connect.py
tests/test_connect_codex.py
tests/test_connect_rules.py
tests/test_consolidate.py
tests/test_dashboard.py
tests/test_decompose.py
tests/test_escalation.py
tests/test_fact_tree.py
tests/test_facts.py
tests/test_feedback.py
tests/test_goals_chains.py
tests/test_graph.py
tests/test_hardening.py
tests/test_lightweight_imports.py
tests/test_locomo_judge.py
tests/test_multimodal.py
tests/test_persons.py
tests/test_phase1.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_ppr.py
tests/test_predictive.py
tests/test_query_expansion.py
tests/test_recall_cache.py
tests/test_redact.py
tests/test_reflective.py
tests/test_rehearse.py
tests/test_reranker.py
tests/test_router.py
tests/test_ru_uk_suite.py
tests/test_spreading.py
tests/test_temporal.py
tests/test_tiers.py
tests/test_typo_fix.py
tests/test_typo_fuzzy.py
tests/test_working_memory.py