-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathLICENSE
More file actions
90 lines (68 loc) · 3.74 KB
/
Copy pathLICENSE
File metadata and controls
90 lines (68 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
==========================================================================
LICENSE — kimi-agent-internals
==========================================================================
This repository contains three categories of material under different
licensing terms.
==========================================================================
DISCLAIMER
==========================================================================
This repository documents independent research into Moonshot AI's Kimi
K2.5 agent architecture. It is not affiliated with, endorsed by, or
sponsored by Beijing Moonshot Technology Co., Ltd. ("Moonshot AI").
The maintainer of this repository DOES NOT CLAIM COPYRIGHT over the
extracted material. Moonshot AI may hold copyright and/or other
intellectual property rights in some or all extracted material. Users
who incorporate extracted material into their own projects assume all
associated legal risk.
Nothing in this repository constitutes legal advice.
==========================================================================
SECTION 1 — EXTRACTED MATERIAL: CC0 1.0 Universal
==========================================================================
Applies to:
prompts/ (all files — system prompts provided by agent)
tools/*.json (tool schemas provided by agent)
tools/base-chat/ (tool documentation provided by agent)
tools/ok-computer/ (tool documentation provided by agent)
source-code/browser_guard.py (Moonshot source code)
source-code/jupyter_kernel.py (Moonshot source code)
source-code/kernel_server.py (Moonshot source code)
source-code/utils.py (Moonshot source code)
source-code/etc/ (configuration files)
source-code/skills/ (skill definitions)
To the extent possible under law, the maintainer of this repository has
waived all copyright and related or neighboring rights to the
maintainer's own contributions (selection, arrangement, formatting) to
the above files.
THIS WAIVER APPLIES ONLY TO WHATEVER RIGHTS THE MAINTAINER MAY HOLD.
It does not and cannot waive rights held by third parties, including
Moonshot AI. The underlying source code, prompts, schemas, and
configuration files may be subject to copyright, trade secret, or
other legal protections held by Moonshot AI or other parties.
Full text: https://creativecommons.org/publicdomain/zero/1.0/legalcode
==========================================================================
SECTION 2 — ORIGINAL ANALYSIS AND DOCUMENTATION: CC BY 4.0
==========================================================================
Applies to:
README.md
METHODOLOGY.md
GLOSSARY.md
analysis/ (all files — original research and commentary)
deep-dives/ (all files — original technical analysis)
source-code/README.md (documentation only)
tools/README.md (documentation only)
prompts/README.md (documentation only)
Copyright (c) 2026 Danny Nguyen
Licensed under the Creative Commons Attribution 4.0 International
License. You may share and adapt this material for any purpose,
including commercially, provided you give appropriate credit, link
to the license, and indicate changes.
Full text: https://creativecommons.org/licenses/by/4.0/legalcode
==========================================================================
SECTION 3 — THIRD-PARTY COMPONENTS
==========================================================================
source-code/pdf-viewer/
Contains Mozilla PDF.js, an open-source PDF rendering library.
PDF.js is licensed under the Apache License 2.0.
Copyright: Mozilla Foundation and PDF.js contributors.
Full text: https://www.apache.org/licenses/LICENSE-2.0
Other third-party components retain their original licenses.