Metadata-Version: 2.4
Name: noeta-sdk
Version: 0.1.6
Summary: Noeta SDK: the thin in-process client for building AI agents. Import noeta.sdk, define your tools and policy, and run — provider-neutral, event-sourced, no vendor lock-in. Like the Claude Agent SDK, but open-source and self-hostable.
Project-URL: Homepage, https://github.com/initxy/noeta
Project-URL: Repository, https://github.com/initxy/noeta
Author: The Noeta Authors
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: noeta-runtime>=0.1.6
Description-Content-Type: text/markdown

# noeta-sdk

The thin in-process **client surface** (`noeta.sdk` facade — `query` / `Client`
/ `Options` / `tool` / extension interfaces) over the
[noeta-runtime](https://github.com/initxy/noeta) engine. Like claude-agent-sdk /
LangChain: `import noeta.sdk`, run an agent in-process; no engine internals,
no HTTP.

Part of the [Noeta](https://github.com/initxy/noeta) workspace. Apache-2.0.

```bash
pip install -e packages/noeta-sdk
```
