Hacker News new | ask | show | jobs
by ainau-tiptap 376 days ago
Yes, absolutely. You can hook the AI Agent to your custom tools that let it browse and switch files. Just like you would do when building a coding AI Agent. It's exciting but also complex to do, that's why we haven't provided an example of how to do it yet. We're still figuring it out, and we'll work on improving multi-file support in the next releases.
1 comments

Ah, got it. What are the main things that make it complex to work on multiple files?
There are many ways to organize documents: a list, a nested structure of directories, a searchable unstructured directory, etc. Plus, in multi-document setups, AI Agents have many possible ways to index and search files: from simple ls commands to complex vector databases that index files for semantic search. So we're looking for a solution that is simple enough to set up and flexible enough to fit many types of applications.