Skip to content

Initial Release of Agent Runner

Latest

Choose a tag to compare

@kamrynohly kamrynohly released this 25 Nov 16:17

Introducing Agent Runner

A model-agnostic, framework-agnostic agent harness that turns any LLM into an autonomous coding agent.

Features

  • Universal LLM support (OpenAI, Anthropic, Google, xAI, Mistral, and more)
  • CLI and Python API for flexible integration
  • Comprehensive tooling: file operations, code editing, bash execution, media generation
  • Smart context management with automatic window handling
  • Secure workspace isolation with command validation

Installation

pip install agent-runner
agentrunner run "Create a Python calculator app"

Try Agent Runner

Test the full platform at DesignArena.ai with enhanced features, additional tool calls, and more for free today.

Documentation: https://github.com/Design-Arena/agent-runner

Note: This is a beta release. The API may change in future versions.