Hugging Face built Moon Bot, a Slack-integrated coding agent that consolidates database queries, code navigation, and GitHub operations into a single conversational interface, eliminating context-switching for engineers. The system uses HuggingFace Buckets as a durable session store to maintain persistent memory across restarts, allowing the agent to resume conversations and recall previous interactions. Access control is enforced through Okta with three privilege tiers, while credentials are isolated via local reverse proxies and sandboxed execution — demonstrating how LLM agents plus file-based sessions can safely automate internal engineering workflows.
