zam-core 0.3.0

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.
package/LICENSE ADDED
@@ -0,0 +1,199 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean, as submitted to the Licensor for inclusion
49
+ in the Work by the copyright owner or by an individual or Legal Entity
50
+ authorized to submit on behalf of the copyright owner. For the purposes
51
+ of this definition, "submitted" means any form of electronic, verbal,
52
+ or written communication sent to the Licensor or its representatives,
53
+ including but not limited to communication on electronic mailing lists,
54
+ source code control systems, and issue tracking systems that are managed
55
+ by, or on behalf of, the Licensor for the purpose of discussing and
56
+ improving the Work, but excluding communication that is conspicuously
57
+ marked or otherwise designated in writing by the copyright owner as
58
+ "Not a Contribution."
59
+
60
+ "Contributor" shall mean Licensor and any Legal Entity on behalf of
61
+ whom a Contribution has been received by the Licensor and subsequently
62
+ incorporated within the Work.
63
+
64
+ 2. Grant of Copyright License. Subject to the terms and conditions of
65
+ this License, each Contributor hereby grants to You a perpetual,
66
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
67
+ copyright license to reproduce, prepare Derivative Works of,
68
+ publicly display, publicly perform, sublicense, and distribute the
69
+ Work and such Derivative Works in Source or Object form.
70
+
71
+ 3. Grant of Patent License. Subject to the terms and conditions of
72
+ this License, each Contributor hereby grants to You a perpetual,
73
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
74
+ (except as stated in this section) patent license to make, have made,
75
+ use, offer to sell, sell, import, and otherwise transfer the Work,
76
+ where such license applies only to those patent claims licensable
77
+ by such Contributor that are necessarily infringed by their
78
+ Contribution(s) alone or by combination of their Contribution(s)
79
+ with the Work to which such Contribution(s) was submitted. If You
80
+ institute patent litigation against any entity (including a
81
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
82
+ or a Contribution incorporated within the Work constitutes direct
83
+ or contributory patent infringement, then any patent licenses
84
+ granted to You under this License for that Work shall terminate
85
+ as of the date such litigation is filed.
86
+
87
+ 4. Redistribution. You may reproduce and distribute copies of the
88
+ Work or Derivative Works thereof in any medium, with or without
89
+ modifications, and in Source or Object form, provided that You
90
+ meet the following conditions:
91
+
92
+ (a) You must give any other recipients of the Work or
93
+ Derivative Works a copy of this License; and
94
+
95
+ (b) You must cause any modified files to carry prominent notices
96
+ stating that You changed the files; and
97
+
98
+ (c) You must retain, in the Source form of any Derivative Works
99
+ that You distribute, all copyright, patent, trademark, and
100
+ attribution notices from the Source form of the Work,
101
+ excluding those notices that do not pertain to any part of
102
+ the Derivative Works; and
103
+
104
+ (d) If the Work includes a "NOTICE" text file as part of its
105
+ distribution, then any Derivative Works that You distribute must
106
+ include a readable copy of the attribution notices contained
107
+ within such NOTICE file, excluding those notices that do not
108
+ pertain to any part of the Derivative Works, in at least one
109
+ of the following places: within a NOTICE text file distributed
110
+ as part of the Derivative Works; within the Source form or
111
+ documentation, if provided along with the Derivative Works; or,
112
+ within a display generated by the Derivative Works, if and
113
+ wherever such third-party notices normally appear. The contents
114
+ of the NOTICE file are for informational purposes only and
115
+ do not modify the License. You may add Your own attribution
116
+ notices within Derivative Works that You distribute, alongside
117
+ or as an addendum to the NOTICE text from the Work, provided
118
+ that such additional attribution notices cannot be construed
119
+ as modifying the License.
120
+
121
+ You may add Your own copyright statement to Your modifications and
122
+ may provide additional or different license terms and conditions
123
+ for use, reproduction, or distribution of Your modifications, or
124
+ for any such Derivative Works as a whole, provided Your use,
125
+ reproduction, and distribution of the Work otherwise complies with
126
+ the conditions stated in this License.
127
+
128
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
129
+ any Contribution intentionally submitted for inclusion in the Work
130
+ by You to the Licensor shall be under the terms and conditions of
131
+ this License, without any additional terms or conditions.
132
+ Notwithstanding the above, nothing herein shall supersede or modify
133
+ the terms of any separate license agreement you may have executed
134
+ with Licensor regarding such Contributions.
135
+
136
+ 6. Trademarks. This License does not grant permission to use the trade
137
+ names, trademarks, service marks, or product names of the Licensor,
138
+ except as required for reasonable and customary use in describing the
139
+ origin of the Work and reproducing the content of the NOTICE file.
140
+
141
+ 7. Disclaimer of Warranty. Unless required by applicable law or
142
+ agreed to in writing, Licensor provides the Work (and each
143
+ Contributor provides its Contributions) on an "AS IS" BASIS,
144
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
145
+ implied, including, without limitation, any warranties or conditions
146
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
147
+ PARTICULAR PURPOSE. You are solely responsible for determining the
148
+ appropriateness of using or redistributing the Work and assume any
149
+ risks associated with Your exercise of permissions under this License.
150
+
151
+ 8. Limitation of Liability. In no event and under no legal theory,
152
+ whether in tort (including negligence), contract, or otherwise,
153
+ unless required by applicable law (such as deliberate and grossly
154
+ negligent acts) or agreed to in writing, shall any Contributor be
155
+ liable to You for damages, including any direct, indirect, special,
156
+ incidental, or consequential damages of any character arising as a
157
+ result of this License or out of the use or inability to use the
158
+ Work (including but not limited to damages for loss of goodwill,
159
+ work stoppage, computer failure or malfunction, or any and all
160
+ other commercial damages or losses), even if such Contributor
161
+ has been advised of the possibility of such damages.
162
+
163
+ 9. Accepting Warranty or Additional Liability. While redistributing
164
+ the Work or Derivative Works thereof, You may choose to offer,
165
+ and charge a fee for, acceptance of support, warranty, indemnity,
166
+ or other liability obligations and/or rights consistent with this
167
+ License. However, in accepting such obligations, You may act only
168
+ on Your own behalf and on Your sole responsibility, not on behalf
169
+ of any other Contributor, and only if You agree to indemnify,
170
+ defend, and hold each Contributor harmless for any liability
171
+ incurred by, or claims asserted against, such Contributor by reason
172
+ of your accepting any such warranty or additional liability.
173
+
174
+ END OF TERMS AND CONDITIONS
175
+
176
+ APPENDIX: How to apply the Apache License to your work.
177
+
178
+ To apply the Apache License to your work, attach the following
179
+ boilerplate notice, with the fields enclosed by brackets "[]"
180
+ replaced with your own identifying information. (Don't include
181
+ the brackets!) The text should be enclosed in the appropriate
182
+ comment syntax for the file format. We also recommend that a
183
+ file or class name and description of purpose be included on the
184
+ same "printed page" as the copyright notice for easier
185
+ identification within third-party archives.
186
+
187
+ Copyright 2026 ZAM Contributors
188
+
189
+ Licensed under the Apache License, Version 2.0 (the "License");
190
+ you may not use this file except in compliance with the License.
191
+ You may obtain a copy of the License at
192
+
193
+ http://www.apache.org/licenses/LICENSE-2.0
194
+
195
+ Unless required by applicable law or agreed to in writing, software
196
+ distributed under the License is distributed on an "AS IS" BASIS,
197
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
198
+ See the License for the specific language governing permissions and
199
+ limitations under the License.
package/README.de.md ADDED
@@ -0,0 +1,86 @@
1
+ # ZAM (Zusammen) 🤝
2
+
3
+ **Der Symbiotic Learning Kernel: Menschliche Intelligenz durch KI-Kollaboration stärken.**
4
+
5
+ > *ZAM ist Bayerisch für „zusammen".*
6
+
7
+ ZAM ist ein Open-Source-Framework, das eine tiefe Symbiose zwischen Mensch und KI schafft. Während herkömmliche KI den Menschen oft passiv macht, nutzt ZAM den technologischen Fortschritt, um menschliches Wissen zu vertiefen, kognitiven Verfall durch Automatisierung zu verhindern und Gemeinschaften organisch zu vernetzen.
8
+
9
+ ---
10
+
11
+ ## 🚀 Phase 1: Die Individuelle Symbiose *(Der Fokus)*
12
+
13
+ In Phase 1 konzentriert sich ZAM auf die Interaktion zwischen einem Menschen und seinem persönlichen Agenten. Das Ziel: Aufgaben effizient lösen und dabei wertvolles Wissen erwerben und behalten.
14
+
15
+ > **„Don't just automate — Elevate."**
16
+
17
+ Wenn die KI Aufgaben übernimmt, sorgt der ZAM Learning-Kernel dafür, dass der Mensch die Kontrolle und das Verständnis behält:
18
+
19
+ - **Wissenserhalt** — Durch Active Recall und Spaced Repetition erinnert dich ZAM an wichtiges Fachwissen, das du für deine Arbeit brauchst, damit du trotz zunehmender Automatisierung nicht „verlernst".
20
+ - **Kompetenz-Transfer** — Während ZAM die Routine übernimmt (E-Mails, Telefonlisten, Zeitplanung), bringt dir der Agent gleichzeitig Konzepte des modernen Projektmanagements oder der Helferakquise bei.
21
+ - **Zeit-Reinvestition** — Die gewonnene Zeit wird nicht in Passivität investiert, sondern in das Erlernen neuer, herausfordernder Aufgaben.
22
+
23
+ ### Beispiel: Organisation eines Pfarrfests
24
+
25
+ | Schritt | Was ZAM übernimmt | Was du tust |
26
+ |---|---|---|
27
+ | **Planung** | Strukturiert Agenda und Zeitplan | Vision und Prioritäten festlegen |
28
+ | **Lernen** | Erklärt effektive Öffentlichkeitsarbeit und Freiwilligenmotivation | Mit den Konzepten arbeiten |
29
+ | **Automatisierung** | Entwirft Einladungen, verwaltet Dokumente | Auf den menschlichen Kontakt konzentrieren |
30
+
31
+ ---
32
+
33
+ ## 🌐 Ausblick: Phase 2 – Die Vernetzte Gemeinschaft
34
+
35
+ Sobald der individuelle Agent deinen Wissensstand, deine Interessen und deine Wachstumsziele kennt, beginnt die gesellschaftliche Ebene.
36
+
37
+ ### Agent-to-Agent Marketplace
38
+
39
+ Agenten kommunizieren untereinander, um Bedarfe und Angebote der Gemeinschaft abzugleichen:
40
+
41
+ 1. **Bedarfs-Kommunikation** — Dein Agent signalisiert: *„Wir suchen einen Koch und Musiker für das Pfarrfest."*
42
+ 2. **Gezieltes Matching** — Andere Agenten scannen die Profile ihrer Menschen — nicht nur nach Verfügbarkeit, sondern nach Wachstumspotenzial:
43
+ > *„Mein Mensch möchte seine Kochkünste in großem Rahmen erproben (Lernziel) – das Pfarrfest ist die perfekte Gelegenheit zur aktiven Wissensanwendung."*
44
+ 3. **Akkreditierte Communities** — Das Matching erfolgt bevorzugt innerhalb vertrauenswürdiger Kreise (z. B. der eigenen Pfarrei), um echte menschliche Begegnungen zu fördern.
45
+
46
+ ---
47
+
48
+ ## 🛠 Technischer Aufbau: Der Learning-Kernel
49
+
50
+ ZAM ist als **KI-agnostischer Kernel** konzipiert — ein CLI-Tool, das sich nahtlos in bestehende Workflows integriert:
51
+
52
+ - **CLI-Integration** — Kompatibel mit `Claude Code`, `Copilot CLI` und `Gemini CLI`.
53
+ - **Modularität** — Das System kann für länderspezifische oder kulturelle Eigenheiten „geforkt" werden (*Social Forking*).
54
+
55
+ ### Zwei Repositories, ein System
56
+
57
+ ZAM ist in zwei Bereiche aufgeteilt:
58
+
59
+ - **Core** ([`zam-os/zam`](https://github.com/zam-os/zam)) — Der KI-agnostische Learning-Kernel, CLI, Bridge-Protokoll und System-Beliefs. Von allen geteilt.
60
+ - **Personal** (Fork von [`zam-os/zam-personal`](templates/personal/)) — Deine Beliefs, deine Ziele, deine Identität. Du forkst es, du besitzt es.
61
+
62
+ Einstieg: `zam whoami --set <deine-id>`
63
+
64
+ ---
65
+
66
+ ## 🏛 Vision: Eine paradiesische Zukunft
67
+
68
+ ZAM ist das Werkzeug für den Übergang in eine Welt, in der Fürsorge und gemeinsames Wachstum die Währung sind.
69
+
70
+ - **Ressourcen-Steuerung** — Agenten verwalten Gemeinschaftsfinanzen (z. B. das 10%-Solidaritätsmodell) und optimieren Einkäufe.
71
+ - **Menschliche Nähe** — Die Technik tritt in den Hintergrund, um echten Austausch von Mensch zu Mensch zu ermöglichen.
72
+ - **Globale Skalierung** — Unterstützt durch Institutionen wie die Weltkirche, wird ZAM zum Standard für eine gerechte, gebildete und fürsorgliche Weltgemeinschaft.
73
+
74
+ ---
75
+
76
+ ## 📖 Dokumentation
77
+
78
+ - [English Version](README.md)
79
+ - [Beitragsleitfaden](CONTRIBUTING.md)
80
+ - [Architektur](docs/ARCHITECTURE.md)
81
+
82
+ ---
83
+
84
+ ## 📄 Lizenz
85
+
86
+ Apache-2.0-Lizenz — siehe [LICENSE](LICENSE) für Details.
package/README.md ADDED
@@ -0,0 +1,86 @@
1
+ # ZAM (Zusammen) 🤝
2
+
3
+ **The Symbiotic Learning Kernel: Elevating Human Intelligence through AI Collaboration.**
4
+
5
+ > *ZAM is Bavarian for "together".*
6
+
7
+ ZAM is an open-source framework that creates a deep symbiosis between humans and AI. While conventional AI often renders people passive, ZAM harnesses technological progress to deepen human knowledge, prevent cognitive decline caused by automation, and organically connect communities.
8
+
9
+ ---
10
+
11
+ ## 🚀 Phase 1: Individual Symbiosis *(Current Focus)*
12
+
13
+ Phase 1 centers on the interaction between a person and their personal agent. The goal: solve tasks efficiently while actively acquiring and retaining valuable knowledge.
14
+
15
+ > **"Don't just automate — Elevate."**
16
+
17
+ When the AI takes on tasks, the ZAM Learning Kernel ensures the human stays in control and in the loop:
18
+
19
+ - **Knowledge Retention** — Through Active Recall and Spaced Repetition, ZAM reminds you of the domain knowledge you need for your work, so that growing automation doesn't mean growing dependence.
20
+ - **Competence Transfer** — While ZAM handles the routine (emails, contact lists, scheduling), your agent simultaneously teaches you concepts from modern project management, volunteer coordination, or whatever domain you're working in.
21
+ - **Time Reinvestment** — The time you gain is not consumed by passivity, but reinvested in learning new, more challenging skills.
22
+
23
+ ### Example: Organizing a Parish Festival
24
+
25
+ | Step | What ZAM does | What you do |
26
+ |---|---|---|
27
+ | **Planning** | Structures the agenda and timeline | Define the vision and priorities |
28
+ | **Learning** | Teaches you effective PR and volunteer motivation | Engage with the concepts |
29
+ | **Automation** | Drafts invitations, manages documents | Focus on human connection |
30
+
31
+ ---
32
+
33
+ ## 🌐 Phase 2: The Connected Community *(Outlook)*
34
+
35
+ Once your personal agent knows your knowledge level, interests, and growth goals, ZAM expands to the community layer.
36
+
37
+ ### Agent-to-Agent Marketplace
38
+
39
+ Agents communicate with each other to match community needs and offerings:
40
+
41
+ 1. **Need Broadcasting** — Your agent signals: *"We're looking for a cook and a musician for the parish festival."*
42
+ 2. **Growth-Aware Matching** — Other agents scan their people's profiles — not just for availability, but for learning potential:
43
+ > *"My person wants to practice cooking at scale (learning goal) — the festival is the perfect opportunity for active knowledge application."*
44
+ 3. **Accredited Communities** — Matching is prioritized within trusted circles (e.g. your own parish) to foster genuine human encounters.
45
+
46
+ ---
47
+
48
+ ## 🛠 Technical Architecture: The Learning Kernel
49
+
50
+ ZAM is designed as an **AI-agnostic kernel** — a CLI tool that integrates seamlessly into existing workflows:
51
+
52
+ - **CLI Integration** — Compatible with `Claude Code`, `Copilot CLI`, and `Gemini CLI`.
53
+ - **Modularity** — The system can be forked for region- or culture-specific adaptations (*Social Forking*).
54
+
55
+ ### Two Repositories, One System
56
+
57
+ ZAM is split into two concerns:
58
+
59
+ - **Core** ([`zam-os/zam`](https://github.com/zam-os/zam)) — The AI-agnostic learning kernel, CLI, bridge protocol, and system beliefs. Shared by everyone.
60
+ - **Personal** (fork of [`zam-os/zam-personal`](templates/personal/)) — Your beliefs, your goals, your identity. You fork it, you own it.
61
+
62
+ Get started: `zam whoami --set <your-id>`
63
+
64
+ ---
65
+
66
+ ## 🏛 Vision: A Flourishing Future
67
+
68
+ ZAM is a tool for the transition to a world where care and shared growth are the common currency.
69
+
70
+ - **Resource Stewardship** — Agents help manage community finances (e.g. a 10% solidarity model) and optimize collective purchasing.
71
+ - **Human Proximity** — Technology steps back to enable genuine person-to-person exchange.
72
+ - **Global Scalability** — Supported by institutions like the global church, ZAM aims to become a standard for a just, educated, and caring world community.
73
+
74
+ ---
75
+
76
+ ## 📖 Documentation
77
+
78
+ - [Deutsche Version](README.de.md)
79
+ - [Contributing Guide](CONTRIBUTING.md)
80
+ - [Architecture](docs/ARCHITECTURE.md)
81
+
82
+ ---
83
+
84
+ ## 📄 License
85
+
86
+ Apache 2.0 License — see [LICENSE](LICENSE) for details.