litellm-agent-platform

Manage coding agents with persistent sessions and sandboxed execution via MCP.

2|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/ai-agent-skills --skill litellm-agent-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: litellm-agent-platform
Source: https://github.com/Aradotso/ai-agent-skills/tree/main/skills/litellm-agent-platform
Command: npx skills add https://github.com/Aradotso/ai-agent-skills --skill litellm-agent-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Self-hosted platform for running coding agents with persistent sessions, sandboxed execution, and unified tool access through MCP servers.

Core Features & Use Cases

  • Self-hosted harness supporting Claude Code, Codex, Hermes, and OpenCode with isolated sandboxes
  • Centralized MCP-based tooling for GitHub, AWS, and file system access
  • Persistent sessions and memory across runs with optional CRON scheduling
  • REST API and UI for easy agent management

Quick Start

Install dependencies, configure environment, and start the platform to manage your first agent.

Frequently Asked Questions about litellm-agent-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I self-host coding agents like Claude Code and Codex with sandboxed execution?

To self-host coding agents like Claude Code and Codex, you deploy a local platform that provides isolated Docker sandboxes, persistent sessions, and centralized tooling through MCP servers. This setup enables secure, automated code execution within your own environment.

What are the prerequisites to run a self-hosted coding agent platform?

Running a self-hosted coding agent platform requires Node.js and Docker to be installed on your system. You must also configure the necessary environment variables to enable the REST API, user interface, and agent integrations.

Can I schedule recurring tasks for coding agents in a self-hosted environment?

Yes, you can schedule recurring tasks for coding agents using optional CRON scheduling. This allows you to automate persistent sessions and memory across runs, enabling continuous or scheduled code generation and management workflows.

Does a self-hosted coding agent platform support integration with GitHub and AWS?

A self-hosted coding agent platform supports integration with GitHub and AWS through centralized MCP-based tooling. This provides agents with secure access to file systems and cloud services, streamlining automated development and deployment tasks.

What is the best way to manage multiple coding agents locally?

The best way to manage multiple coding agents locally is using a self-hosted platform with a REST API and user interface. This allows you to configure sandboxes, monitor persistent sessions, and control agents like Hermes and OpenCode from a central dashboard.

Are persistent sessions supported for coding agents running in sandboxes?

Persistent sessions are supported for coding agents running in sandboxes, allowing memory and context to be maintained across multiple runs. This ensures continuity for long-term or scheduled coding tasks without losing previous execution states.