aelix-coding-agent 0.0.0a0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: aelix-coding-agent
|
|
3
|
+
Version: 0.0.0a0
|
|
4
|
+
Summary: Placeholder, no code yet — name reserved for Aelix: ExtensionAPI, the extension loader and the built-in extensions.
|
|
5
|
+
Project-URL: Homepage, https://handochan.github.io/aelix-ai/
|
|
6
|
+
Project-URL: Source, https://github.com/handochan/aelix-ai
|
|
7
|
+
Author: Aelix Contributors
|
|
8
|
+
License-Expression: Apache-2.0
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Requires-Python: >=3.11
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
# aelix-coding-agent
|
|
17
|
+
|
|
18
|
+
**This is a placeholder release. It contains no code.**
|
|
19
|
+
|
|
20
|
+
`aelix-coding-agent` is a reserved distribution name for
|
|
21
|
+
[Aelix](https://handochan.github.io/aelix-ai/) — an agent runtime and extension platform in pure Python.
|
|
22
|
+
Within the project it is ExtensionAPI, the extension loader and the built-in extensions.
|
|
23
|
+
|
|
24
|
+
The real package is `aelix-coding-agent` and is not on PyPI yet. Until it is, installing
|
|
25
|
+
this gives you an empty distribution; it is published only so the name stays
|
|
26
|
+
with the project that is building it.
|
|
27
|
+
|
|
28
|
+
* Source: https://github.com/handochan/aelix-ai
|
|
29
|
+
* Homepage: https://handochan.github.io/aelix-ai/
|
|
30
|
+
* Install today: `curl -fsSL https://raw.githubusercontent.com/handochan/aelix-ai/main/install.sh | sh`
|
|
31
|
+
|
|
32
|
+
Licensed under Apache-2.0.
|