runtimeuse
AI agent runtime with WebSocket protocol, artifact handling, and secret management
Description
AI agent runtime with WebSocket protocol, artifact handling, and secret management
Release History
| Version | Changes | Urgency | Date |
|---|---|---|---|
| 0.13.0 | Imported from npm (0.13.0) | Low | 4/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.0 | High | 4/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.1 | High | 4/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.0 | High | 4/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 n | Medium | 4/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.1 | Medium | 4/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.0 | Medium | 4/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=ExecuteCommandsOpt | Medium | 4/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.0 | Low | 3/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 Runtim | Low | 3/18/2026 |
| 0.5.0 | Simplified interface | Low | 3/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: | Low | 3/13/2026 |
Dependencies & License Audit
Loading dependencies...
Similar Packages
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
