Metadata-Version: 2.5
Name: aelix-coding-agent
Version: 0.1.0b2
Summary: Aelix coding agent — ExtensionAPI + built-ins + example tools + TUI. Pi-coding-agent 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,ai,cli,coding-agent,extensions,llm,tools,tui
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
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 :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Requires-Dist: aelix-agent-core==0.1.0b2
Requires-Dist: aelix-ai==0.1.0b2
Requires-Dist: cryptography<49,>=42
Requires-Dist: markdown-it-py>=3.0
Requires-Dist: mcp<2,>=1.27
Requires-Dist: packaging>=23
Requires-Dist: pillow<12.0,>=11.0
Requires-Dist: pygments>=2.18
Requires-Dist: tree-sitter-bash<0.26,>=0.25
Requires-Dist: tree-sitter-powershell<0.27,>=0.26
Requires-Dist: tree-sitter<0.26,>=0.25
Requires-Dist: truststore>=0.9
Provides-Extra: tui
Requires-Dist: prompt-toolkit<4,>=3.0; extra == 'tui'
Requires-Dist: rich<15,>=13.7; extra == 'tui'
Description-Content-Type: text/markdown

# aelix-coding-agent

The [Aelix](https://github.com/handochan/aelix-ai) coding agent: the
`ExtensionAPI` surface, the extension loader, built-in policy/guardrail
extensions, built-in tools, the interactive TUI, and the real `aelix` CLI.
Pi-coding-agent parity.

This package ships the `aelix` command. For the full runtime, install the
umbrella package:

```bash
pip install aelix
```

Optional extras:

```bash
pip install 'aelix-coding-agent[tui]'     # interactive terminal shell
```

> **Below `0.1.0b2` those commands install 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.
