Metadata-Version: 2.5
Name: aelix-agent-core
Version: 0.1.0b2
Summary: Aelix agent loop + harness + hook bus. Pi-agent-core parity.
Project-URL: Homepage, https://github.com/handochan/aelix-ai
Project-URL: Repository, https://github.com/handochan/aelix-ai
Project-URL: Issues, https://github.com/handochan/aelix-ai/issues
Author: Aelix Contributors
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
License-File: THIRD-PARTY-NOTICES.md
Keywords: agent,agent-loop,ai,harness,hooks,llm
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Requires-Dist: aelix-ai==0.1.0b2
Requires-Dist: pathspec>=0.12
Requires-Dist: pydantic<3,>=2.7
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# aelix-agent-core

The low-level agent runtime for [Aelix](https://github.com/handochan/aelix-ai):
the stateful `Agent`, the hook-aware `AgentHarness`, the typed `HookBus`, and the
async agent loop. Core runtime with no extension dependencies. Pi-agent-core
parity.

This package is part of the Aelix distribution set. For the full runtime, install
the umbrella package:

```bash
pip install aelix
```

> **Below `0.1.0b2` that command installs a placeholder, not Aelix.** The PyPI
> names were reserved by a metadata-only `0.0.0a0` pre-release, and with nothing
> but pre-releases on the index pip takes the newest — so it reported success and
> left you with no `aelix` command. From `0.1.0b2` on a pre-release tag publishes
> the real distribution (ADR-0240) and the command above resolves it. The
> checksum-verified installer described in the project README is still the
> recommended path: it is the only one that verifies the wheels it installs.

See the [project README](https://github.com/handochan/aelix-ai#readme) for
architecture, usage, and the CLI/TUI.

Licensed under Apache-2.0.
