Metadata-Version: 2.4
Name: noeta-agent
Version: 0.1.6
Summary: Noeta coding agent: the batteries-included AI coding agent with a web UI. Like Claude Code, but open-source, self-hostable, and provider-neutral. Run with python -m noeta.agent.
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 :: Application Frameworks
Requires-Python: >=3.11
Requires-Dist: noeta-runtime>=0.1.6
Requires-Dist: noeta-sdk>=0.1.6
Description-Content-Type: text/markdown

# noeta-agent

The official Noeta **coding-agent app shell**: the HTTP/SSE backend
(`noeta.agent.backend`) over `noeta.sdk`, the bundled web app, slash command
contents, built-in skills, and the launch entry point. `python -m noeta.agent`
is the only entry — there is no `noeta` console script and no operator CLI.

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

```bash
uv pip install -e apps/noeta-agent   # pulls in noeta-sdk + noeta-runtime
python -m noeta.agent                # boots the offline stub agent + bundled web
```
