noeta-sdk
Agents that keep running. A Python SDK for agents that survive crashes, wait days for a human, and scale from one script to a cluster — without changing the agent.
noeta-sdk is the package you import (noeta.sdk). It carries the client
API, every built-in capability (file and web tools, model adapters, memory,
MCP, sandboxes) and the official presets, over the
noeta-runtime kernel. Part of
Noeta. Apache-2.0.
Install
pip install noeta-sdk # noeta-runtime comes along as a dependency
Python 3.11+.
Quickstart
from noeta.sdk import Options, query
from noeta.sdk.providers import AnthropicProvider # reads ANTHROPIC_API_KEY
result = query(
Options(system_prompt="You are a concise coding assistant."),
goal="What files are in this directory, and what does each one do?",
provider=AnthropicProvider(),
model="claude-sonnet-5",
)
print(result.answer())
OpenAICompatProvider and OpenAIResponsesProvider in the same module connect
any OpenAI-compatible gateway; the agent does not change. To run with no API
key, noeta.sdk.testing.FakeLLMProvider replays scripted responses offline.
Learn more
- Documentation — quickstart, tutorial, guides and the SDK reference
- Why Noeta — what sets it apart, and how it compares
- Runnable
examples/— custom tools, an in-process MCP server, a permission gate, subagents, and survivingkill -9mid-task
Release files for noeta-sdk 0.6.30
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_sdk-0.6.30.tar.gz | 519.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| noeta_sdk-0.6.30-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / noeta_sdk-0.6.30.tar.gz
| Download URL | noeta_sdk-0.6.30.tar.gz |
|---|---|
| Size | 519.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4b0846e8c43217be31a546231ecef2fec1c543726f2d570291bf1f2402533305
|
|
BLAKE2b-256 checksum How to use checksums |
45db3208129e747ae1b0b3496df2065cac0157626d56163e6c16f0ab2c303f5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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_sdk-0.6.30-py3-none-any.whl
| Download URL | noeta_sdk-0.6.30-py3-none-any.whl |
|---|---|
| Size | 623.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ea21e862a39c2ab49a421c4673a3ff35f93ab2258853277bafd413bc3ec7909a
|
|
BLAKE2b-256 checksum How to use checksums |
3b1f0b01e0365fd05f46cca24b55f7aba34389f1887ddc7bc8db2a23442462ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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}
|