@alan-ai-hq/agent-manager 0.1.113 → 0.1.114
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 +88 -0
- package/dist/index.cjs +64749 -63547
- package/package.json +2 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
Alan Code — Proprietary License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Supatest AI Inc. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This license governs your use of the Alan Code command-line interface and its
|
|
6
|
+
terminal user interface (the "Software"). It does not govern the Alan service
|
|
7
|
+
(the "Service"), which is provided under separate terms.
|
|
8
|
+
|
|
9
|
+
1. License grant
|
|
10
|
+
|
|
11
|
+
Subject to these terms, Supatest AI Inc. ("we", "us") grants you a
|
|
12
|
+
non-exclusive, non-transferable, non-sublicensable, royalty-free license to
|
|
13
|
+
install and run unmodified copies of the Software, for your internal business
|
|
14
|
+
or personal use, for as long as you comply with this license.
|
|
15
|
+
|
|
16
|
+
2. Redistribution
|
|
17
|
+
|
|
18
|
+
You may reproduce and redistribute unmodified copies of the Software only if
|
|
19
|
+
all of the following are true:
|
|
20
|
+
|
|
21
|
+
(a) the Software is distributed only in unmodified form;
|
|
22
|
+
(b) it is redistributed solely as part of an application or service that
|
|
23
|
+
provides material functionality beyond the Software itself;
|
|
24
|
+
(c) it is not distributed on a standalone basis or as a primary product;
|
|
25
|
+
(d) you include a copy of this license and retain all copyright, trademark,
|
|
26
|
+
and attribution notices; and
|
|
27
|
+
(e) your application or service is licensed independently of the Software.
|
|
28
|
+
|
|
29
|
+
Nothing in this license restricts your choice of license for your own
|
|
30
|
+
application or service, including distributing it under an open source license.
|
|
31
|
+
This license applies solely to the Software and does not modify or supersede
|
|
32
|
+
the license terms governing your own application.
|
|
33
|
+
|
|
34
|
+
3. Restrictions
|
|
35
|
+
|
|
36
|
+
This license does not grant you the right to:
|
|
37
|
+
|
|
38
|
+
(a) modify, adapt, translate, or create derivative works of the Software;
|
|
39
|
+
(b) redistribute the Software except as expressly permitted in section 2;
|
|
40
|
+
(c) remove, alter, or obscure any proprietary notices included in the
|
|
41
|
+
Software;
|
|
42
|
+
(d) reverse engineer, decompile, or disassemble the Software, except to the
|
|
43
|
+
extent that restriction is prohibited by applicable law; or
|
|
44
|
+
(e) use our trademarks, logos, or branding except as necessary to identify
|
|
45
|
+
the Software.
|
|
46
|
+
|
|
47
|
+
4. Reservation of rights
|
|
48
|
+
|
|
49
|
+
We and our licensors retain all right, title, and interest in and to the
|
|
50
|
+
Software. All rights not expressly granted by this license are reserved.
|
|
51
|
+
|
|
52
|
+
5. The Alan service
|
|
53
|
+
|
|
54
|
+
The Software is a client for the Service and requires a valid Alan account.
|
|
55
|
+
Your use of the Service — including any code, prompts, or other content
|
|
56
|
+
transmitted through it — is governed by the agreement under which you obtained
|
|
57
|
+
that account, not by this license. This license grants no right to access or
|
|
58
|
+
use the Service or any other third-party service.
|
|
59
|
+
|
|
60
|
+
6. Automatic updates
|
|
61
|
+
|
|
62
|
+
The Software may check for and install updates automatically. By installing and
|
|
63
|
+
running the Software you consent to those updates, which are covered by this
|
|
64
|
+
license. You can turn them off; see the documentation.
|
|
65
|
+
|
|
66
|
+
7. No warranty
|
|
67
|
+
|
|
68
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS,
|
|
69
|
+
IMPLIED, OR STATUTORY, INCLUDING WITHOUT LIMITATION WARRANTIES OF
|
|
70
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THE
|
|
71
|
+
ENTIRE RISK ARISING OUT OF USE OF THE SOFTWARE REMAINS WITH YOU.
|
|
72
|
+
|
|
73
|
+
8. Limitation of liability
|
|
74
|
+
|
|
75
|
+
TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL WE OR OUR LICENSORS
|
|
76
|
+
BE LIABLE FOR ANY DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR THE USE
|
|
77
|
+
OR DISTRIBUTION OF THE SOFTWARE, WHETHER IN CONTRACT, TORT, OR OTHERWISE.
|
|
78
|
+
|
|
79
|
+
9. Termination
|
|
80
|
+
|
|
81
|
+
This license terminates automatically if you fail to comply with its terms.
|
|
82
|
+
Upon termination you must cease all use and distribution of the Software.
|
|
83
|
+
|
|
84
|
+
10. Third-party components
|
|
85
|
+
|
|
86
|
+
The Software installs and uses third-party open-source packages, each governed
|
|
87
|
+
by its own license. Those licenses are included with the installed packages and
|
|
88
|
+
are not modified by this license.
|