noeta-runtime
The kernel under noeta-sdk. It records every agent task as an append-only event log, schedules the work, and replays a task from its log after a crash or a long wait — the part of Noeta that makes agents durable. Pure Python, standard library only, no HTTP client. Apache-2.0.
You probably want noeta-sdk
pip install noeta-sdk # pulls in noeta-runtime at a matching version
Build agents against noeta.sdk. The modules in this package are the
implementation beneath that surface, not an API: they can move between
releases without notice.
Two rules the kernel is built on
noeta.sdkis the only public surface. Hosts importnoeta.sdk; nothing innoeta-runtimeis imported directly.- The kernel carries no capabilities. Tools, model adapters, memory, MCP,
sandboxes, durable storage backends and the ReAct policy are built-in
plugins that ship in
noeta-sdkand load by reference through the plugin loader. Installed alone, this package runs an agent only from protocol objects you hand it — which is how its own tests exercise it.
Learn more
- Documentation — quickstart, guides, and how the engine works
- Changelog
Release files for noeta-runtime 0.6.31
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| noeta_runtime-0.6.31.tar.gz | 401.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| noeta_runtime-0.6.31-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 863.0 kB
Release files / noeta_runtime-0.6.31.tar.gz
| Download URL | noeta_runtime-0.6.31.tar.gz |
|---|---|
| Size | 401.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fa4fe13c73771f6cf63ee60a74282551594613a92f66b55135e08f3f66641be2
|
|
BLAKE2b-256 checksum How to use checksums |
50389a5cae66be93d9baa7a3fad86cbd4f096d3dd8b2891df6951a1aad69878e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / noeta_runtime-0.6.31-py3-none-any.whl
| Download URL | noeta_runtime-0.6.31-py3-none-any.whl |
|---|---|
| Size | 461.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
500f24f6376fd078f4aee32902ea56cf9acb08eba18c5be3466e01573806afcc
|
|
BLAKE2b-256 checksum How to use checksums |
daa663ec31ebb3fb72038af9d52b0198ed06e6596ce103f3758690e8e15da20f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|