@thesashadev/girl-agent 0.4.3 → 0.4.4
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/CHANGELOG.md +9 -0
- package/LICENSE +207 -22
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.4
|
|
4
|
+
|
|
5
|
+
Дата: 2026-05-17
|
|
6
|
+
|
|
7
|
+
📝 Документация
|
|
8
|
+
|
|
9
|
+
- Обновлена лицензионная политика: проект переведён на Community License (GSACL) версии 1.1, в лицензии явно уточнена позиция по дезинформации.
|
|
10
|
+
|
|
11
|
+
|
|
3
12
|
## 0.4.3
|
|
4
13
|
|
|
5
14
|
Дата: 2026-05-17
|
package/LICENSE
CHANGED
|
@@ -1,31 +1,216 @@
|
|
|
1
|
-
girl-agent Source-Available
|
|
1
|
+
girl-agent Source-Available Community License (GSACL)
|
|
2
|
+
Version 1.1
|
|
2
3
|
|
|
3
|
-
Copyright (c) 2026 girl-agent contributors
|
|
4
|
-
All rights reserved except as expressly stated below.
|
|
4
|
+
Copyright (c) 2026 girl-agent contributors
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
for personal, educational, evaluation, and non-commercial testing purposes.
|
|
6
|
+
All rights reserved except as expressly permitted below.
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
-------------------------------------------------------------------------------
|
|
9
|
+
1. DEFINITIONS
|
|
10
|
+
-------------------------------------------------------------------------------
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
"Software" means the girl-agent project, including source code, binaries,
|
|
13
|
+
scripts, prompts, models, datasets, APIs, configuration files, documentation,
|
|
14
|
+
examples, assets, and related materials.
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
"Project" means the original girl-agent repository and its maintainers.
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
5. remove or alter copyright notices, attribution, or license terms;
|
|
22
|
-
6. relicense this software under another license;
|
|
23
|
-
7. use the project name, branding, logo, documentation, or assets in a way that suggests endorsement or ownership.
|
|
18
|
+
"Non-Commercial Use" means personal, educational, academic, research,
|
|
19
|
+
security research, hobby, evaluation, open collaboration, and community use
|
|
20
|
+
that does not primarily generate revenue or provide a commercial business
|
|
21
|
+
service.
|
|
24
22
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
"Commercial Use" includes selling, licensing, SaaS hosting, paid APIs,
|
|
24
|
+
enterprise/internal business usage, monetized services, or using the Software
|
|
25
|
+
as part of a commercial product or platform.
|
|
28
26
|
|
|
29
|
-
|
|
27
|
+
"Community Contribution" means forks, pull requests, patches, plugins,
|
|
28
|
+
extensions, fixes, tools, integrations, documentation, translations,
|
|
29
|
+
benchmarks, tutorials, or derivative works created in good faith to improve,
|
|
30
|
+
support, expand, or help the Project ecosystem.
|
|
30
31
|
|
|
31
|
-
|
|
32
|
+
-------------------------------------------------------------------------------
|
|
33
|
+
2. PERMITTED USES
|
|
34
|
+
-------------------------------------------------------------------------------
|
|
35
|
+
|
|
36
|
+
Subject to compliance with this license, you are granted a limited,
|
|
37
|
+
revocable, non-exclusive, non-transferable license to:
|
|
38
|
+
|
|
39
|
+
a) use, run, study, modify, and experiment with the Software
|
|
40
|
+
for Non-Commercial Use;
|
|
41
|
+
|
|
42
|
+
b) create public or private forks;
|
|
43
|
+
|
|
44
|
+
c) publish modified versions and derivative works;
|
|
45
|
+
|
|
46
|
+
d) create plugins, integrations, tooling, wrappers, extensions,
|
|
47
|
+
datasets, prompts, documentation, tutorials, and ecosystem projects;
|
|
48
|
+
|
|
49
|
+
e) contribute improvements back to the Project;
|
|
50
|
+
|
|
51
|
+
f) publicly discuss, benchmark, analyze, review, audit,
|
|
52
|
+
and research the Software;
|
|
53
|
+
|
|
54
|
+
g) create community editions, experimental branches,
|
|
55
|
+
compatibility layers, and interoperability projects,
|
|
56
|
+
provided they comply with this license.
|
|
57
|
+
|
|
58
|
+
Community activity intended to benefit, expand, support,
|
|
59
|
+
or improve the Project ecosystem is explicitly encouraged.
|
|
60
|
+
|
|
61
|
+
-------------------------------------------------------------------------------
|
|
62
|
+
3. ATTRIBUTION
|
|
63
|
+
-------------------------------------------------------------------------------
|
|
64
|
+
|
|
65
|
+
Any public distribution of the Software or derivative works must:
|
|
66
|
+
|
|
67
|
+
a) preserve this license;
|
|
68
|
+
|
|
69
|
+
b) preserve copyright notices and attribution;
|
|
70
|
+
|
|
71
|
+
c) clearly acknowledge the original Project;
|
|
72
|
+
|
|
73
|
+
d) clearly indicate significant modifications;
|
|
74
|
+
|
|
75
|
+
e) avoid falsely presenting modified versions
|
|
76
|
+
as official releases of the Project.
|
|
77
|
+
|
|
78
|
+
-------------------------------------------------------------------------------
|
|
79
|
+
4. COMMERCIAL RESTRICTIONS
|
|
80
|
+
-------------------------------------------------------------------------------
|
|
81
|
+
|
|
82
|
+
Without prior written permission from the copyright holder,
|
|
83
|
+
you may NOT:
|
|
84
|
+
|
|
85
|
+
a) sell the Software;
|
|
86
|
+
|
|
87
|
+
b) provide the Software as a paid hosted service or SaaS;
|
|
88
|
+
|
|
89
|
+
c) monetize API access based substantially on the Software;
|
|
90
|
+
|
|
91
|
+
d) use the Software inside a proprietary commercial product
|
|
92
|
+
or enterprise platform;
|
|
93
|
+
|
|
94
|
+
e) sublicense or relicense the Software under another license;
|
|
95
|
+
|
|
96
|
+
f) commercially exploit the branding, identity,
|
|
97
|
+
or reputation of the Project.
|
|
98
|
+
|
|
99
|
+
Commercial usage intended primarily to extract revenue
|
|
100
|
+
from the Software itself requires separate permission.
|
|
101
|
+
|
|
102
|
+
-------------------------------------------------------------------------------
|
|
103
|
+
5. COMPETITION AND FAIR USE
|
|
104
|
+
-------------------------------------------------------------------------------
|
|
105
|
+
|
|
106
|
+
Competition, alternative implementations, forks,
|
|
107
|
+
and ecosystem diversity are allowed.
|
|
108
|
+
|
|
109
|
+
However, you may NOT:
|
|
110
|
+
|
|
111
|
+
a) attempt to monopolize the ecosystem surrounding the Software;
|
|
112
|
+
|
|
113
|
+
b) use dominant market power to suppress, absorb,
|
|
114
|
+
undermine, or eliminate the original Project;
|
|
115
|
+
|
|
116
|
+
c) falsely represent your version as the original Project;
|
|
117
|
+
|
|
118
|
+
d) engage in deceptive practices intended to confuse users,
|
|
119
|
+
contributors, or developers regarding ownership,
|
|
120
|
+
authorship, or official affiliation;
|
|
121
|
+
|
|
122
|
+
e) use the Software primarily to create a misleading clone
|
|
123
|
+
intended to exploit the reputation of the Project
|
|
124
|
+
without meaningful differentiation or contribution.
|
|
125
|
+
|
|
126
|
+
Nothing in this section restricts legitimate competition,
|
|
127
|
+
innovation, research, or independent development.
|
|
128
|
+
|
|
129
|
+
-------------------------------------------------------------------------------
|
|
130
|
+
6. MISREPRESENTATION
|
|
131
|
+
-------------------------------------------------------------------------------
|
|
132
|
+
|
|
133
|
+
You may not knowingly publish false or misleading claims regarding:
|
|
134
|
+
|
|
135
|
+
- authorship;
|
|
136
|
+
- maintainers;
|
|
137
|
+
- licensing;
|
|
138
|
+
- telemetry;
|
|
139
|
+
- security;
|
|
140
|
+
- privacy;
|
|
141
|
+
- benchmarks;
|
|
142
|
+
- vulnerabilities;
|
|
143
|
+
- project history;
|
|
144
|
+
- repository ownership;
|
|
145
|
+
- contributor activity.
|
|
146
|
+
|
|
147
|
+
Truthful criticism, security research,
|
|
148
|
+
reverse engineering where legally permitted,
|
|
149
|
+
and public technical discussion are always allowed.
|
|
150
|
+
|
|
151
|
+
You may not knowingly publish or distribute false,
|
|
152
|
+
misleading, fabricated, or manipulated statements
|
|
153
|
+
regarding the identity, nationality, origin,
|
|
154
|
+
citizenship, location, background, affiliations,
|
|
155
|
+
or personal involvement of the Project maintainers
|
|
156
|
+
or contributors in connection with the Project.
|
|
157
|
+
|
|
158
|
+
This includes false claims intended to:
|
|
159
|
+
- misrepresent the origin of the Project;
|
|
160
|
+
- create political or reputational harm;
|
|
161
|
+
- falsely associate the Project with governments,
|
|
162
|
+
states, organizations, or political entities;
|
|
163
|
+
- impersonate or misidentify contributors;
|
|
164
|
+
- spread fabricated allegations regarding authorship
|
|
165
|
+
or control of the Project.
|
|
166
|
+
|
|
167
|
+
-------------------------------------------------------------------------------
|
|
168
|
+
7. CONTRIBUTIONS
|
|
169
|
+
-------------------------------------------------------------------------------
|
|
170
|
+
|
|
171
|
+
By submitting Contributions to the Project,
|
|
172
|
+
you grant the Project maintainers a perpetual,
|
|
173
|
+
worldwide, royalty-free license to use, modify,
|
|
174
|
+
distribute, and incorporate those Contributions
|
|
175
|
+
into the Project.
|
|
176
|
+
|
|
177
|
+
You retain ownership of your Contributions.
|
|
178
|
+
|
|
179
|
+
-------------------------------------------------------------------------------
|
|
180
|
+
8. TRADEMARKS
|
|
181
|
+
-------------------------------------------------------------------------------
|
|
182
|
+
|
|
183
|
+
This license does not grant rights to use
|
|
184
|
+
the Project's trademarks, branding, logos,
|
|
185
|
+
or visual identity in a misleading manner.
|
|
186
|
+
|
|
187
|
+
Reasonable nominative use for discussion,
|
|
188
|
+
comparison, tutorials, reviews, or compatibility
|
|
189
|
+
statements is permitted.
|
|
190
|
+
|
|
191
|
+
-------------------------------------------------------------------------------
|
|
192
|
+
9. TERMINATION
|
|
193
|
+
-------------------------------------------------------------------------------
|
|
194
|
+
|
|
195
|
+
Any material violation of this license
|
|
196
|
+
automatically terminates the rights granted herein.
|
|
197
|
+
|
|
198
|
+
Rights may be reinstated if the violation
|
|
199
|
+
is corrected within a reasonable time
|
|
200
|
+
after notice from the copyright holder.
|
|
201
|
+
|
|
202
|
+
-------------------------------------------------------------------------------
|
|
203
|
+
10. DISCLAIMER OF WARRANTY
|
|
204
|
+
-------------------------------------------------------------------------------
|
|
205
|
+
|
|
206
|
+
THE SOFTWARE IS PROVIDED "AS IS",
|
|
207
|
+
WITHOUT WARRANTY OF ANY KIND,
|
|
208
|
+
EXPRESS OR IMPLIED.
|
|
209
|
+
|
|
210
|
+
-------------------------------------------------------------------------------
|
|
211
|
+
11. LIMITATION OF LIABILITY
|
|
212
|
+
-------------------------------------------------------------------------------
|
|
213
|
+
|
|
214
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|
215
|
+
BE LIABLE FOR ANY CLAIM, DAMAGES, OR LIABILITY
|
|
216
|
+
ARISING FROM THE SOFTWARE OR ITS USE.
|