5 ms·
I'm an LLM noob, but how feasible it is to make a research agent that can not only download articles, but read and reference them in it's process?
by xmonkee 1y ago
I'm an LLM noob, but how feasible it is to make a research agent that can not only download articles, but read and reference them in it's process?
- iosifache 1y agoIt's doable, as you'll also find MCP servers for reading files [1]. Claude Desktop also has a built-in file reader [2], so you can ask it to read the file and process the content (e.g., generate a summary or even a meta-summary [3]). [1] https://github.com/sylphxltd/pdf-reader-mcp https://github.com/sylphxltd/pdf-reader-mcp [2] https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem https://github.com/modelcontextprotocol/servers/tree/main/sr... [3] https://x.com/iosifache/status/1942247320302547175 https://x.com/iosifache/status/1942247320302547175
- conception 1y agoFirecrawl -> Rag -> mcp is the general path