awkno 0.2.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.
Files changed (97) hide show
  1. awkno-0.2.0/LICENSE +118 -0
  2. awkno-0.2.0/PKG-INFO +321 -0
  3. awkno-0.2.0/README.md +304 -0
  4. awkno-0.2.0/awkno/__init__.py +25 -0
  5. awkno-0.2.0/awkno/_doctor.py +114 -0
  6. awkno-0.2.0/awkno/cli.py +497 -0
  7. awkno-0.2.0/awkno/corpus.py +216 -0
  8. awkno-0.2.0/awkno/generate.py +444 -0
  9. awkno-0.2.0/awkno/pages/agent-senses.json +13 -0
  10. awkno-0.2.0/awkno/pages/agent-vm.json +14 -0
  11. awkno-0.2.0/awkno/pages/aitherconnect.json +11 -0
  12. awkno-0.2.0/awkno/pages/aitherkvcache.json +11 -0
  13. awkno-0.2.0/awkno/pages/aitherzero.json +11 -0
  14. awkno-0.2.0/awkno/pages/awarena.json +14 -0
  15. awkno-0.2.0/awkno/pages/awask.json +15 -0
  16. awkno-0.2.0/awkno/pages/awbac.json +11 -0
  17. awkno-0.2.0/awkno/pages/awbrowse.json +13 -0
  18. awkno-0.2.0/awkno/pages/awdit.json +12 -0
  19. awkno-0.2.0/awkno/pages/awdk.json +16 -0
  20. awkno-0.2.0/awkno/pages/awevolve.json +15 -0
  21. awkno-0.2.0/awkno/pages/awfind.json +13 -0
  22. awkno-0.2.0/awkno/pages/awgit.json +12 -0
  23. awkno-0.2.0/awkno/pages/awgraph.json +12 -0
  24. awkno-0.2.0/awkno/pages/awiam.json +12 -0
  25. awkno-0.2.0/awkno/pages/awkit.json +13 -0
  26. awkno-0.2.0/awkno/pages/awkno.json +13 -0
  27. awkno-0.2.0/awkno/pages/awknowledge.json +12 -0
  28. awkno-0.2.0/awkno/pages/awm.json +13 -0
  29. awkno-0.2.0/awkno/pages/awmail.json +18 -0
  30. awkno-0.2.0/awkno/pages/awnboard.json +20 -0
  31. awkno-0.2.0/awkno/pages/awnest.json +19 -0
  32. awkno-0.2.0/awkno/pages/awnet.json +13 -0
  33. awkno-0.2.0/awkno/pages/awnix.json +20 -0
  34. awkno-0.2.0/awkno/pages/awnode.json +12 -0
  35. awkno-0.2.0/awkno/pages/awpack.json +13 -0
  36. awkno-0.2.0/awkno/pages/awpredict.json +11 -0
  37. awkno-0.2.0/awkno/pages/awprism.json +14 -0
  38. awkno-0.2.0/awkno/pages/awreason.json +14 -0
  39. awkno-0.2.0/awkno/pages/awrecover.json +13 -0
  40. awkno-0.2.0/awkno/pages/awrecurse.json +13 -0
  41. awkno-0.2.0/awkno/pages/awrelay.json +12 -0
  42. awkno-0.2.0/awkno/pages/awrepl.json +13 -0
  43. awkno-0.2.0/awkno/pages/awresearch.json +14 -0
  44. awkno-0.2.0/awkno/pages/awrun.json +13 -0
  45. awkno-0.2.0/awkno/pages/awseal.json +12 -0
  46. awkno-0.2.0/awkno/pages/awsh.json +13 -0
  47. awkno-0.2.0/awkno/pages/awshare.json +12 -0
  48. awkno-0.2.0/awkno/pages/awskills.json +12 -0
  49. awkno-0.2.0/awkno/pages/awsync.json +16 -0
  50. awkno-0.2.0/awkno/pages/awtunnel.json +12 -0
  51. awkno-0.2.0/awkno/pages/cited-research.json +14 -0
  52. awkno-0.2.0/awkno/pages/gobbonet-agentic.json +14 -0
  53. awkno-0.2.0/awkno/pages/guide-00.json +16 -0
  54. awkno-0.2.0/awkno/pages/guide-01.json +14 -0
  55. awkno-0.2.0/awkno/pages/guide-02.json +14 -0
  56. awkno-0.2.0/awkno/pages/guide-03.json +14 -0
  57. awkno-0.2.0/awkno/pages/guide-04.json +15 -0
  58. awkno-0.2.0/awkno/pages/guide-05.json +16 -0
  59. awkno-0.2.0/awkno/pages/guide-06.json +15 -0
  60. awkno-0.2.0/awkno/pages/guide-07.json +15 -0
  61. awkno-0.2.0/awkno/pages/guide-08.json +17 -0
  62. awkno-0.2.0/awkno/pages/guide-09.json +13 -0
  63. awkno-0.2.0/awkno/pages/guide.json +22 -0
  64. awkno-0.2.0/awkno/pages/law-01.json +11 -0
  65. awkno-0.2.0/awkno/pages/law-02.json +11 -0
  66. awkno-0.2.0/awkno/pages/law-03.json +11 -0
  67. awkno-0.2.0/awkno/pages/law-04.json +11 -0
  68. awkno-0.2.0/awkno/pages/law-05.json +11 -0
  69. awkno-0.2.0/awkno/pages/law-06.json +11 -0
  70. awkno-0.2.0/awkno/pages/law-07.json +11 -0
  71. awkno-0.2.0/awkno/pages/law-08.json +11 -0
  72. awkno-0.2.0/awkno/pages/law-09.json +11 -0
  73. awkno-0.2.0/awkno/pages/law-10.json +11 -0
  74. awkno-0.2.0/awkno/pages/law-11.json +11 -0
  75. awkno-0.2.0/awkno/pages/law-12.json +11 -0
  76. awkno-0.2.0/awkno/pages/law-13.json +11 -0
  77. awkno-0.2.0/awkno/pages/law-14.json +11 -0
  78. awkno-0.2.0/awkno/pages/law-15.json +11 -0
  79. awkno-0.2.0/awkno/pages/law-16.json +11 -0
  80. awkno-0.2.0/awkno/pages/law-17.json +11 -0
  81. awkno-0.2.0/awkno/pages/law-18.json +11 -0
  82. awkno-0.2.0/awkno/pages/law-19.json +11 -0
  83. awkno-0.2.0/awkno/pages/one-surface.json +15 -0
  84. awkno-0.2.0/awkno/pages/provenance.json +14 -0
  85. awkno-0.2.0/awkno/pages/shared-worktree.json +14 -0
  86. awkno-0.2.0/awkno/pages/the-front-door.json +15 -0
  87. awkno-0.2.0/awkno/pages/the-reasoning-loop.json +14 -0
  88. awkno-0.2.0/awkno/pages/who-what-did.json +13 -0
  89. awkno-0.2.0/awkno.egg-info/PKG-INFO +321 -0
  90. awkno-0.2.0/awkno.egg-info/SOURCES.txt +95 -0
  91. awkno-0.2.0/awkno.egg-info/dependency_links.txt +1 -0
  92. awkno-0.2.0/awkno.egg-info/entry_points.txt +2 -0
  93. awkno-0.2.0/awkno.egg-info/requires.txt +4 -0
  94. awkno-0.2.0/awkno.egg-info/top_level.txt +1 -0
  95. awkno-0.2.0/pyproject.toml +45 -0
  96. awkno-0.2.0/setup.cfg +4 -0
  97. awkno-0.2.0/tests/test_awkno.py +304 -0
awkno-0.2.0/LICENSE ADDED
@@ -0,0 +1,118 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+
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 in 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 exercising
25
+ 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 Object
37
+ form, made available under the License, as indicated by a copyright
38
+ notice that is included in or attached to the work.
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work.
42
+
43
+ "Contribution" shall mean any work of authorship, including the
44
+ original Work and any Derivative Works thereof, submitted to,
45
+ or received by, Licensor for inclusion in the Work by the copyright
46
+ owner or by an individual or Legal Entity authorized to submit on
47
+ behalf of the copyright owner.
48
+
49
+ "Contributor" shall mean Licensor and any Legal Entity on behalf
50
+ of whom a Contribution has been received by Licensor and subsequently
51
+ incorporated within the Work.
52
+
53
+ 2. Grant of Copyright License. Subject to the terms and conditions of
54
+ this License, each Contributor hereby grants to You a perpetual,
55
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
56
+ copyright license to reproduce, prepare Derivative Works of,
57
+ publicly display, publicly perform, sublicense, and distribute the
58
+ Work and such Derivative Works in Source or Object form.
59
+
60
+ 3. Grant of Patent License. Subject to the terms and conditions of
61
+ this License, each Contributor hereby grants to You a perpetual,
62
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
63
+ (except as stated in this section) patent license to make, have made,
64
+ use, offer to sell, sell, import, and otherwise transfer the Work.
65
+
66
+ 4. Redistribution. You may reproduce and distribute copies of the
67
+ Work or Derivative Works thereof in any medium, with or without
68
+ modifications, and in Source or Object form, provided that You
69
+ meet the following conditions:
70
+
71
+ (a) You must give any other recipients of the Work or
72
+ Derivative Works a copy of this License; and
73
+
74
+ (b) You must cause any modified files to carry prominent notices
75
+ stating that You changed the files; and
76
+
77
+ (c) You must retain, in the Source form of any Derivative Works
78
+ that You distribute, all copyright, patent, trademark, and
79
+ attribution notices from the Source form of the Work.
80
+
81
+ (d) If the Work includes a "NOTICE" text file, then any
82
+ Derivative Works that You distribute must include a readable
83
+ copy of the attribution notices contained within such NOTICE file.
84
+
85
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
86
+ any Contribution intentionally submitted for inclusion in the Work
87
+ by You to Licensor shall be under the terms and conditions of
88
+ this License, without any additional terms or conditions.
89
+
90
+ 6. Trademarks. This License does not grant permission to use the trade
91
+ names, trademarks, service marks, or product names of the Licensor,
92
+ except as required for reasonable and customary use in describing the
93
+ origin of the Work and reproducing the content of the NOTICE file.
94
+
95
+ 7. Disclaimer of Warranty. Unless required by applicable law or
96
+ agreed to in writing, Licensor provides the Work (and each
97
+ Contributor provides its Contributions) on an "AS IS" BASIS,
98
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
99
+ or implied, including, without limitation, any warranties or
100
+ conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS
101
+ FOR A PARTICULAR PURPOSE.
102
+
103
+ 8. Limitation of Liability. In no event and under no legal theory,
104
+ whether in tort (including negligence), contract, or otherwise,
105
+ unless required by applicable law (such as deliberate and grossly
106
+ negligent acts) or agreed to in writing, shall any Contributor be
107
+ liable to You for damages, including any direct, indirect, special,
108
+ incidental, or consequential damages of any character arising as a
109
+ result of this License or out of the use or inability to use the
110
+ Work.
111
+
112
+ 9. Accepting Warranty or Additional Liability. While redistributing
113
+ the Work or Derivative Works thereof, You may choose to offer,
114
+ and charge a fee for, acceptance of support, warranty, indemnity,
115
+ or other liability obligations and/or rights consistent with this
116
+ License.
117
+
118
+ END OF TERMS AND CONDITIONS
awkno-0.2.0/PKG-INFO ADDED
@@ -0,0 +1,321 @@
1
+ Metadata-Version: 2.4
2
+ Name: awkno
3
+ Version: 0.2.0
4
+ Summary: The man page for the Aither World — every brick, stack and law, in your terminal, offline.
5
+ License: Apache-2.0
6
+ Project-URL: Homepage, https://github.com/Aitherium/awkno
7
+ Project-URL: Documentation, https://github.com/Aitherium/awkno#readme
8
+ Project-URL: Repository, https://github.com/Aitherium/awkno.git
9
+ Project-URL: Issues, https://github.com/Aitherium/awkno/issues
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Requires-Dist: PyYAML>=6.0
14
+ Provides-Extra: dev
15
+ Requires-Dist: pytest>=7.0; extra == "dev"
16
+ Dynamic: license-file
17
+
18
+ # awkno — The man page for the Aither World
19
+
20
+ **Every brick, stack, and law in your terminal, offline.**
21
+
22
+ awkno is a standalone reference for the Aither World ecosystem — the set of portable, composable tools and principles that make agent automation reproducible and auditable. No browser, no internet connection, no external dependencies needed.
23
+
24
+ ## Why
25
+
26
+ Agent systems need documented principles. The Aither World is built on 18 laws derived from real failures on production systems — lessons about gates, silence, atomicity, and delivery that apply to every agent work you build.
27
+
28
+ The ecosystem itself is ~36 portable tools (bricks) organized into thematic stacks. awkno brings them all into your terminal: any brick's purpose and adoption path, any law's principle and reasoning, any stack's composition and status — all offline, all fast, queryable by keyword, and open to reading and redistribution.
29
+
30
+ ## Quick Start
31
+
32
+ ### Install
33
+
34
+ ```bash
35
+ pip install awkno
36
+ ```
37
+
38
+ ### Use
39
+
40
+ ```bash
41
+ # Show a brick
42
+ awkno awdk
43
+ awkno awsh
44
+
45
+ # Show a law
46
+ awkno law 5
47
+
48
+ # List everything
49
+ awkno list
50
+
51
+ # Search for a term
52
+ awkno search agent
53
+ awkno -k silence
54
+
55
+ # Raw output for piping
56
+ awkno awdk --plain
57
+ awkno --json awdk
58
+ ```
59
+
60
+ ### No Arguments
61
+
62
+ ```bash
63
+ awkno
64
+ ```
65
+
66
+ Shows the overview: command summary, quick start examples, and how to explore further.
67
+
68
+ ## What's Inside
69
+
70
+ ### Bricks (36 tools)
71
+
72
+ Portable, single-purpose tools that do one job well and compose with others:
73
+
74
+ - **awdk** — Build AI agent fleets (3 lines, any backend)
75
+ - **awskills** — Portable agent skills (self-contained procedures)
76
+ - **awm** — Scoped agent memory (tenant:user:project boundaries)
77
+ - **awgit** — Semantic version control (edit-ops, leases)
78
+ - **awgraph** — Code graph for agents (AST, call graphs)
79
+ - **awrelay** — Agent messaging (findings, alerts, coordination)
80
+ - **awmail** — Email for agents (send and receive)
81
+ - **And 29 more...**
82
+
83
+ Each has an "adopt" sentence: the smallest useful thing you can do with it alone, without adopting anything else.
84
+
85
+ ### Stacks (9 collections)
86
+
87
+ Curated sets of bricks that work together:
88
+
89
+ - **agent-vm** — The bare agent VM
90
+ - **agent-senses** — Perception (search, pages)
91
+ - **shared-worktree** — Many agents, one repo
92
+ - **the-front-door** — Identity, authority, record
93
+ - **And 5 more...**
94
+
95
+ ### Laws (18 principles)
96
+
97
+ Lessons learned in production, written down so they don't have to be re-derived:
98
+
99
+ 1. A rule nothing asserts is a suggestion
100
+ 2. Make it a check, not a ticket
101
+ 3. Watch your gate fail
102
+ 4. Mutate the test, not just the code
103
+ 5. Design for the silence
104
+ 6. A check that cannot run must not pass
105
+ 7. The symptom names the innocent
106
+ 8. A checker in the wrong place found nothing
107
+ 9. Detection without delivery is not detection
108
+ 10. A gate that floods gets switched off
109
+ 11. Open green; ratchet down
110
+ 12. Measure it again
111
+ 13. Written is not deployed
112
+ 14. You wrote it; that does not mean it ships
113
+ 15. Generate, never copy
114
+ 16. The defect lives in the union
115
+ 17. Fail closed, then prove the happy path
116
+ 18. Never trust the caller
117
+
118
+ ## Architecture
119
+
120
+ ### Offline-First Design
121
+
122
+ The corpus is **generated once** from `ecosystem.yaml` and `awknowledge/laws/`, then **committed as JSON data files** under `awkno/pages/`. After install, the package needs no external files or network.
123
+
124
+ This means:
125
+ - No runtime generation (fast startup)
126
+ - No external dependencies beyond stdlib
127
+ - Reproducible across machines and time
128
+ - Auditable: every page is in the repo
129
+
130
+ ### CLI Features
131
+
132
+ - **Pager support**: Automatic pagination on TTY (via `$PAGER` or system default)
133
+ - **TTY-aware formatting**: ANSI bold headers only when connected to a terminal
134
+ - **Multiple output modes**:
135
+ - `--plain` — No ANSI codes (safe for piping to other tools)
136
+ - `--json` — Structured output for scripting
137
+ - Default — Man-page-style formatted text
138
+ - **Fuzzy search**: Type something close, get ranked results
139
+ - **Command shortcuts**:
140
+ - `awkno list` — Show all topics grouped by category
141
+ - `awkno law N` — Show law by number
142
+ - `awkno -k TERM` / `awkno --apropos TERM` — Search (like `man -k`)
143
+
144
+ ### No Internal Leakage
145
+
146
+ This package is built for public distribution, and the corpus is GENERATED from
147
+ an internal registry -- so the generator strips, and the build then re-checks,
148
+ every category of internal detail: infrastructure hostnames, absolute paths from
149
+ the build machine, issue-tracker and quality-gate identifiers, and imports that
150
+ only resolve inside a private monorepo.
151
+
152
+ The point of scanning the *generated* corpus rather than the generator is that a
153
+ sanitiser is only as good as its last pattern. A page that slips through reads as
154
+ ordinary prose, so nothing downstream would ever notice.
155
+
156
+ ## Development
157
+
158
+ ### Regenerate the Corpus
159
+
160
+ ```bash
161
+ python awkno/generate.py
162
+ ```
163
+
164
+ The generator reads:
165
+ - `ecosystem.yaml` — The brick and stack registry
166
+ - `awknowledge/laws/*.md` — The 18 laws
167
+
168
+ And writes JSON to `awkno/pages/`.
169
+
170
+ ### Test Locally
171
+
172
+ ```bash
173
+ pip install -e .
174
+ pytest
175
+
176
+ # Or run the CLI directly
177
+ python -m awkno.cli awdk
178
+ ```
179
+
180
+ ### Build and Publish
181
+
182
+ ```bash
183
+ pip install build
184
+ python -m build
185
+
186
+ # Publish to PyPI
187
+ twine upload dist/*
188
+ ```
189
+
190
+ ## Integration
191
+
192
+ ### In Your Own Code
193
+
194
+ ```python
195
+ from awkno import AwknoRegistry
196
+
197
+ registry = AwknoRegistry()
198
+ page = registry.get("awdk")
199
+ print(page.render())
200
+
201
+ # Search
202
+ results = registry.search("agent memory")
203
+ for page, score in results[:5]:
204
+ print(f"{page.topic}: {page.synopsis}")
205
+
206
+ # List by category
207
+ bricks = registry.list_by_category("brick")
208
+ laws = registry.list_by_category("law")
209
+ ```
210
+
211
+ ### As a Dependency
212
+
213
+ awkno has zero runtime dependencies (PyYAML is dev-only, for corpus generation).
214
+
215
+ ```toml
216
+ [project]
217
+ dependencies = [
218
+ "awkno",
219
+ ]
220
+ ```
221
+
222
+ ## Contributing
223
+
224
+ Read a law, apply it, send a pull request. The package itself is small and well-documented.
225
+
226
+ Pages are generated from `ecosystem.yaml` and law files — edits to those files flow into awkno on the next generation.
227
+
228
+ ## License
229
+
230
+ Apache 2.0. See [LICENSE](LICENSE).
231
+
232
+ ## Further Reading
233
+
234
+ - Ecosystem registry: https://github.com/Aitherium/ecosystem
235
+ - Laws and codex: https://github.com/Aitherium/awskills
236
+ - AitherWorld reference: https://aitherium.com
237
+
238
+ ---
239
+
240
+ **awkno** — read the principles once, apply them everywhere.
241
+
242
+ <!-- aither-ecosystem:start GENERATED from the ecosystem registry. Edits here are overwritten; change the registry instead. -->
243
+
244
+ ## The aw family
245
+
246
+ Standalone tools that share one idea: **replace something you would otherwise have to _trust_ with something you can _check_.**
247
+
248
+ Each installs on its own, works offline, and needs no account.
249
+
250
+ | | instead of trusting | you check |
251
+ |---|---|---|
252
+ | [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 |
253
+ | [awskills](https://github.com/Aitherium/awskills) | that an agent knows your procedure | the procedure written down, versioned, and loadable by any agent |
254
+ | [awm](https://github.com/Aitherium/awm) | that memory stayed in its lane | tenant:user:project scopes, so a write cannot cross a boundary |
255
+ | [awnode](https://github.com/Aitherium/awnode) | a vendor's cloud with every prompt | a local gateway routing to backends you chose |
256
+ | [awgraph](https://github.com/Aitherium/awgraph) | that grep found everything | an AST + tree-sitter call graph an agent can traverse |
257
+ | [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 |
258
+ | [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 |
259
+ | [awshare](https://github.com/Aitherium/awshare) | that the download is intact | content-addressed bundles, verified on fetch |
260
+ | [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" |
261
+ | [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 |
262
+ | [awnix](https://github.com/Aitherium/awnix) | that the box is what you left it as | an immutable image you built, with atomic rollback |
263
+ | [awrecover](https://github.com/Aitherium/awrecover) | that the restore worked | a restore that fully lands or does not land at all |
264
+ | [awrelay](https://github.com/Aitherium/awrelay) | a SaaS in the middle of your agents | findings, alerts and coordination over your own transport |
265
+ | [awmail](https://github.com/Aitherium/awmail) | a mailbox somebody else can read | mail your agents send and receive over your own server |
266
+ | [awfind](https://github.com/Aitherium/awfind) | one vendor's idea of the web | results from whichever providers you configured |
267
+ | [awbrowse](https://github.com/Aitherium/awbrowse) | that the page said what you were told | the render, the DOM and the requests it made |
268
+ | [aitherkvcache](https://github.com/Aitherium/aitherkvcache) | a vendor's quantisation defaults | sub-byte KV cache kernels you can benchmark yourself |
269
+ | [AitherZero](https://github.com/Aitherium/AitherZero) | a pile of scripts nobody has numbered | numbered, discoverable automation with declarative playbooks |
270
+ | [AitherConnect](https://github.com/Aitherium/AitherConnect) | what a page tells your browser to do | a federated search and desktop bridge you host |
271
+ | [awreason](https://github.com/Aitherium/awreason) | a confident paragraph | the phases it went through, and every tool call it made to get there |
272
+ | [awrecurse](https://github.com/Aitherium/awrecurse) | that everything you pasted in was actually read | which slices it opened, and what it concluded from each |
273
+ | [awprism](https://github.com/Aitherium/awprism) | the first explanation that fits | the ranked alternatives, and the observation that separates them |
274
+ | [awrepl](https://github.com/Aitherium/awrepl) | what the agent believes the value is | the value, printed from the live session |
275
+ | [awresearch](https://github.com/Aitherium/awresearch) | a summary of pages nobody opened | every claim against the source it came from |
276
+ | [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 |
277
+ | **awkno** _(you are here)_ | that the docs site is up, or that you remember the family | the whole ecosystem in your terminal, with no network at all |
278
+
279
+ [**awnix**](https://github.com/Aitherium/awnix) is the ground floor — A Linux you can hand to an agent — immutable base, capabilities included.
280
+
281
+ ## The Aitherium ecosystem
282
+
283
+ 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.
284
+
285
+ | repo | what it is | pages |
286
+ |---|---|---|
287
+ | [awdk](https://github.com/Aitherium/awdk) | Build AI agent fleets — 3 lines, any backend, local or cloud | [docs](https://aitherium.github.io/awdk/) |
288
+ | [awskills](https://github.com/Aitherium/awskills) | Portable agent skills — self-contained procedures an agent loads on demand | [docs](https://aitherium.github.io/awskills/) |
289
+ | [awm](https://github.com/Aitherium/awm) | A portable, scoped agent memory | [docs](https://aitherium.github.io/awm/) |
290
+ | [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/) |
291
+ | [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/) |
292
+ | [awgraph](https://github.com/Aitherium/awgraph) | A semantic code graph for agents — AST + tree-sitter, call graphs | [docs](https://aitherium.github.io/awgraph/) |
293
+ | [awgit](https://github.com/Aitherium/awgit) | Semantic version control on top of git — edit-ops and leases | [docs](https://aitherium.github.io/awgit/) |
294
+ | [awseal](https://github.com/Aitherium/awseal) | Sign an artifact so a stranger can verify it | [docs](https://aitherium.github.io/awseal/) |
295
+ | [awshare](https://github.com/Aitherium/awshare) | Publish an artifact and fetch it back verified | [docs](https://aitherium.github.io/awshare/) |
296
+ | [awdit](https://github.com/Aitherium/awdit) | An append-only audit trail whose gaps are DETECTABLE | [docs](https://aitherium.github.io/awdit/) |
297
+ | [awbac](https://github.com/Aitherium/awbac) | Role-based access control that fails closed and explains itself | [docs](https://aitherium.github.io/awbac/) |
298
+ | [awiam](https://github.com/Aitherium/awiam) | Who is this caller? A directory and session store that fails honestly | [docs](https://aitherium.github.io/awiam/) |
299
+ | [awtunnel](https://github.com/Aitherium/awtunnel) | Reach a service that has no public address | [docs](https://aitherium.github.io/awtunnel/) |
300
+ | [awnest](https://github.com/Aitherium/awnest) | Prove there is a human before you let them into the nest | [docs](https://aitherium.github.io/awnest/) |
301
+ | [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/) |
302
+ | [awnix](https://github.com/Aitherium/awnix) | A Linux you can hand to an agent — immutable base, capabilities included | [docs](https://aitherium.github.io/awnix/) |
303
+ | [awrecover](https://github.com/Aitherium/awrecover) | Labelled snapshots with an all-or-nothing restore | [docs](https://aitherium.github.io/awrecover/) |
304
+ | [awrelay](https://github.com/Aitherium/awrelay) | Portable agent messaging — findings, alerts, coordination | [docs](https://aitherium.github.io/awrelay/) |
305
+ | [awmail](https://github.com/Aitherium/awmail) | Give an agent an email address — send, and actually receive | [docs](https://aitherium.github.io/awmail/) |
306
+ | [awnet](https://github.com/Aitherium/awnet) | The agentic web — agents host a mesh, and agents join one | [docs](https://aitherium.github.io/awnet/) |
307
+ | [awfind](https://github.com/Aitherium/awfind) | A portable search client — query, results, ranking | [docs](https://aitherium.github.io/awfind/) |
308
+ | [awbrowse](https://github.com/Aitherium/awbrowse) | A portable browser client — navigate, console, network, DOM, screenshot | [docs](https://aitherium.github.io/awbrowse/) |
309
+ | [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/) |
310
+ | [aitherkvcache](https://github.com/Aitherium/aitherkvcache) | Near-optimal KV cache quantization for LLM inference — sub-byte compression | [docs](https://aitherium.github.io/aitherkvcache/) |
311
+ | [AitherZero](https://github.com/Aitherium/AitherZero) | PowerShell 7+ automation framework — numbered, self-describing scripts | [docs](https://aitherium.github.io/AitherZero/) |
312
+ | [AitherConnect](https://github.com/Aitherium/AitherConnect) | Browser extension — federated AI search, page context, and the Living OS overlay | [docs](https://aitherium.github.io/AitherConnect/) |
313
+ | [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/) |
314
+ | [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/) |
315
+ | [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/) |
316
+ | [awrepl](https://github.com/Aitherium/awrepl) | A REPL an agent can actually use — state that survives between turns | [docs](https://aitherium.github.io/awrepl/) |
317
+ | [awresearch](https://github.com/Aitherium/awresearch) | Ask a research question, get a cited report you can check | [docs](https://aitherium.github.io/awresearch/) |
318
+ | [awpredict](https://github.com/Aitherium/awpredict) | Predict what your environment does next, and how surprised you were | [docs](https://aitherium.github.io/awpredict/) |
319
+ | **awkno** _(you are here)_ | The man page for the Aither World — every brick, stack and law, offline | [docs](https://aitherium.github.io/awkno/) |
320
+
321
+ <!-- aither-ecosystem:end -->