Skip to main content

The Python runtime that ships inside every Scout-generated agent. Memory, sub-agents, sandbox, channels, heartbeat, cron, standing orders, commitments — the substrate.

Project description

scout-runtime

The Python runtime that ships inside every Scout-generated agent.

What this is

scout-runtime is the substrate that Scout-generated agents run on. It provides:

  • Cognitive loop — message handling, prompt assembly, tool dispatch
  • Persistent memory — curated notes, daily log rotation, FTS5 session search
  • Sub-agents — isolated child workers with their own memory slice
  • Heartbeats — scheduled self-prompted checks (dream cycle, morning briefing, etc.)
  • Cron — long-running scheduled jobs
  • Standing orders — persistent rules across sessions
  • Commitments — durable promises with deadline tracking
  • Sandbox — Docker-isolated execution for risky actions
  • Channels — multi-target output (TUI, gateway, Telegram, Discord, email)
  • Skills — markdown-based procedural memory the agent can read/write/patch
  • Tools — terminal, filesystem, workspace, memory, skills, discover
  • LLM providers — Anthropic (Claude), OpenAI, Gemini, Ollama (direct HTTP, no SDKs)
  • ACP — Agent Client Protocol for subprocess-based integrations

Who uses this

You probably don't install scout-runtime directly. Scout-generated agents declare it as a dependency, so when you pip install an agent, you get the runtime as a transitive dep.

If you want to build agents yourself, the cleanest path is to use myagentos.ai to design them and let the generator emit a configured project — but the runtime is also usable standalone.

Install

pip install scout-runtime

With optional channel adapters:

pip install "scout-runtime[telegram,discord]"

# Or everything:
pip install "scout-runtime[all]"

Available extras: telegram, discord, email, tts, ws, acp, all.

Quick start

Scout-runtime is designed to be wrapped by a generated agent package, not driven directly. That said, here's the minimal shape of an agent that uses it:

from scout_runtime.cognitive.agent import Agent, AgentConfig
from scout_runtime.identity import IdentityConfig

config = AgentConfig(
    identity=IdentityConfig(
        name="Example",
        purpose="A minimal demonstration",
    ),
    # ... memory, heartbeat, tools, etc.
)

agent = Agent(config=config)
agent.run()

Real agents come fully configured by Scout's generator; this is what's underneath them.

Architecture

See the scout-platform repository for full architecture docs, design history, and the agent generator. The runtime ships across waves 1-3 of the platform; see design/ in the repo for the design docs that produced this code.

License

MIT. See LICENSE.

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

scout_runtime-0.1.0.tar.gz (473.2 kB view details)

Uploaded Source

Built Distribution

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

scout_runtime-0.1.0-py3-none-any.whl (615.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for scout_runtime-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2bebafcff6b657716fea2f845bee1707b97b5b0286e3938e9789a843fba38544
MD5 a43145d5a3147b9dae1020e13e5f6928
BLAKE2b-256 2226c7a05c828f2447a195153c60ce13ceaebfb15e49db727ede745f4a500bc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for scout_runtime-0.1.0.tar.gz:

Publisher: release-scout-runtime.yml on dfritz603-afk/scout-platform

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: scout_runtime-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 615.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scout_runtime-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 688c8478c27cd8c3240197e77a7a2b477ef1ead87a8fa716bf2ca286b11afb8a
MD5 0b2a9e905a1c1e3f173a6ecc1825afc2
BLAKE2b-256 66ac4babc7e6395245347e270ae434d7b9043225c5644ae1c3dd0d168b55c9c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for scout_runtime-0.1.0-py3-none-any.whl:

Publisher: release-scout-runtime.yml on dfritz603-afk/scout-platform

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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