@pleaseai/agent 0.1.16

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 (4) hide show
  1. package/LICENSE +112 -0
  2. package/README.md +738 -0
  3. package/dist/index.js +28403 -0
  4. package/package.json +57 -0
package/LICENSE ADDED
@@ -0,0 +1,112 @@
1
+ Functional Source License, Version 1.1, MIT Future License
2
+
3
+ Copyright 2026 Passion Factory, Inc
4
+
5
+ ## Abbreviation
6
+
7
+ FSL-1.1-MIT
8
+
9
+ ## Notice
10
+
11
+ Copyright 2026 Passion Factory, Inc
12
+
13
+ ## Terms and Conditions
14
+
15
+ ### Licensor ("We")
16
+
17
+ The party offering the Software under these Terms and Conditions.
18
+
19
+ ### The Software
20
+
21
+ The "Software" is each version of the software that we make available under
22
+ these Terms and Conditions, as indicated by our inclusion of these Terms and
23
+ Conditions with the Software.
24
+
25
+ ### License Grant
26
+
27
+ Subject to your compliance with this License Grant and the Patents,
28
+ Redistribution and Trademark clauses below, we hereby grant you the right to
29
+ use, copy, modify, create derivative works, publicly perform, publicly display
30
+ and redistribute the Software for any Permitted Purpose identified below.
31
+
32
+ ### Permitted Purpose
33
+
34
+ A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
35
+ means making the Software available to others in a commercial product or
36
+ service that:
37
+
38
+ 1. substitutes for the Software;
39
+
40
+ 2. substitutes for any other product or service we offer using the Software
41
+ that exists as of the date we make the Software available; or
42
+
43
+ 3. offers the same or substantially similar functionality as the Software.
44
+
45
+ Permitted Purposes specifically include using the Software:
46
+
47
+ 1. for your internal use and access;
48
+
49
+ 2. for non-commercial education;
50
+
51
+ 3. for non-commercial research; and
52
+
53
+ 4. in connection with professional services that you provide to a licensee
54
+ using the Software in accordance with these Terms and Conditions.
55
+
56
+ ### Patents
57
+
58
+ To the extent your use for a Permitted Purpose would necessarily infringe our
59
+ patents, the license grant above includes a license under our patents. If you
60
+ make a claim against any party that the Software infringes or contributes to
61
+ the infringement of any patent, then your patent license to the Software ends
62
+ immediately.
63
+
64
+ ### Redistribution
65
+
66
+ The Terms and Conditions apply to all copies, modifications and derivatives of
67
+ the Software.
68
+
69
+ If you redistribute any copies, modifications or derivatives of the Software,
70
+ you must include a copy of or a link to these Terms and Conditions and not
71
+ remove any copyright notices provided in or with the Software.
72
+
73
+ ### Disclaimer
74
+
75
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
76
+ IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
77
+ PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
78
+
79
+ IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
80
+ SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
81
+ EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
82
+
83
+ ### Trademarks
84
+
85
+ Except for displaying the License Details and identifying us as the origin of
86
+ the Software, you have no right under these Terms and Conditions to use our
87
+ trademarks, trade names, service marks or product names.
88
+
89
+ ## Grant of Future License
90
+
91
+ We hereby irrevocably grant you an additional license to use the Software under
92
+ the MIT License that is effective on 2028-03-13. On or after that date, you
93
+ may use the Software under the MIT License, in which case the following will
94
+ apply:
95
+
96
+ Permission is hereby granted, free of charge, to any person obtaining a copy
97
+ of this software and associated documentation files (the "Software"), to deal
98
+ in the Software without restriction, including without limitation the rights
99
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
100
+ copies of the Software, and to permit persons to whom the Software is
101
+ furnished to do so, subject to the following conditions:
102
+
103
+ The above copyright notice and this permission notice shall be included in all
104
+ copies or substantial portions of the Software.
105
+
106
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
107
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
108
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
109
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
110
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
111
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
112
+ SOFTWARE.