Remix.run Logo
jeena 2 hours ago

I'm doing something similar but not for the whole family, just for myself, both for home stuff and for work stuff (seperated), but I just give pi access to the tools and accounts I want it to use. I don't use google for anything other than watching YouTube so it would not work for me anyway. I have a knowledge base git repo which the agents use together to do things. The PDF filling thing is especially cool with a KB in the background because the Agent can fill in 99% of the things by itself. It also organizes my todo lists and my calendar.

sanex 2 hours ago | parent [-]

What do you do for communication with the agent?

jeena an hour ago | parent [-]

One is pi.dev on the console, but because the KB is a git repository I have it on each computer. On top of that I also run Hermes Agent and have set up there one agent to be responsible for the KB stuff and that one I connected to a Matrix channel and can use it from the phone and any device where I have a matrix client like Element set up.

With pi.dev I use it in a container https://git.jeena.net/jeena/agent-container and selectively give it access to Firefox via https://github.com/ThinkerYzu/foxmcp when I want it to help me with something in the browser (doing taxes, applying for things online in a foreign language, etc.)