.env.example
LICENSE
MANIFEST.in
README.md
USER_MANUAL.md
pyproject.toml
requirements.txt
phares/__init__.py
phares/__main__.py
phares/config.py
phares/email_cli.py
phares/main.py
phares/py.typed
phares.egg-info/PKG-INFO
phares.egg-info/SOURCES.txt
phares.egg-info/dependency_links.txt
phares.egg-info/entry_points.txt
phares.egg-info/requires.txt
phares.egg-info/top_level.txt
phares/agents/__init__.py
phares/agents/email_agent.py
phares/agents/labeling_agent.py
phares/agents/loader_agent.py
phares/agents/memory_agent.py
phares/agents/ocr_vision_agent.py
phares/agents/output_agent.py
phares/agents/planner_agent.py
phares/agents/structure_agent.py
phares/agents/web_research_agent.py
phares/email_ingestion/__init__.py
phares/email_ingestion/attachment_handler.py
phares/email_ingestion/classifier.py
phares/email_ingestion/imap_client.py
phares/email_ingestion/runner.py
phares/email_ingestion/seen_store.py
phares/memory/__init__.py
phares/memory/vector_store.py
phares/models/__init__.py
phares/models/model_loader.py
phares/models/schemas.py
phares/pipeline/__init__.py
phares/pipeline/crew.py
phares/pipeline/graph.py
phares/tools/__init__.py
phares/tools/email_tools.py
phares/tools/layout_tools.py
phares/tools/memory_tools.py
phares/tools/ocr_tools.py
phares/tools/office_tools.py
phares/tools/pdf_tools.py
phares/tools/search_tools.py
phares/tools/vision_tools.py
phares/utils/__init__.py
phares/utils/file_utils.py