Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 10, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>Rewrite email ingestion driver</issue_title>
<issue_description>Currently to ingest email (*.eml) data you run python tools/test_email.py . and enter the command @add_messages --path "gmail/email_dump".

I'd rather have a non-interactive tool similar to tools/ingest_vtt.py (e.g. tools/ingest_email.py) with a similar command line. It should have all the features of @add_messages, e.g. skipping alread-indexed messages, recovering from failures (by continuing with the next message), displaying detailed progress.

Possibly we could let it do batching like ingest_vtt, just with a default batch size of 1 (to match @add_messages).

The directory(ies) or file(s) to index should be simple command line args (not flags).</issue_description>

<agent_instructions>Start by reading instructions in AGENTS.md.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rewrite email ingestion driver

2 participants