LICENSE
README.md
pyproject.toml
src/mnemosyne/__init__.py
src/mnemosyne/chunking.py
src/mnemosyne/cli.py
src/mnemosyne/config.py
src/mnemosyne/embeddings.py
src/mnemosyne/eval.py
src/mnemosyne/http_server.py
src/mnemosyne/index.py
src/mnemosyne/llm.py
src/mnemosyne/loaders.py
src/mnemosyne/mcp_server.py
src/mnemosyne/pipeline.py
src/mnemosyne/prompts.py
src/mnemosyne/service.py
src/mnemosyne/packs/__init__.py
src/mnemosyne/packs/base.py
src/mnemosyne/packs/registry.py
src/mnemosyne/packs/general/__init__.py
src/mnemosyne/packs/general/manifest.yaml
src/mnemosyne/packs/general/pack.py
src/mnemosyne/packs/general/sources/operating-principles.md
src/mnemosyne/packs/general/sources/sources.yaml
src/mnemosyne/packs/opnsense/__init__.py
src/mnemosyne/packs/opnsense/manifest.yaml
src/mnemosyne/packs/opnsense/eval/questions.yaml
src/mnemosyne/packs/opnsense/sources/opnsense-core-concepts.md
src/mnemosyne/packs/opnsense/sources/opnsense-firewall-ids.md
src/mnemosyne/packs/opnsense/sources/opnsense-plugins.md
src/mnemosyne/packs/opnsense/sources/sources.yaml
src/mnemosyne/packs/pfsense/__init__.py
src/mnemosyne/packs/pfsense/manifest.yaml
src/mnemosyne/packs/pfsense/eval/questions.yaml
src/mnemosyne/packs/pfsense/sources/pfsense-aliases-advanced-rules.md
src/mnemosyne/packs/pfsense/sources/pfsense-core-concepts.md
src/mnemosyne/packs/pfsense/sources/pfsense-diagnostics-backup.md
src/mnemosyne/packs/pfsense/sources/pfsense-firewall-rules.md
src/mnemosyne/packs/pfsense/sources/pfsense-high-availability.md
src/mnemosyne/packs/pfsense/sources/pfsense-multiwan-traffic.md
src/mnemosyne/packs/pfsense/sources/pfsense-nat-vpn.md
src/mnemosyne/packs/pfsense/sources/pfsense-packages.md
src/mnemosyne/packs/pfsense/sources/pfsense-services.md
src/mnemosyne/packs/pfsense/sources/sources.yaml
src/mnemosyne/packs/ubiquiti/__init__.py
src/mnemosyne/packs/ubiquiti/manifest.yaml
src/mnemosyne/packs/ubiquiti/eval/questions.yaml
src/mnemosyne/packs/ubiquiti/sources/seed-unifi-concepts.md
src/mnemosyne/packs/ubiquiti/sources/sources.yaml
src/mnemosyne/packs/ubiquiti/sources/unifi-dns.md
src/mnemosyne/packs/ubiquiti/sources/unifi-network-security.md
src/mnemosyne/packs/ubiquiti/sources/unifi-operations.md
src/mnemosyne/packs/ubiquiti/sources/unifi-qos-traffic.md
src/mnemosyne/packs/ubiquiti/sources/unifi-vpn.md
src/mnemosyne/packs/ubiquiti/sources/unifi-wifi-rf.md
src/mnemosyne/static/mnemosyne_icon.svg
src/mnemosyne_rag.egg-info/PKG-INFO
src/mnemosyne_rag.egg-info/SOURCES.txt
src/mnemosyne_rag.egg-info/dependency_links.txt
src/mnemosyne_rag.egg-info/entry_points.txt
src/mnemosyne_rag.egg-info/requires.txt
src/mnemosyne_rag.egg-info/top_level.txt
tests/test_chunking.py
tests/test_cli.py
tests/test_config.py
tests/test_eval.py
tests/test_http.py
tests/test_index.py
tests/test_llm.py
tests/test_loaders.py
tests/test_mcp.py
tests/test_packs.py
tests/test_pipeline.py
tests/test_prompts.py
tests/test_service.py