← Back to context Comment by codebje 11 hours ago Authorisation is a way to do that, too. 3 comments codebje Reply Someone 9 hours ago Yes, but you often do not have much control over that.For example try giving a local LLM read access to specific folders in your email account skydhash 3 hours ago Easy. What a cron script (that runs as root) that populate a maildir that the agent (restricted user) has access to. The. you restrict network access to the internet, and have it send you its findings by mail (local mail server). otabdeveloper4 7 hours ago Theoretically you should be creating a "read email" CLI tool and letting agents interact with it in a chroot sandbox.LLMs are much more proficient with bash and --help than they are with bespoke API protocols.Treat LLMs like you would a junior programmer - keep things as generic and obvious as you can.
Someone 9 hours ago Yes, but you often do not have much control over that.For example try giving a local LLM read access to specific folders in your email account skydhash 3 hours ago Easy. What a cron script (that runs as root) that populate a maildir that the agent (restricted user) has access to. The. you restrict network access to the internet, and have it send you its findings by mail (local mail server). otabdeveloper4 7 hours ago Theoretically you should be creating a "read email" CLI tool and letting agents interact with it in a chroot sandbox.LLMs are much more proficient with bash and --help than they are with bespoke API protocols.Treat LLMs like you would a junior programmer - keep things as generic and obvious as you can.
skydhash 3 hours ago Easy. What a cron script (that runs as root) that populate a maildir that the agent (restricted user) has access to. The. you restrict network access to the internet, and have it send you its findings by mail (local mail server).
otabdeveloper4 7 hours ago Theoretically you should be creating a "read email" CLI tool and letting agents interact with it in a chroot sandbox.LLMs are much more proficient with bash and --help than they are with bespoke API protocols.Treat LLMs like you would a junior programmer - keep things as generic and obvious as you can.
Yes, but you often do not have much control over that.
For example try giving a local LLM read access to specific folders in your email account
Easy. What a cron script (that runs as root) that populate a maildir that the agent (restricted user) has access to. The. you restrict network access to the internet, and have it send you its findings by mail (local mail server).
Theoretically you should be creating a "read email" CLI tool and letting agents interact with it in a chroot sandbox.
LLMs are much more proficient with bash and --help than they are with bespoke API protocols.
Treat LLMs like you would a junior programmer - keep things as generic and obvious as you can.