@letta-ai/letta-code 0.16.0 → 0.16.2
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 +8 -0
- package/letta.js +3678 -931
- package/package.json +1 -1
- package/skills/initializing-memory/SKILL.md +1 -1
- package/skills/syncing-memory-filesystem/SKILL.md +29 -15
package/LICENSE
CHANGED
|
@@ -188,3 +188,11 @@
|
|
|
188
188
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
189
189
|
See the License for the specific language governing permissions and
|
|
190
190
|
limitations under the License.
|
|
191
|
+
|
|
192
|
+
Brand Assets Exclusion
|
|
193
|
+
|
|
194
|
+
The Letta name, Letta Code name, logo, wordmark SVGs, and ASCII art
|
|
195
|
+
included in this repository are copyrighted assets of Letta, Inc.
|
|
196
|
+
and are not licensed under the Apache License, Version 2.0. These
|
|
197
|
+
assets may not be used in derivative works without written permission
|
|
198
|
+
from Letta, Inc.
|