Metadata-Version: 2.4
Name: noeta-runtime
Version: 0.1.11
Summary: Noeta runtime engine: the event-sourced kernel that hosts, records, and schedules agent execution in-process. The durable substrate underneath the SDK and the coding agent app.
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: httpx>=0.28.1
Requires-Dist: psycopg[binary]>=3.2
Description-Content-Type: text/markdown

# noeta-runtime

The Noeta **engine**: the pure kernel (`protocols`, `core` = Engine + fold +
snapshot, and the kernel services — Worker / Dispatcher / ToolRuntime /
RuntimeLLMClient, storage, guards, observers, read models) **plus the agent
materials** that run on it (`policies`, `tools`, `providers`, `context`), the
execution machinery, the agent identity layer (`agent` = AgentSpec / registry)
and the official preset quartet. Everything needed to run an agent in-process.

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

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