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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bebafcff6b657716fea2f845bee1707b97b5b0286e3938e9789a843fba38544
|
|
| MD5 |
a43145d5a3147b9dae1020e13e5f6928
|
|
| BLAKE2b-256 |
2226c7a05c828f2447a195153c60ce13ceaebfb15e49db727ede745f4a500bc8
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
scout_runtime-0.1.0.tar.gz -
Subject digest:
2bebafcff6b657716fea2f845bee1707b97b5b0286e3938e9789a843fba38544 - Sigstore transparency entry: 1663080300
- Sigstore integration time:
-
Permalink:
dfritz603-afk/scout-platform@dc1ad389d03fd5ab82df56d0fe4a8cfe9d2cdedf -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dfritz603-afk
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-scout-runtime.yml@dc1ad389d03fd5ab82df56d0fe4a8cfe9d2cdedf -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
688c8478c27cd8c3240197e77a7a2b477ef1ead87a8fa716bf2ca286b11afb8a
|
|
| MD5 |
0b2a9e905a1c1e3f173a6ecc1825afc2
|
|
| BLAKE2b-256 |
66ac4babc7e6395245347e270ae434d7b9043225c5644ae1c3dd0d168b55c9c4
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
scout_runtime-0.1.0-py3-none-any.whl -
Subject digest:
688c8478c27cd8c3240197e77a7a2b477ef1ead87a8fa716bf2ca286b11afb8a - Sigstore transparency entry: 1663080975
- Sigstore integration time:
-
Permalink:
dfritz603-afk/scout-platform@dc1ad389d03fd5ab82df56d0fe4a8cfe9d2cdedf -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dfritz603-afk
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-scout-runtime.yml@dc1ad389d03fd5ab82df56d0fe4a8cfe9d2cdedf -
Trigger Event:
push
-
Statement type: