> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rllm-project.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LLM-in-Sandbox

> Building general agents by running LLMs in a virtual computer

<Card title="Paper" icon="file-lines" href="https://arxiv.org/abs/2601.16206">
  arXiv:2601.16206
</Card>

LLM-in-Sandbox explores building general-purpose agents by running LLMs inside sandboxed virtual computer environments. It uses rLLM for RL training of agents that interact with full desktop and terminal interfaces.

<Card title="GitHub repository" icon="github" href="https://github.com/llm-in-sandbox/llm-in-sandbox">
  View source code
</Card>
