freshcrate
Skin:/
Home > Security > runtimeuse

runtimeuse

AI agent runtime with WebSocket protocol, artifact handling, and secret management

Why this rank:Release freshnessStrong adoptionHealthy release cadence

Description

AI agent runtime with WebSocket protocol, artifact handling, and secret management

Release History

VersionChangesUrgencyDate
0.15.1## What's Changed * Honor configured logger across the request lifecycle by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/40 **Full Changelog**: https://github.com/getlark/runtimeuse/compare/0.15.0...0.15.1High5/1/2026
0.14.0## What's Changed * Document persistent sessions and command stdout by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/33 * Tag command stdout/stderr as command_output_message by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/36 **Full Changelog**: https://github.com/getlark/runtimeuse/compare/0.13.0...0.14.0High4/26/2026
0.13.0Imported from npm (0.13.0)Low4/21/2026
0.12.0## What's Changed * Add stdout to command execution results by @vijit-lark in https://github.com/getlark/runtimeuse/pull/32 **Full Changelog**: https://github.com/getlark/runtimeuse/compare/0.11.1...0.12.0High4/19/2026
0.11.1## What's Changed * Drain artifact watcher before closing WS on end_session_message by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/29 **Full Changelog**: https://github.com/getlark/runtimeuse/compare/0.11.0...0.11.1High4/17/2026
0.11.0## What's Changed * Fix delayed cancellation message by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/27 * Add persistent session support by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/28 **Full Changelog**: https://github.com/getlark/runtimeuse/compare/0.10.0...0.11.0High4/17/2026
0.10.0## Changes ### Command failure handling Non-zero exit codes from command execution are now returned in the result rather than raising an error. When a command in a batch fails, remaining commands are skipped and only executed commands appear in the result. ### Unexpected disconnect warnings WebSocket sessions now log a warning when the connection closes unexpectedly (before finalization or cancellation), including the close code and reason. This helps diagnose cases where artifacts may nMedium4/14/2026
0.9.1## What's Changed * update docs for 0.9.0 by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/22 * fix redactSecrets stack overflow on circular references by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/23 * bump version (0.9.1) by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/24 **Full Changelog**: https://github.com/getlark/runtimeuse/compare/0.9.0...0.9.1Medium4/14/2026
0.9.0## What's Changed * add `env` param to command type by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/20 * bump versions - 0.9.0 by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/21 **Full Changelog**: https://github.com/getlark/runtimeuse/compare/0.8.0...0.9.0Medium4/13/2026
0.8.0## What's New **`execute_commands()`** — Run shell commands in the sandbox without invoking the agent. Returns per-command exit codes with the same streaming, cancellation, timeout, secret redaction, and artifact upload support as `query()`. ```python result = await client.execute_commands( commands=[ CommandInterface(command="mkdir -p /app/output"), CommandInterface(command="echo 'sandbox is ready' > /app/output/status.txt"), ], options=ExecuteCommandsOptMedium4/12/2026
0.7.0## What's Changed * Better arg parsing + docs update by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/15 * use npm token for publishing by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/16 * bump versions to 0.7.0 by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/17 **Full Changelog**: https://github.com/getlark/runtimeuse/compare/0.6.0...0.7.0Low3/18/2026
0.6.0### Documentation - Rewrote the docs site with dedicated pages for Introduction, Quickstart, Python Client, and Agent Runtime - Quickstart now has tabbed setup for five providers: Local, E2B, Daytona, Vercel, and Modal, each with copy-pasteable code including pip install, env vars, and full sandbox setup - Python Client reference covers basic queries, streaming, structured output with Pydantic, downloadables, artifact uploads, cancellation, pre-commands, and secret redaction - Agent RuntimLow3/18/2026
0.5.0Simplified interfaceLow3/17/2026
0.4.0## What's Changed * added packages by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/1 * Polish by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/2 * added publishing workflows by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/3 * bump versions by @jackcbrown89 in https://github.com/getlark/runtimeuse/pull/4 ## New Contributors * @jackcbrown89 made their first contribution in https://github.com/getlark/runtimeuse/pull/1 **Full Changelog**: https:Low3/13/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

dardcor-agentAutonomous AI Agent — Gateway, CLI TUI, Multi-Provider LLM, Skillsmain@2026-06-05
fn-aiAI agent toolkit with pluggable provider, tool, and session store layers. ESM, TypeScript-first.0.6.0
@sysmanager/ai-skillsAgent Skills Framework - Easy setup for AI agent capabilities and integrations (Claude, Gemini, Codex, GitHub Copilot)1.0.20
krisspy-aiUnified AI Agent Library - Supports Claude Agent SDK, Codex SDK, and proxy providers (OpenAI, Gemini, Z.AI)1.1.67
nestor-shAI agent platform — security-first orchestration for autonomous agents3.4.0

More in Security

clineAutonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
E2BOpen-source, secure environment with real-world tools for enterprise-grade agents.
OpenSandboxSecure, Fast, and Extensible Sandbox runtime for AI agents.
vm0the easiest way to run natural language-described workflows automatically