Skip to main content

Steerable agent runtime: LLM, tool, storage, and transport adapters.

Project description

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]"

Project details


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.1.0.tar.gz (23.3 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.1.0-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: steerable_agent_runtime-0.1.0.tar.gz
  • Upload date:
  • Size: 23.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for steerable_agent_runtime-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d238e7890f6b77b05f462ae0dab904d9dc49b9137b8607b7bee3cdb11320d908
MD5 5e067bfe6e071c4590f32ee0cac512c3
BLAKE2b-256 edff2995fdd49153cdbea4a7502fd2e8d0dccd069279b2ed4c4caff31fad91ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for steerable_agent_runtime-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d111afebb84997a1b09f5d6f8e5d8a096bc84e95128e11883dd7a281c0df3c7a
MD5 f6ba8b2c4fdf843bf7d1e822782e02b6
BLAKE2b-256 422880ecbc94ea7aef63faa249ce1c2c7f2c2227b19063e54e3efa9122670b89

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page