Skip to main content

steerable-agent-runtime

Tier 3 runtime for the Steerable framework.

Provides four orthogonal pluggable adapters:

  • LLMProvider — chat-completion / streaming / tool-call abstraction, with reference implementations for OpenAI-compatible servers (covers OpenAI, Ollama, vLLM, SiliconFlow, etc.) and Anthropic native.
  • ToolRouter — in-process tool registry. Auto-classifies tools into ToolModes using steerable_agent_harness.policy, supports per-tool permission overrides, and dispatches ToolCallToolResult.
  • StorageAdapter — persistence interface for AgentSession, ChatMessage, ChatAgent, and HarnessTrace + spans + events. Reference impls: in-memory (default for sidecar/dev) and SQLAlchemy (for hosted backends).
  • TransportAdapter — wire format. FastAPISseTransport exports SSE for hosted setups; StdioJsonRpcTransport powers the steerable-sidecar.

The runtime is Python only by design — frontends never depend on it directly. Browsers/Electron consume runtime output via either the SSE transport (over HTTP) or the stdio JSON-RPC transport (sidecar pattern).

Install

pip install steerable-agent-runtime[all]

Selectively install just the bits you need:

pip install "steerable-agent-runtime[openai]"
pip install "steerable-agent-runtime[anthropic]"
pip install "steerable-agent-runtime[sqlalchemy]"
pip install "steerable-agent-runtime[fastapi]"

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

steerable_agent_runtime-0.2.5.tar.gz (122.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

steerable_agent_runtime-0.2.5-py3-none-any.whl (92.8 kB view details)

Uploaded Python 3

File details

Details for the file steerable_agent_runtime-0.2.5.tar.gz.

File metadata

  • Download URL: steerable_agent_runtime-0.2.5.tar.gz
  • Upload date:
  • Size: 122.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for steerable_agent_runtime-0.2.5.tar.gz
Algorithm Hash digest
SHA256 c5d368e6bd980dae842858cfe1c8217db49bcb4cf0f2474248e7810388a60595
MD5 85fc3f61178fa66472c25538884aa7ee
BLAKE2b-256 acd205efc4f0f124101ad44ef82d2f5fda28df9d8c9cc8dea8304ae7888f8030

See more details on using hashes here.

File details

Details for the file steerable_agent_runtime-0.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for steerable_agent_runtime-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 297791cbb5f377cd775059f4b140f4a31c581af9d7670cf3ae0441175ba92c72
MD5 3171f4141b3a9df0aea7e17ceea05096
BLAKE2b-256 ff31434bb279799fc0e452465dfb9582592507bdf61ddc6339d6a921498b1834

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.5 This release

2 files

0.2.4

2 files

0.2.3

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page