Hi guys, I came here from one of Nate's n8n agent build videos. I'm working on building myself a custom agent and one of the things I want to do is have AI capable of accessing my knowledgebase and adding tasks to my list. But I don't like having to switch contexts to use it. I could create a custom GPT with skills or do a custom n8n chatbot, but I'd need to switch to that tab to use it.
I'd love to have an extension that allows me to use my custom chatbot in a few ways:
- Select text to send to chatbot for context and write a prompt
- Select an email in gmail and ask it to do something like create a task from it
- Ingest a webpage and put it into my knowledgebase or add to a prompt so I can do something like ask a question about the API documentation I'm looking at
I found an extension that's really close to this called Monica AI, but the custom bot is tucked away in a menu so all of the aforementioned features are through the Monica bot instead of mine.
Anyone found something like this?
I'm considering just making my own at this point...