Metadata-Version: 2.4
Name: noeta-runtime
Version: 0.5.1
Summary: Noeta runtime engine: the event-sourced kernel that hosts, records, and schedules agent execution server-side. Durable, multi-worker, crash-safe — the 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
Description-Content-Type: text/markdown

# noeta-runtime

The Noeta **engine**: a pure kernel — `protocols` (the only typed boundary),
`core` (Engine + fold + snapshot), the kernel services (Worker / Dispatcher /
ToolRuntime / RuntimeLLMClient, storage, observers, read models), the material
mechanisms (`context` = the locked composer + registries, `policies` = the
control band, `tools` = authoring machinery), the injection-only `execution`
builder, and the agent identity layer (`agent` = AgentSpec / registry). It
carries **no capability implementation and no HTTP client**: installed alone
it runs an agent with hand-injected protocol objects; the official
capabilities (tool packs, provider adapters, guards, memory, browser, app,
MCP, sandbox backends, skills, the ReAct policy) ship as built-in plugins
inside the [noeta-sdk](https://github.com/initxy/noeta) wheel and arrive
through the plugin loader.

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

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