Draft: Add DocumentLoader plugins.
Adds plugins implementing the DocumentLoader class. The plugins added have been grouped as follows:
- word
- spreadsheet
- csv, text, markdown
Outstanding work:
- Add Tools for each of these plugins. (using the Tool api)
- Review old work and eventually implement it into these plugins.
- Add tests.
- Cleanup (remove FunctionCalls, review/update Automator)