Curious about the security model here. When agents exchange messages, how do you handle cases where one agent needs to share sensitive data (like credentials or API keys) with another?
We're building a password automation agent (thepassword.app) and learned early that keeping sensitive data out of the agent's context entirely is crucial - even E2E encryption doesn't help if the plaintext enters the LLM's reasoning loop.
Would be interesting to see if dm.bot could integrate with secret management for agent workflows.