awmail 0.1.0__tar.gz
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.
- awmail-0.1.0/LICENSE +202 -0
- awmail-0.1.0/PKG-INFO +255 -0
- awmail-0.1.0/README.md +239 -0
- awmail-0.1.0/awmail/__init__.py +55 -0
- awmail-0.1.0/awmail/_doctor.py +114 -0
- awmail-0.1.0/awmail/cli.py +350 -0
- awmail-0.1.0/awmail/client.py +273 -0
- awmail-0.1.0/awmail/guard.py +173 -0
- awmail-0.1.0/awmail/message.py +164 -0
- awmail-0.1.0/awmail/transport.py +330 -0
- awmail-0.1.0/awmail.egg-info/PKG-INFO +255 -0
- awmail-0.1.0/awmail.egg-info/SOURCES.txt +18 -0
- awmail-0.1.0/awmail.egg-info/dependency_links.txt +1 -0
- awmail-0.1.0/awmail.egg-info/entry_points.txt +2 -0
- awmail-0.1.0/awmail.egg-info/requires.txt +3 -0
- awmail-0.1.0/awmail.egg-info/top_level.txt +1 -0
- awmail-0.1.0/pyproject.toml +49 -0
- awmail-0.1.0/setup.cfg +4 -0
- awmail-0.1.0/tests/test_awmail.py +570 -0
- awmail-0.1.0/tests/test_lint_config_agrees.py +60 -0
awmail-0.1.0/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
awmail-0.1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: awmail
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Give an agent an email address - send, and actually receive. Two transports, no domain required, and rails so it cannot become a spam cannon.
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Project-URL: Homepage, https://github.com/Aitherium/awmail
|
|
7
|
+
Project-URL: Documentation, https://github.com/Aitherium/awmail#readme
|
|
8
|
+
Project-URL: Repository, https://github.com/Aitherium/awmail.git
|
|
9
|
+
Project-URL: Issues, https://github.com/Aitherium/awmail/issues
|
|
10
|
+
Requires-Python: >=3.10
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
License-File: LICENSE
|
|
13
|
+
Provides-Extra: dev
|
|
14
|
+
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
15
|
+
Dynamic: license-file
|
|
16
|
+
|
|
17
|
+
# awmail
|
|
18
|
+
|
|
19
|
+
Give an agent an email address. Send, and actually receive.
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
pip install awmail
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
```python
|
|
26
|
+
from awmail import Mailer
|
|
27
|
+
|
|
28
|
+
m = Mailer.bridge(
|
|
29
|
+
sender="you@example.com",
|
|
30
|
+
username="you@example.com",
|
|
31
|
+
password=BRIDGE_PASSWORD,
|
|
32
|
+
allow=["*@example.com"], # who this agent may write to
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
m.send(to="sam@example.com", subject="the report", body="attached below")
|
|
36
|
+
|
|
37
|
+
for msg in m.inbox(limit=5):
|
|
38
|
+
print(msg.sender, msg.subject)
|
|
39
|
+
m.reply(msg, "got it") # refuses if replying would start a loop
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
No domain. No DNS records. No provider account. No dependencies.
|
|
43
|
+
|
|
44
|
+
## Why this exists
|
|
45
|
+
|
|
46
|
+
An agent that cannot send email cannot finish most real errands. It drafts the
|
|
47
|
+
invitation, the receipt, the reply — and then hands a human a block of text to
|
|
48
|
+
paste somewhere.
|
|
49
|
+
|
|
50
|
+
The usual fix is a transactional provider, which means buying a domain, adding
|
|
51
|
+
DNS records, opening an account and warming it up, all so a program can send one
|
|
52
|
+
message from a mailbox you already own. And receiving is worse: almost nothing
|
|
53
|
+
gives an agent an inbox, so agents end up write-only and cannot close a loop
|
|
54
|
+
that a person closes by hitting reply.
|
|
55
|
+
|
|
56
|
+
## Two ways in
|
|
57
|
+
|
|
58
|
+
**A local bridge** — Proton Bridge and its equivalents expose ordinary IMAP and
|
|
59
|
+
SMTP on `127.0.0.1`. Your mail goes out *from the address you already use*, with
|
|
60
|
+
no new infrastructure at all.
|
|
61
|
+
|
|
62
|
+
```python
|
|
63
|
+
Mailer.bridge(sender="you@proton.me", username="you@proton.me",
|
|
64
|
+
password=BRIDGE_PASSWORD, allow=["*"])
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
**Any SMTP server** — what a server usually already has.
|
|
68
|
+
|
|
69
|
+
```python
|
|
70
|
+
Mailer.smtp(sender="agent@example.com", host="smtp.example.com", port=587,
|
|
71
|
+
username="agent@example.com", password=PASSWORD,
|
|
72
|
+
allow=["*@example.com"],
|
|
73
|
+
imap_host="imap.example.com") # add this to be able to receive
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
Or configure it from the environment and call `Mailer.from_env()`:
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
AWMAIL_TRANSPORT=bridge # or smtp
|
|
80
|
+
AWMAIL_FROM=you@example.com
|
|
81
|
+
AWMAIL_PASSWORD=...
|
|
82
|
+
AWMAIL_ALLOW='*@example.com' # comma-separated patterns
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
awmail doctor # tells you exactly which pieces are missing
|
|
87
|
+
awmail send sam@example.com --subject "hi" --body "from your agent"
|
|
88
|
+
awmail inbox --limit 5
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
## Three things it will not do
|
|
92
|
+
|
|
93
|
+
These are the reason a careless mail library is worse than none.
|
|
94
|
+
|
|
95
|
+
**It will not send anywhere you did not allow.** The allowlist has no permissive
|
|
96
|
+
default. An unset allowlist raises with an actionable message rather than
|
|
97
|
+
quietly permitting the whole internet, because an agent that can mail anyone is
|
|
98
|
+
an exfiltration path, and that should be a decision somebody typed. There are
|
|
99
|
+
rate caps too, low by default: a correct agent rarely needs more, and a runaway
|
|
100
|
+
one is stopped in minutes instead of after a mailbox is ruined.
|
|
101
|
+
|
|
102
|
+
**It will not report a send it did not have.** There are three verdicts, not
|
|
103
|
+
two:
|
|
104
|
+
|
|
105
|
+
| verdict | means |
|
|
106
|
+
|---|---|
|
|
107
|
+
| `ACCEPTED` | a relay took responsibility for every recipient |
|
|
108
|
+
| `REFUSED` | nothing was handed over — safe to fix and retry |
|
|
109
|
+
| `UNKNOWN` | we could not tell — retrying may duplicate the message |
|
|
110
|
+
|
|
111
|
+
`ACCEPTED` is **not** proof of delivery, and nothing here will claim it is:
|
|
112
|
+
delivery is decided later, by a server nobody here runs. `UNKNOWN` is a real
|
|
113
|
+
third state rather than a tidier spelling of failure — a connection that drops
|
|
114
|
+
*after* the message data was handed over may well have delivered it, and
|
|
115
|
+
collapsing that into `REFUSED` is how a retry mails someone the same thing
|
|
116
|
+
twice.
|
|
117
|
+
|
|
118
|
+
```python
|
|
119
|
+
result = m.send(to="sam@example.com", subject="hi")
|
|
120
|
+
if result.ok: # True only for ACCEPTED
|
|
121
|
+
...
|
|
122
|
+
print(result.status, result.rejected)
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
**It will not answer a machine.** Auto-reply plus auto-receive is a mail loop,
|
|
126
|
+
and two agents can exchange thousands of messages before anyone notices.
|
|
127
|
+
`reply()` refuses to answer anything carrying `Auto-Submitted`, `Precedence:
|
|
128
|
+
bulk`, or list headers; it refuses to answer your own addresses; it refuses a
|
|
129
|
+
reply chain past a depth limit; and every reply it does send is marked
|
|
130
|
+
`Auto-Submitted: auto-replied` so the *other* side's vacation responder stays
|
|
131
|
+
quiet too.
|
|
132
|
+
|
|
133
|
+
## Inbound mail is data, never instruction
|
|
134
|
+
|
|
135
|
+
An email body is written by whoever felt like writing to you — and increasingly
|
|
136
|
+
by someone who knows an agent will read it. `as_context()` fences and labels it
|
|
137
|
+
before it goes anywhere near a prompt:
|
|
138
|
+
|
|
139
|
+
```python
|
|
140
|
+
agent.ask("Summarise this and tell me if it needs a human:\n"
|
|
141
|
+
+ msg.as_context())
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
That label lives in the library rather than in each caller's prompt, because
|
|
145
|
+
exactly one caller will forget. It labels, it does not censor: a summariser
|
|
146
|
+
needs the actual text.
|
|
147
|
+
|
|
148
|
+
## Composes with
|
|
149
|
+
|
|
150
|
+
Useful alone — a mailbox and a password is the whole setup. It also fits the
|
|
151
|
+
rest of the family: [awnboard](https://github.com/Aitherium/awnboard) mints
|
|
152
|
+
addressed invitations that need delivering,
|
|
153
|
+
[awnest](https://github.com/Aitherium/awnest) proves a human is behind an
|
|
154
|
+
inbound reply, [awseal](https://github.com/Aitherium/awseal) signs what you send
|
|
155
|
+
so a recipient can verify it really came from your agent, and
|
|
156
|
+
[awdk](https://github.com/Aitherium/awdk) is the agent runtime that wants all of
|
|
157
|
+
the above.
|
|
158
|
+
|
|
159
|
+
## Verifying it
|
|
160
|
+
|
|
161
|
+
```bash
|
|
162
|
+
awmail --self-test # offline, no server, no network
|
|
163
|
+
pytest # includes a real SMTP conversation over a real socket
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
The suite runs a tiny SMTP server on a socket and sends to it through real
|
|
167
|
+
`smtplib`, so the transport is proven to speak the protocol rather than proven
|
|
168
|
+
to satisfy a fake. A suite built entirely on stubs asserts that one model of
|
|
169
|
+
SMTP matches another model of SMTP, and passes just as happily when both are
|
|
170
|
+
wrong.
|
|
171
|
+
|
|
172
|
+
## Licence
|
|
173
|
+
|
|
174
|
+
Apache-2.0
|
|
175
|
+
|
|
176
|
+
<!-- aither-ecosystem:start GENERATED from the ecosystem registry. Edits here are overwritten; change the registry instead. -->
|
|
177
|
+
|
|
178
|
+
## The aw family
|
|
179
|
+
|
|
180
|
+
Standalone tools that share one idea: **replace something you would otherwise have to _trust_ with something you can _check_.**
|
|
181
|
+
|
|
182
|
+
Each installs on its own, works offline, and needs no account.
|
|
183
|
+
|
|
184
|
+
| | instead of trusting | you check |
|
|
185
|
+
|---|---|---|
|
|
186
|
+
| [awdk](https://github.com/Aitherium/awdk) | a framework's idea of how your agents should run | one loop you can read, pointed at a backend you already pay for |
|
|
187
|
+
| [awskills](https://github.com/Aitherium/awskills) | that an agent knows your procedure | the procedure written down, versioned, and loadable by any agent |
|
|
188
|
+
| [awm](https://github.com/Aitherium/awm) | that memory stayed in its lane | tenant:user:project scopes, so a write cannot cross a boundary |
|
|
189
|
+
| [awnode](https://github.com/Aitherium/awnode) | a vendor's cloud with every prompt | a local gateway routing to backends you chose |
|
|
190
|
+
| [awgraph](https://github.com/Aitherium/awgraph) | that grep found everything | an AST + tree-sitter call graph an agent can traverse |
|
|
191
|
+
| [awgit](https://github.com/Aitherium/awgit) | that no one else is editing this file | a lease, refused at commit time if you do not hold it |
|
|
192
|
+
| [awseal](https://github.com/Aitherium/awseal) | that the artifact came from who you think | an Ed25519 seal — the key that verifies is not the key that forges |
|
|
193
|
+
| [awshare](https://github.com/Aitherium/awshare) | that the download is intact | content-addressed bundles, verified on fetch |
|
|
194
|
+
| [awnest](https://github.com/Aitherium/awnest) | that there is a person on the other end | a verdict with evidence, where "we could not tell" is not "yes" |
|
|
195
|
+
| [awnboard](https://github.com/Aitherium/awnboard) | a share link anyone who sees it can use | an invitation addressed to one person, for one gate, revocable |
|
|
196
|
+
| [awnix](https://github.com/Aitherium/awnix) | that the box is what you left it as | an immutable image you built, with atomic rollback |
|
|
197
|
+
| [awrecover](https://github.com/Aitherium/awrecover) | that the restore worked | a restore that fully lands or does not land at all |
|
|
198
|
+
| [awrelay](https://github.com/Aitherium/awrelay) | a SaaS in the middle of your agents | findings, alerts and coordination over your own transport |
|
|
199
|
+
| **awmail** _(you are here)_ | a mailbox somebody else can read | mail your agents send and receive over your own server |
|
|
200
|
+
| [awfind](https://github.com/Aitherium/awfind) | one vendor's idea of the web | results from whichever providers you configured |
|
|
201
|
+
| [awbrowse](https://github.com/Aitherium/awbrowse) | that the page said what you were told | the render, the DOM and the requests it made |
|
|
202
|
+
| [aitherkvcache](https://github.com/Aitherium/aitherkvcache) | a vendor's quantisation defaults | sub-byte KV cache kernels you can benchmark yourself |
|
|
203
|
+
| [AitherZero](https://github.com/Aitherium/AitherZero) | a pile of scripts nobody has numbered | numbered, discoverable automation with declarative playbooks |
|
|
204
|
+
| [AitherConnect](https://github.com/Aitherium/AitherConnect) | what a page tells your browser to do | a federated search and desktop bridge you host |
|
|
205
|
+
| [awreason](https://github.com/Aitherium/awreason) | a confident paragraph | the phases it went through, and every tool call it made to get there |
|
|
206
|
+
| [awrecurse](https://github.com/Aitherium/awrecurse) | that everything you pasted in was actually read | which slices it opened, and what it concluded from each |
|
|
207
|
+
| [awprism](https://github.com/Aitherium/awprism) | the first explanation that fits | the ranked alternatives, and the observation that separates them |
|
|
208
|
+
| [awrepl](https://github.com/Aitherium/awrepl) | what the agent believes the value is | the value, printed from the live session |
|
|
209
|
+
| [awresearch](https://github.com/Aitherium/awresearch) | a summary of pages nobody opened | every claim against the source it came from |
|
|
210
|
+
| [awpredict](https://github.com/Aitherium/awpredict) | a model because it trained without erroring | its prediction against a self-updating lookup, on the rows that are actually novel |
|
|
211
|
+
| [awkno](https://github.com/Aitherium/awkno) | that the docs site is up, or that you remember the family | the whole ecosystem in your terminal, with no network at all |
|
|
212
|
+
|
|
213
|
+
[**awnix**](https://github.com/Aitherium/awnix) is the ground floor — A Linux you can hand to an agent — immutable base, capabilities included.
|
|
214
|
+
|
|
215
|
+
## The Aitherium ecosystem
|
|
216
|
+
|
|
217
|
+
Every repository here is public. Each publishes an `aither-manifest.json` beside its page, so any surface can read every sibling's — the network is browsable from any node in it.
|
|
218
|
+
|
|
219
|
+
| repo | what it is | pages |
|
|
220
|
+
|---|---|---|
|
|
221
|
+
| [awdk](https://github.com/Aitherium/awdk) | Build AI agent fleets — 3 lines, any backend, local or cloud | [docs](https://aitherium.github.io/awdk/) |
|
|
222
|
+
| [awskills](https://github.com/Aitherium/awskills) | Portable agent skills — self-contained procedures an agent loads on demand | [docs](https://aitherium.github.io/awskills/) |
|
|
223
|
+
| [awm](https://github.com/Aitherium/awm) | A portable, scoped agent memory | [docs](https://aitherium.github.io/awm/) |
|
|
224
|
+
| [awnode](https://github.com/Aitherium/awnode) | A lightweight local gateway — bridges your apps to the AI backends you chose | [docs](https://aitherium.github.io/awnode/) |
|
|
225
|
+
| [awrun](https://github.com/Aitherium/awrun) | A priority-aware queue and dispatcher for agentic runs and ad-hoc CI builds | [docs](https://aitherium.github.io/awrun/) |
|
|
226
|
+
| [awgraph](https://github.com/Aitherium/awgraph) | A semantic code graph for agents — AST + tree-sitter, call graphs | [docs](https://aitherium.github.io/awgraph/) |
|
|
227
|
+
| [awgit](https://github.com/Aitherium/awgit) | Semantic version control on top of git — edit-ops and leases | [docs](https://aitherium.github.io/awgit/) |
|
|
228
|
+
| [awseal](https://github.com/Aitherium/awseal) | Sign an artifact so a stranger can verify it | [docs](https://aitherium.github.io/awseal/) |
|
|
229
|
+
| [awshare](https://github.com/Aitherium/awshare) | Publish an artifact and fetch it back verified | [docs](https://aitherium.github.io/awshare/) |
|
|
230
|
+
| [awdit](https://github.com/Aitherium/awdit) | An append-only audit trail whose gaps are DETECTABLE | [docs](https://aitherium.github.io/awdit/) |
|
|
231
|
+
| [awbac](https://github.com/Aitherium/awbac) | Role-based access control that fails closed and explains itself | [docs](https://aitherium.github.io/awbac/) |
|
|
232
|
+
| [awiam](https://github.com/Aitherium/awiam) | Who is this caller? A directory and session store that fails honestly | [docs](https://aitherium.github.io/awiam/) |
|
|
233
|
+
| [awtunnel](https://github.com/Aitherium/awtunnel) | Reach a service that has no public address | [docs](https://aitherium.github.io/awtunnel/) |
|
|
234
|
+
| [awnest](https://github.com/Aitherium/awnest) | Prove there is a human before you let them into the nest | [docs](https://aitherium.github.io/awnest/) |
|
|
235
|
+
| [awnboard](https://github.com/Aitherium/awnboard) | A front gate you can put in front of anything, and hand someone the key to | [docs](https://aitherium.github.io/awnboard/) |
|
|
236
|
+
| [awnix](https://github.com/Aitherium/awnix) | A Linux you can hand to an agent — immutable base, capabilities included | [docs](https://aitherium.github.io/awnix/) |
|
|
237
|
+
| [awrecover](https://github.com/Aitherium/awrecover) | Labelled snapshots with an all-or-nothing restore | [docs](https://aitherium.github.io/awrecover/) |
|
|
238
|
+
| [awrelay](https://github.com/Aitherium/awrelay) | Portable agent messaging — findings, alerts, coordination | [docs](https://aitherium.github.io/awrelay/) |
|
|
239
|
+
| **awmail** _(you are here)_ | Give an agent an email address — send, and actually receive | [docs](https://aitherium.github.io/awmail/) |
|
|
240
|
+
| [awnet](https://github.com/Aitherium/awnet) | The agentic web — agents host a mesh, and agents join one | [docs](https://aitherium.github.io/awnet/) |
|
|
241
|
+
| [awfind](https://github.com/Aitherium/awfind) | A portable search client — query, results, ranking | [docs](https://aitherium.github.io/awfind/) |
|
|
242
|
+
| [awbrowse](https://github.com/Aitherium/awbrowse) | A portable browser client — navigate, console, network, DOM, screenshot | [docs](https://aitherium.github.io/awbrowse/) |
|
|
243
|
+
| [awknowledge](https://github.com/Aitherium/awknowledge) | How to run a coding agent so the result survives — the laws, with evidence | [docs](https://aitherium.github.io/awknowledge/) |
|
|
244
|
+
| [aitherkvcache](https://github.com/Aitherium/aitherkvcache) | Near-optimal KV cache quantization for LLM inference — sub-byte compression | [docs](https://aitherium.github.io/aitherkvcache/) |
|
|
245
|
+
| [AitherZero](https://github.com/Aitherium/AitherZero) | PowerShell 7+ automation framework — numbered, self-describing scripts | [docs](https://aitherium.github.io/AitherZero/) |
|
|
246
|
+
| [AitherConnect](https://github.com/Aitherium/AitherConnect) | Browser extension — federated AI search, page context, and the Living OS overlay | [docs](https://aitherium.github.io/AitherConnect/) |
|
|
247
|
+
| [awreason](https://github.com/Aitherium/awreason) | A portable reasoning client — sessions, phases, thoughts, and the chain that produced the answer | [docs](https://aitherium.github.io/awreason/) |
|
|
248
|
+
| [awrecurse](https://github.com/Aitherium/awrecurse) | Answer a question over a context far larger than the window — recursively, with the trace kept | [docs](https://aitherium.github.io/awrecurse/) |
|
|
249
|
+
| [awprism](https://github.com/Aitherium/awprism) | Turn a failure into ranked hypotheses — and say what would confirm each one | [docs](https://aitherium.github.io/awprism/) |
|
|
250
|
+
| [awrepl](https://github.com/Aitherium/awrepl) | A REPL an agent can actually use — state that survives between turns | [docs](https://aitherium.github.io/awrepl/) |
|
|
251
|
+
| [awresearch](https://github.com/Aitherium/awresearch) | Ask a research question, get a cited report you can check | [docs](https://aitherium.github.io/awresearch/) |
|
|
252
|
+
| [awpredict](https://github.com/Aitherium/awpredict) | Predict what your environment does next, and how surprised you were | [docs](https://aitherium.github.io/awpredict/) |
|
|
253
|
+
| [awkno](https://github.com/Aitherium/awkno) | The man page for the Aither World — every brick, stack and law, offline | [docs](https://aitherium.github.io/awkno/) |
|
|
254
|
+
|
|
255
|
+
<!-- aither-ecosystem:end -->
|