Comment on How my AI Agent views and maintains "our" homelab
melmi@lemmy.blahaj.zone 1 day ago
Having an autonomous LLM agent in a homelab like this seems like just a matter of time before things go wrong, but it seems like an interesting experiment.
Have you had any issues with the agent behaving unexpectedly?
variety4me@lemmy.zip 1 day ago
my sudoers file restricts what the llm can actually do, also I have robust backups can can spin up any of my servers really quickly, I am not that worried and just like you deal with human errors, you can deal with agent errors.
so far this has been running for a month, no scares or unexpected behaviour other than looping on a task somethimes
midribbon_action@lemmy.blahaj.zone 18 hours ago
Sorry I know you probably don’t want another tip from me, but the post did include the agent directly using the docker daemon, which runs as root typically. Because you didn’t mention running rootless docker or podman, your sudoers file probably allows the agent full access to root instead of preventing it.