ended3월 18일· 1 sources
Launch an autonomous AI agent with sandboxed execution in 2 lines of code
샌드박스 실행 환경의 자율 AI 에이전트를 코드 2줄로 실행하기
Why it matters
OnPrem.LLM's AgentExecutor enables launching autonomous AI agents in 2 lines of code, supporting both cloud models (OpenAI, Anthropic, Gemini) and local models (Ollama, vLLM, llama.cpp) via LiteLLM. The agent comes with 9 built-in tools including file I/O, shell execution, and web search, all operating within a sandboxed working directory. Users can customize tool access, disable shell for safety, or add custom tools, with the underlying implementation powered by PatchPal.
1
Sources
+0
24h
—
Growth
177d
Active
OnPrem.LLMAgentExecutorPatchPalLiteLLMsandboxed executiontool-calling