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+. The Glob and Grep tools shell out to
ripgrep: rg must be on PATH
(apt install ripgrep, brew install ripgrep).
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.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_sdk-0.6.31.tar.gz | 571.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| noeta_sdk-0.6.31-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / noeta_sdk-0.6.31.tar.gz
| Download URL | noeta_sdk-0.6.31.tar.gz |
|---|---|
| Size | 571.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a3665739452e5e4db6372ce3f30b0a15f19d63cecfbd4224f81c37f404d50f65
|
|
BLAKE2b-256 checksum How to use checksums |
5555618c8be1e4059643831d6ba05ea333afd1680141fa10c29d984f8d2c49e3
|
| 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_sdk-0.6.31-py3-none-any.whl
| Download URL | noeta_sdk-0.6.31-py3-none-any.whl |
|---|---|
| Size | 680.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8e246259252b877887e2ebd6f78c35aa232bf07cd650be6e87abeb3fabdde51e
|
|
BLAKE2b-256 checksum How to use checksums |
38a6e10b83150b6fe273365ab75a42063f949713c18f31b6153b109f21e6d04b
|
| 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}
|