awkno 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.
Files changed (112) hide show
  1. awkno-0.1.0/LICENSE +118 -0
  2. awkno-0.1.0/PKG-INFO +336 -0
  3. awkno-0.1.0/README.md +319 -0
  4. awkno-0.1.0/awkno/__init__.py +25 -0
  5. awkno-0.1.0/awkno/_doctor.py +139 -0
  6. awkno-0.1.0/awkno/cli.py +355 -0
  7. awkno-0.1.0/awkno/corpus.py +216 -0
  8. awkno-0.1.0/awkno/generate.py +549 -0
  9. awkno-0.1.0/awkno/pages/agent-senses.json +16 -0
  10. awkno-0.1.0/awkno/pages/agent-vm.json +14 -0
  11. awkno-0.1.0/awkno/pages/aitherconnect.json +11 -0
  12. awkno-0.1.0/awkno/pages/aitherkvcache.json +11 -0
  13. awkno-0.1.0/awkno/pages/aitherzero.json +11 -0
  14. awkno-0.1.0/awkno/pages/awask.json +15 -0
  15. awkno-0.1.0/awkno/pages/awbac.json +11 -0
  16. awkno-0.1.0/awkno/pages/awbeads.json +13 -0
  17. awkno-0.1.0/awkno/pages/awbonsai.json +13 -0
  18. awkno-0.1.0/awkno/pages/awbrowse.json +13 -0
  19. awkno-0.1.0/awkno/pages/awdit.json +12 -0
  20. awkno-0.1.0/awkno/pages/awdk.json +17 -0
  21. awkno-0.1.0/awkno/pages/awevolve.json +15 -0
  22. awkno-0.1.0/awkno/pages/awfind.json +13 -0
  23. awkno-0.1.0/awkno/pages/awgit.json +12 -0
  24. awkno-0.1.0/awkno/pages/awgraph.json +13 -0
  25. awkno-0.1.0/awkno/pages/awiam.json +12 -0
  26. awkno-0.1.0/awkno/pages/awkit.json +13 -0
  27. awkno-0.1.0/awkno/pages/awkno.json +13 -0
  28. awkno-0.1.0/awkno/pages/awknowledge.json +12 -0
  29. awkno-0.1.0/awkno/pages/awm.json +13 -0
  30. awkno-0.1.0/awkno/pages/awmail.json +18 -0
  31. awkno-0.1.0/awkno/pages/awnboard.json +20 -0
  32. awkno-0.1.0/awkno/pages/awnest.json +19 -0
  33. awkno-0.1.0/awkno/pages/awnet.json +14 -0
  34. awkno-0.1.0/awkno/pages/awnix.json +20 -0
  35. awkno-0.1.0/awkno/pages/awnode.json +12 -0
  36. awkno-0.1.0/awkno/pages/awpack.json +14 -0
  37. awkno-0.1.0/awkno/pages/awpredict.json +11 -0
  38. awkno-0.1.0/awkno/pages/awprism.json +14 -0
  39. awkno-0.1.0/awkno/pages/awreason.json +14 -0
  40. awkno-0.1.0/awkno/pages/awrecover.json +13 -0
  41. awkno-0.1.0/awkno/pages/awrecurse.json +13 -0
  42. awkno-0.1.0/awkno/pages/awrelay.json +12 -0
  43. awkno-0.1.0/awkno/pages/awrena.json +14 -0
  44. awkno-0.1.0/awkno/pages/awrepl.json +13 -0
  45. awkno-0.1.0/awkno/pages/awresearch.json +14 -0
  46. awkno-0.1.0/awkno/pages/awrise.json +15 -0
  47. awkno-0.1.0/awkno/pages/awrun.json +14 -0
  48. awkno-0.1.0/awkno/pages/awscreen.json +13 -0
  49. awkno-0.1.0/awkno/pages/awseal.json +13 -0
  50. awkno-0.1.0/awkno/pages/awsh.json +13 -0
  51. awkno-0.1.0/awkno/pages/awshare.json +12 -0
  52. awkno-0.1.0/awkno/pages/awskills.json +12 -0
  53. awkno-0.1.0/awkno/pages/awsprite.json +14 -0
  54. awkno-0.1.0/awkno/pages/awsync.json +16 -0
  55. awkno-0.1.0/awkno/pages/awtoll.json +13 -0
  56. awkno-0.1.0/awkno/pages/awtunnel.json +12 -0
  57. awkno-0.1.0/awkno/pages/awvision.json +13 -0
  58. awkno-0.1.0/awkno/pages/awvoice.json +13 -0
  59. awkno-0.1.0/awkno/pages/awwall.json +19 -0
  60. awkno-0.1.0/awkno/pages/bead-space.json +12 -0
  61. awkno-0.1.0/awkno/pages/browser-companion-graduation.json +15 -0
  62. awkno-0.1.0/awkno/pages/cited-research.json +14 -0
  63. awkno-0.1.0/awkno/pages/gobbonet-agentic.json +12 -0
  64. awkno-0.1.0/awkno/pages/gobbonet.json +13 -0
  65. awkno-0.1.0/awkno/pages/guide-00.json +16 -0
  66. awkno-0.1.0/awkno/pages/guide-01.json +14 -0
  67. awkno-0.1.0/awkno/pages/guide-02.json +14 -0
  68. awkno-0.1.0/awkno/pages/guide-03.json +14 -0
  69. awkno-0.1.0/awkno/pages/guide-04.json +15 -0
  70. awkno-0.1.0/awkno/pages/guide-05.json +16 -0
  71. awkno-0.1.0/awkno/pages/guide-06.json +15 -0
  72. awkno-0.1.0/awkno/pages/guide-07.json +15 -0
  73. awkno-0.1.0/awkno/pages/guide-08.json +17 -0
  74. awkno-0.1.0/awkno/pages/guide-09.json +13 -0
  75. awkno-0.1.0/awkno/pages/guide.json +22 -0
  76. awkno-0.1.0/awkno/pages/law-01.json +11 -0
  77. awkno-0.1.0/awkno/pages/law-02.json +11 -0
  78. awkno-0.1.0/awkno/pages/law-03.json +11 -0
  79. awkno-0.1.0/awkno/pages/law-04.json +11 -0
  80. awkno-0.1.0/awkno/pages/law-05.json +11 -0
  81. awkno-0.1.0/awkno/pages/law-06.json +11 -0
  82. awkno-0.1.0/awkno/pages/law-07.json +11 -0
  83. awkno-0.1.0/awkno/pages/law-08.json +11 -0
  84. awkno-0.1.0/awkno/pages/law-09.json +11 -0
  85. awkno-0.1.0/awkno/pages/law-10.json +11 -0
  86. awkno-0.1.0/awkno/pages/law-11.json +11 -0
  87. awkno-0.1.0/awkno/pages/law-12.json +11 -0
  88. awkno-0.1.0/awkno/pages/law-13.json +11 -0
  89. awkno-0.1.0/awkno/pages/law-14.json +11 -0
  90. awkno-0.1.0/awkno/pages/law-15.json +11 -0
  91. awkno-0.1.0/awkno/pages/law-16.json +11 -0
  92. awkno-0.1.0/awkno/pages/law-17.json +11 -0
  93. awkno-0.1.0/awkno/pages/law-18.json +11 -0
  94. awkno-0.1.0/awkno/pages/law-19.json +11 -0
  95. awkno-0.1.0/awkno/pages/law-20.json +11 -0
  96. awkno-0.1.0/awkno/pages/one-surface.json +15 -0
  97. awkno-0.1.0/awkno/pages/persona.json +12 -0
  98. awkno-0.1.0/awkno/pages/personal-mesh-pool.json +13 -0
  99. awkno-0.1.0/awkno/pages/provenance.json +14 -0
  100. awkno-0.1.0/awkno/pages/shared-worktree.json +14 -0
  101. awkno-0.1.0/awkno/pages/the-front-door.json +15 -0
  102. awkno-0.1.0/awkno/pages/the-reasoning-loop.json +14 -0
  103. awkno-0.1.0/awkno/pages/who-what-did.json +13 -0
  104. awkno-0.1.0/awkno.egg-info/PKG-INFO +336 -0
  105. awkno-0.1.0/awkno.egg-info/SOURCES.txt +110 -0
  106. awkno-0.1.0/awkno.egg-info/dependency_links.txt +1 -0
  107. awkno-0.1.0/awkno.egg-info/entry_points.txt +2 -0
  108. awkno-0.1.0/awkno.egg-info/requires.txt +4 -0
  109. awkno-0.1.0/awkno.egg-info/top_level.txt +1 -0
  110. awkno-0.1.0/pyproject.toml +45 -0
  111. awkno-0.1.0/setup.cfg +4 -0
  112. awkno-0.1.0/tests/test_awkno.py +304 -0
awkno-0.1.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.1.0/PKG-INFO ADDED
@@ -0,0 +1,336 @@
1
+ Metadata-Version: 2.4
2
+ Name: awkno
3
+ Version: 0.1.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
+ <!-- aither-header:start GENERATED from the ecosystem registry. Edits here are overwritten; change the registry instead. -->
21
+
22
+ **[Docs](https://aitherium.github.io/awkno/)** · [Source](https://github.com/Aitherium/awkno) · `pip install awkno` · [The Aither World](https://aitherium.github.io/)
23
+
24
+ > **The Aither World** is an operating system for agents — a Linux you can hand to one, the runtimes it works in, and the tools it works with. [awnix](https://github.com/Aitherium/awnix) is the Linux underneath it; **awkno** is one of its 33 bricks — each installs on its own, runs offline, and needs no account.
25
+ >
26
+ > **Start here:** Ask it what a brick does and get the answer with your network cable out.
27
+
28
+ <!-- aither-header:end -->
29
+
30
+ **Every brick, stack, and law in your terminal, offline.**
31
+
32
+ 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.
33
+
34
+ ## Why
35
+
36
+ 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.
37
+
38
+ 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.
39
+
40
+ ## Quick Start
41
+
42
+ ### Install
43
+
44
+ ```bash
45
+ pip install awkno
46
+ ```
47
+
48
+ ### Use
49
+
50
+ ```bash
51
+ # Show a brick
52
+ awkno awdk
53
+ awkno awsh
54
+
55
+ # Show a law
56
+ awkno law 5
57
+
58
+ # List everything
59
+ awkno list
60
+
61
+ # Search for a term
62
+ awkno search agent
63
+ awkno -k silence
64
+
65
+ # Raw output for piping
66
+ awkno awdk --plain
67
+ awkno --json awdk
68
+ ```
69
+
70
+ ### No Arguments
71
+
72
+ ```bash
73
+ awkno
74
+ ```
75
+
76
+ Shows the overview: command summary, quick start examples, and how to explore further.
77
+
78
+ ## What's Inside
79
+
80
+ ### Bricks (36 tools)
81
+
82
+ Portable, single-purpose tools that do one job well and compose with others:
83
+
84
+ - **awdk** — Build AI agent fleets (3 lines, any backend)
85
+ - **awskills** — Portable agent skills (self-contained procedures)
86
+ - **awm** — Scoped agent memory (tenant:user:project boundaries)
87
+ - **awgit** — Semantic version control (edit-ops, leases)
88
+ - **awgraph** — Code graph for agents (AST, call graphs)
89
+ - **awrelay** — Agent messaging (findings, alerts, coordination)
90
+ - **awmail** — Email for agents (send and receive)
91
+ - **And 29 more...**
92
+
93
+ Each has an "adopt" sentence: the smallest useful thing you can do with it alone, without adopting anything else.
94
+
95
+ ### Stacks (9 collections)
96
+
97
+ Curated sets of bricks that work together:
98
+
99
+ - **agent-vm** — The bare agent VM
100
+ - **agent-senses** — Perception (search, pages)
101
+ - **shared-worktree** — Many agents, one repo
102
+ - **the-front-door** — Identity, authority, record
103
+ - **And 5 more...**
104
+
105
+ ### Laws (18 principles)
106
+
107
+ Lessons learned in production, written down so they don't have to be re-derived:
108
+
109
+ 1. A rule nothing asserts is a suggestion
110
+ 2. Make it a check, not a ticket
111
+ 3. Watch your gate fail
112
+ 4. Mutate the test, not just the code
113
+ 5. Design for the silence
114
+ 6. A check that cannot run must not pass
115
+ 7. The symptom names the innocent
116
+ 8. A checker in the wrong place found nothing
117
+ 9. Detection without delivery is not detection
118
+ 10. A gate that floods gets switched off
119
+ 11. Open green; ratchet down
120
+ 12. Measure it again
121
+ 13. Written is not deployed
122
+ 14. You wrote it; that does not mean it ships
123
+ 15. Generate, never copy
124
+ 16. The defect lives in the union
125
+ 17. Fail closed, then prove the happy path
126
+ 18. Never trust the caller
127
+
128
+ ## Architecture
129
+
130
+ ### Offline-First Design
131
+
132
+ The corpus is **generated once** from `ecosystem.yaml` and `awskills/codex/laws/`, then **committed as JSON data files** under `awkno/pages/`. After install, the package needs no external files or network.
133
+
134
+ This means:
135
+ - No runtime generation (fast startup)
136
+ - No external dependencies beyond stdlib
137
+ - Reproducible across machines and time
138
+ - Auditable: every page is in the repo
139
+
140
+ ### CLI Features
141
+
142
+ - **Pager support**: Automatic pagination on TTY (via `$PAGER` or system default)
143
+ - **TTY-aware formatting**: ANSI bold headers only when connected to a terminal
144
+ - **Multiple output modes**:
145
+ - `--plain` — No ANSI codes (safe for piping to other tools)
146
+ - `--json` — Structured output for scripting
147
+ - Default — Man-page-style formatted text
148
+ - **Fuzzy search**: Type something close, get ranked results
149
+ - **Command shortcuts**:
150
+ - `awkno list` — Show all topics grouped by category
151
+ - `awkno law N` — Show law by number
152
+ - `awkno -k TERM` / `awkno --apropos TERM` — Search (like `man -k`)
153
+
154
+ ### No Internal Leakage
155
+
156
+ This package is built for public distribution, and the corpus is GENERATED from
157
+ an internal registry -- so the generator strips, and the build then re-checks,
158
+ every category of internal detail: infrastructure hostnames, absolute paths from
159
+ the build machine, issue-tracker and quality-gate identifiers, and imports that
160
+ only resolve inside a private monorepo.
161
+
162
+ The point of scanning the *generated* corpus rather than the generator is that a
163
+ sanitiser is only as good as its last pattern. A page that slips through reads as
164
+ ordinary prose, so nothing downstream would ever notice.
165
+
166
+ ## Development
167
+
168
+ ### Regenerate the Corpus
169
+
170
+ ```bash
171
+ python awkno/generate.py
172
+ ```
173
+
174
+ The generator reads:
175
+ - `ecosystem.yaml` — The brick and stack registry
176
+ - `awskills/codex/laws/*.md` — The 18 laws
177
+
178
+ And writes JSON to `awkno/pages/`.
179
+
180
+ ### Test Locally
181
+
182
+ ```bash
183
+ pip install -e .
184
+ pytest
185
+
186
+ # Or run the CLI directly
187
+ python -m awkno.cli awdk
188
+ ```
189
+
190
+ ### Build and Publish
191
+
192
+ ```bash
193
+ pip install build
194
+ python -m build
195
+
196
+ # Publish to PyPI
197
+ twine upload dist/*
198
+ ```
199
+
200
+ ## Integration
201
+
202
+ ### In Your Own Code
203
+
204
+ ```python
205
+ from awkno import AwknoRegistry
206
+
207
+ registry = AwknoRegistry()
208
+ page = registry.get("awdk")
209
+ print(page.render())
210
+
211
+ # Search
212
+ results = registry.search("agent memory")
213
+ for page, score in results[:5]:
214
+ print(f"{page.topic}: {page.synopsis}")
215
+
216
+ # List by category
217
+ bricks = registry.list_by_category("brick")
218
+ laws = registry.list_by_category("law")
219
+ ```
220
+
221
+ ### As a Dependency
222
+
223
+ awkno has zero runtime dependencies (PyYAML is dev-only, for corpus generation).
224
+
225
+ ```toml
226
+ [project]
227
+ dependencies = [
228
+ "awkno",
229
+ ]
230
+ ```
231
+
232
+ ## Contributing
233
+
234
+ Read a law, apply it, send a pull request. The package itself is small and well-documented.
235
+
236
+ Pages are generated from `ecosystem.yaml` and law files — edits to those files flow into awkno on the next generation.
237
+
238
+ ## License
239
+
240
+ Apache 2.0. See [LICENSE](LICENSE).
241
+
242
+ ## Further Reading
243
+
244
+ - Ecosystem registry: https://github.com/Aitherium/ecosystem
245
+ - Laws and codex: https://github.com/Aitherium/awskills
246
+ - AitherWorld reference: https://aitherium.com
247
+
248
+ ---
249
+
250
+ **awkno** — read the principles once, apply them everywhere.
251
+
252
+ <!-- aither-ecosystem:start GENERATED from the ecosystem registry. Edits here are overwritten; change the registry instead. -->
253
+
254
+ ## The aw family
255
+
256
+ Standalone tools that share one idea: **replace something you would otherwise have to _trust_ with something you can _check_.**
257
+
258
+ Each installs on its own, works offline, and needs no account.
259
+
260
+ | | instead of trusting | you check |
261
+ |---|---|---|
262
+ | [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 |
263
+ | [awskills](https://github.com/Aitherium/awskills) | that an agent knows your procedure | the procedure written down, versioned, and loadable by any agent |
264
+ | [awm](https://github.com/Aitherium/awm) | that memory stayed in its lane | tenant:user:project scopes, so a write cannot cross a boundary |
265
+ | [awnode](https://github.com/Aitherium/awnode) | a vendor's cloud with every prompt | a local gateway routing to backends you chose |
266
+ | [awgraph](https://github.com/Aitherium/awgraph) | that grep found everything | an AST + tree-sitter call graph an agent can traverse |
267
+ | [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 |
268
+ | [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 |
269
+ | [awshare](https://github.com/Aitherium/awshare) | that the download is intact | content-addressed bundles, verified on fetch |
270
+ | [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" |
271
+ | [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 |
272
+ | [awnix](https://github.com/Aitherium/awnix) | that the box is what you left it as | an immutable image you built, with atomic rollback |
273
+ | [awrecover](https://github.com/Aitherium/awrecover) | that the restore worked | a restore that fully lands or does not land at all |
274
+ | **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 |
275
+ | [awrelay](https://github.com/Aitherium/awrelay) | a SaaS in the middle of your agents | findings, alerts and coordination over your own transport |
276
+ | [awmail](https://github.com/Aitherium/awmail) | a mailbox somebody else can read | mail your agents send and receive over your own server |
277
+ | [awfind](https://github.com/Aitherium/awfind) | one vendor's idea of the web | results from whichever providers you configured |
278
+ | [awbrowse](https://github.com/Aitherium/awbrowse) | that the page said what you were told | the render, the DOM and the requests it made |
279
+ | [aitherkvcache](https://github.com/Aitherium/aitherkvcache) | a vendor's quantisation defaults | sub-byte KV cache kernels you can benchmark yourself |
280
+ | [AitherZero](https://github.com/Aitherium/AitherZero) | a pile of scripts nobody has numbered | numbered, discoverable automation with declarative playbooks |
281
+ | [AitherConnect](https://github.com/Aitherium/AitherConnect) | what a page tells your browser to do | a federated search and desktop bridge you host |
282
+ | [awreason](https://github.com/Aitherium/awreason) | a confident paragraph | the phases it went through, and every tool call it made to get there |
283
+ | [awrecurse](https://github.com/Aitherium/awrecurse) | that everything you pasted in was actually read | which slices it opened, and what it concluded from each |
284
+ | [awprism](https://github.com/Aitherium/awprism) | the first explanation that fits | the ranked alternatives, and the observation that separates them |
285
+ | [awrepl](https://github.com/Aitherium/awrepl) | what the agent believes the value is | the value, printed from the live session |
286
+ | [awresearch](https://github.com/Aitherium/awresearch) | a summary of pages nobody opened | every claim against the source it came from |
287
+ | [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 |
288
+ | **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 |
289
+
290
+ [**awnix**](https://github.com/Aitherium/awnix) is the ground floor — A Linux you can hand to an agent — immutable base, capabilities included.
291
+
292
+ ## The Aitherium ecosystem
293
+
294
+ 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.
295
+
296
+ | repo | what it is | pages |
297
+ |---|---|---|
298
+ | [awdk](https://github.com/Aitherium/awdk) | Build AI agent fleets — 3 lines, any backend, local or cloud | [docs](https://aitherium.github.io/awdk/) |
299
+ | [awskills](https://github.com/Aitherium/awskills) | Portable agent skills — self-contained procedures an agent loads on demand | [docs](https://aitherium.github.io/awskills/) |
300
+ | [awm](https://github.com/Aitherium/awm) | A portable, scoped agent memory | [docs](https://aitherium.github.io/awm/) |
301
+ | [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/) |
302
+ | [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/) |
303
+ | [awgraph](https://github.com/Aitherium/awgraph) | A semantic code graph for agents — AST + tree-sitter, call graphs | [docs](https://aitherium.github.io/awgraph/) |
304
+ | [awgit](https://github.com/Aitherium/awgit) | Semantic version control on top of git — edit-ops and leases | [docs](https://aitherium.github.io/awgit/) |
305
+ | [awseal](https://github.com/Aitherium/awseal) | Sign an artifact so a stranger can verify it | [docs](https://aitherium.github.io/awseal/) |
306
+ | [awshare](https://github.com/Aitherium/awshare) | Publish an artifact and fetch it back verified | [docs](https://aitherium.github.io/awshare/) |
307
+ | [awdit](https://github.com/Aitherium/awdit) | An append-only audit trail whose gaps are DETECTABLE | [docs](https://aitherium.github.io/awdit/) |
308
+ | [awbac](https://github.com/Aitherium/awbac) | Role-based access control that fails closed and explains itself | [docs](https://aitherium.github.io/awbac/) |
309
+ | [awiam](https://github.com/Aitherium/awiam) | Who is this caller? A directory and session store that fails honestly | [docs](https://aitherium.github.io/awiam/) |
310
+ | [awtunnel](https://github.com/Aitherium/awtunnel) | Reach a service that has no public address | [docs](https://aitherium.github.io/awtunnel/) |
311
+ | [awnest](https://github.com/Aitherium/awnest) | Prove there is a human before you let them into the nest | [docs](https://aitherium.github.io/awnest/) |
312
+ | [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/) |
313
+ | [awnix](https://github.com/Aitherium/awnix) | A Linux you can hand to an agent — immutable base, capabilities included | [docs](https://aitherium.github.io/awnix/) |
314
+ | [awrecover](https://github.com/Aitherium/awrecover) | Labelled snapshots with an all-or-nothing restore | [docs](https://aitherium.github.io/awrecover/) |
315
+ | **awkno** _(you are here)_ | The man page for the Aither World — every brick, stack and law, offline | [docs](https://aitherium.github.io/awkno/) |
316
+ | [awrelay](https://github.com/Aitherium/awrelay) | Portable agent messaging — findings, alerts, coordination | [docs](https://aitherium.github.io/awrelay/) |
317
+ | [awmail](https://github.com/Aitherium/awmail) | Give an agent an email address — send, and actually receive | [docs](https://aitherium.github.io/awmail/) |
318
+ | [awnet](https://github.com/Aitherium/awnet) | The agentic web — agents host a mesh, and agents join one | [docs](https://aitherium.github.io/awnet/) |
319
+ | [awfind](https://github.com/Aitherium/awfind) | A portable search client — query, results, ranking | [docs](https://aitherium.github.io/awfind/) |
320
+ | [awbrowse](https://github.com/Aitherium/awbrowse) | A portable browser client — navigate, console, network, DOM, screenshot | [docs](https://aitherium.github.io/awbrowse/) |
321
+ | [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/) |
322
+ | [aitherkvcache](https://github.com/Aitherium/aitherkvcache) | Near-optimal KV cache quantization for LLM inference — sub-byte compression | [docs](https://aitherium.github.io/aitherkvcache/) |
323
+ | [AitherZero](https://github.com/Aitherium/AitherZero) | PowerShell 7+ automation framework — numbered, self-describing scripts | [docs](https://aitherium.github.io/AitherZero/) |
324
+ | [AitherConnect](https://github.com/Aitherium/AitherConnect) | Browser extension — federated AI search, page context, and the Living OS overlay | [docs](https://aitherium.github.io/AitherConnect/) |
325
+ | [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/) |
326
+ | [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/) |
327
+ | [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/) |
328
+ | [awrepl](https://github.com/Aitherium/awrepl) | A REPL an agent can actually use — state that survives between turns | [docs](https://aitherium.github.io/awrepl/) |
329
+ | [awresearch](https://github.com/Aitherium/awresearch) | Ask a research question, get a cited report you can check | [docs](https://aitherium.github.io/awresearch/) |
330
+ | [awpredict](https://github.com/Aitherium/awpredict) | Predict what your environment does next, and how surprised you were | [docs](https://aitherium.github.io/awpredict/) |
331
+ | **awkno** _(you are here)_ | The man page for the Aither World — every brick, stack and law, offline | [docs](https://aitherium.github.io/awkno/) |
332
+
333
+ <div id="aither-constellation" data-self="awkno"></div>
334
+ <script src="aither-constellation.js"></script>
335
+
336
+ <!-- aither-ecosystem:end -->