@xinshu/openagi 0.0.2-dev.1 → 0.0.2-dev.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.
Files changed (3) hide show
  1. package/logo.svg +184 -0
  2. package/package.json +2 -3
  3. package/.npmignore +0 -8
package/logo.svg ADDED
@@ -0,0 +1,184 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="300" height="380" viewBox="0 0 300 380" xmlns="http://www.w3.org/2000/svg">
3
+ <!-- Definitions -->
4
+ <defs>
5
+ <!-- Terminal Gradient - Refined glass-like effect -->
6
+ <linearGradient id="terminalGradient" x1="0%" y1="0%" x2="0%" y2="100%">
7
+ <stop offset="0%" stop-color="#2c2c2e"/>
8
+ <stop offset="40%" stop-color="#222224"/>
9
+ <stop offset="100%" stop-color="#1c1c1e"/>
10
+ </linearGradient>
11
+
12
+ <!-- Better Icon Glow Gradient -->
13
+ <radialGradient id="glowGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
14
+ <stop offset="0%" stop-color="#f6ad55" stop-opacity="0.9"/>
15
+ <stop offset="40%" stop-color="#f6ad55" stop-opacity="0.4"/>
16
+ <stop offset="70%" stop-color="#f6ad55" stop-opacity="0.1"/>
17
+ <stop offset="100%" stop-color="#f6ad55" stop-opacity="0"/>
18
+ </radialGradient>
19
+
20
+ <!-- Orange Highlight -->
21
+ <linearGradient id="orangeHighlight" x1="0%" y1="0%" x2="100%" y2="100%">
22
+ <stop offset="0%" stop-color="#f6ad55"/>
23
+ <stop offset="100%" stop-color="#ed8936"/>
24
+ </linearGradient>
25
+
26
+ <!-- Title Text Gradient -->
27
+ <linearGradient id="titleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
28
+ <stop offset="0%" stop-color="#2d3748"/>
29
+ <stop offset="100%" stop-color="#1a202c"/>
30
+ </linearGradient>
31
+
32
+ <!-- Subtitle Gradient -->
33
+ <linearGradient id="subtitleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
34
+ <stop offset="0%" stop-color="#4a5568"/>
35
+ <stop offset="50%" stop-color="#718096"/>
36
+ <stop offset="100%" stop-color="#4a5568"/>
37
+ </linearGradient>
38
+
39
+ <!-- Enhanced Drop Shadow -->
40
+ <filter id="dropShadow" x="-20%" y="-20%" width="140%" height="140%">
41
+ <feGaussianBlur in="SourceAlpha" stdDeviation="6"/>
42
+ <feOffset dx="0" dy="5" result="offsetblur"/>
43
+ <feComponentTransfer>
44
+ <feFuncA type="linear" slope="0.35"/>
45
+ </feComponentTransfer>
46
+ <feMerge>
47
+ <feMergeNode/>
48
+ <feMergeNode in="SourceGraphic"/>
49
+ </feMerge>
50
+ </filter>
51
+
52
+ <!-- Subtle Text Shadow -->
53
+ <filter id="textShadow" x="-10%" y="-10%" width="120%" height="120%">
54
+ <feGaussianBlur in="SourceAlpha" stdDeviation="1"/>
55
+ <feOffset dx="0" dy="1" result="offsetblur"/>
56
+ <feComponentTransfer>
57
+ <feFuncA type="linear" slope="0.3"/>
58
+ </feComponentTransfer>
59
+ <feMerge>
60
+ <feMergeNode/>
61
+ <feMergeNode in="SourceGraphic"/>
62
+ </feMerge>
63
+ </filter>
64
+
65
+ <!-- Terminal Text Shadow -->
66
+ <filter id="terminalTextShadow" x="-5%" y="-5%" width="110%" height="110%">
67
+ <feGaussianBlur in="SourceAlpha" stdDeviation="0.5"/>
68
+ <feOffset dx="0" dy="0.5" result="offsetblur"/>
69
+ <feComponentTransfer>
70
+ <feFuncA type="linear" slope="0.8"/>
71
+ </feComponentTransfer>
72
+ <feMerge>
73
+ <feMergeNode/>
74
+ <feMergeNode in="SourceGraphic"/>
75
+ </feMerge>
76
+ </filter>
77
+
78
+ <!-- Enhanced Glass Reflection -->
79
+ <linearGradient id="glassReflection" x1="0%" y1="0%" x2="0%" y2="100%">
80
+ <stop offset="0%" stop-color="white" stop-opacity="0.3"/>
81
+ <stop offset="15%" stop-color="white" stop-opacity="0.15"/>
82
+ <stop offset="40%" stop-color="white" stop-opacity="0.05"/>
83
+ <stop offset="100%" stop-color="white" stop-opacity="0"/>
84
+ </linearGradient>
85
+
86
+ <!-- Terminal Content Animation -->
87
+ <style type="text/css"><![CDATA[
88
+ @keyframes blink {
89
+ 0%, 100% { opacity: 1; }
90
+ 50% { opacity: 0; }
91
+ }
92
+ .cursor {
93
+ animation: blink 1.2s infinite;
94
+ }
95
+ @keyframes pulse {
96
+ 0%, 100% { opacity: 0.5; }
97
+ 50% { opacity: 0.7; }
98
+ }
99
+ .pulse {
100
+ animation: pulse 4s infinite;
101
+ }
102
+ @keyframes fadeInOut {
103
+ 0%, 100% { opacity: 0.4; }
104
+ 50% { opacity: 0.5; }
105
+ }
106
+ .fadeBeams {
107
+ animation: fadeInOut 6s infinite;
108
+ }
109
+ @keyframes subtitleShimmer {
110
+ 0% { opacity: 0.7; }
111
+ 50% { opacity: 1; }
112
+ 100% { opacity: 0.7; }
113
+ }
114
+ .shimmerText {
115
+ animation: subtitleShimmer 6s infinite;
116
+ }
117
+ ]]></style>
118
+ </defs>
119
+
120
+ <!-- Aura/Glow Effects (Multiple Layers) -->
121
+ <circle cx="150" cy="180" r="140" fill="url(#glowGradient)" opacity="0.4" class="pulse"/>
122
+ <circle cx="150" cy="180" r="110" fill="url(#glowGradient)" opacity="0.6"/>
123
+ <circle cx="150" cy="180" r="90" fill="url(#glowGradient)" opacity="0.3"/>
124
+
125
+ <!-- Terminal App Icon - Rounded Square Base (Apple style) -->
126
+ <rect x="50" y="80" width="200" height="200" rx="45" fill="url(#terminalGradient)" filter="url(#dropShadow)"/>
127
+
128
+ <!-- Glass Reflection -->
129
+ <rect x="50" y="80" width="200" height="80" rx="45" fill="url(#glassReflection)" opacity="0.4"/>
130
+
131
+ <!-- Terminal Header Bar -->
132
+ <rect x="70" y="100" width="160" height="25" rx="8" fill="#2d3748" opacity="0.9"/>
133
+
134
+ <!-- Window Control Buttons with subtle gradients -->
135
+ <circle cx="85" cy="112" r="5" fill="#f56565"/>
136
+ <circle cx="85" cy="112" r="3" fill="#e53e3e" opacity="0.7"/>
137
+
138
+ <circle cx="103" cy="112" r="5" fill="#f6ad55"/>
139
+ <circle cx="103" cy="112" r="3" fill="#ed8936" opacity="0.7"/>
140
+
141
+ <circle cx="121" cy="112" r="5" fill="#48bb78"/>
142
+ <circle cx="121" cy="112" r="3" fill="#38a169" opacity="0.7"/>
143
+
144
+ <!-- Terminal Content - Code Lines with enhanced typography -->
145
+ <g filter="url(#terminalTextShadow)">
146
+ <text x="80" y="150" fill="#e2e8f0" font-family="SF Mono, Menlo, Monaco, Consolas, monospace" font-size="10" letter-spacing="0.2px">$ ./openagi</text>
147
+ <text x="80" y="170" fill="#e2e8f0" font-family="SF Mono, Menlo, Monaco, Consolas, monospace" font-size="10" letter-spacing="0.2px">> initializing...</text>
148
+ <text x="80" y="190" fill="url(#orangeHighlight)" font-family="SF Mono, Menlo, Monaco, Consolas, monospace" font-size="10" font-weight="500" letter-spacing="0.2px">> auth bypassed</text>
149
+ <text x="80" y="210" fill="#e2e8f0" font-family="SF Mono, Menlo, Monaco, Consolas, monospace" font-size="10" letter-spacing="0.2px">> ready</text>
150
+ <text x="80" y="230" fill="#e2e8f0" font-family="SF Mono, Menlo, Monaco, Consolas, monospace" font-size="10" class="cursor" letter-spacing="0.2px">_</text>
151
+ </g>
152
+
153
+ <!-- Subtle Interior Glow Effect -->
154
+ <rect x="70" y="135" width="160" height="120" rx="8" fill="none" stroke="url(#orangeHighlight)" stroke-width="0.5" opacity="0.6"/>
155
+
156
+ <!-- Command rays/beams emanating from the terminal - Subtle animation with 'fadeBeams' class -->
157
+ <g class="fadeBeams">
158
+ <path d="M50,180 L10,180" stroke="url(#orangeHighlight)" stroke-width="1.5" opacity="0.5" stroke-dasharray="1,2"/>
159
+ <path d="M250,180 L290,180" stroke="url(#orangeHighlight)" stroke-width="1.5" opacity="0.5" stroke-dasharray="1,2"/>
160
+ <path d="M150,80 L150,40" stroke="url(#orangeHighlight)" stroke-width="1.5" opacity="0.5" stroke-dasharray="1,2"/>
161
+ <path d="M150,280 L150,320" stroke="url(#orangeHighlight)" stroke-width="1.5" opacity="0.5" stroke-dasharray="1,2"/>
162
+
163
+ <path d="M80,110 L40,70" stroke="url(#orangeHighlight)" stroke-width="1" opacity="0.4" stroke-dasharray="1,2"/>
164
+ <path d="M220,110 L260,70" stroke="url(#orangeHighlight)" stroke-width="1" opacity="0.4" stroke-dasharray="1,2"/>
165
+ <path d="M80,250 L40,290" stroke="url(#orangeHighlight)" stroke-width="1" opacity="0.4" stroke-dasharray="1,2"/>
166
+ <path d="M220,250 L260,290" stroke="url(#orangeHighlight)" stroke-width="1" opacity="0.4" stroke-dasharray="1,2"/>
167
+ </g>
168
+
169
+ <!-- Subtle Inner Shadow for Terminal -->
170
+ <rect x="70" y="135" width="160" height="120" rx="8" fill="none" filter="url(#dropShadow)" opacity="0.1"/>
171
+
172
+ <!-- Premium Typography for Logo Text -->
173
+ <!-- Title Text with enhanced styling -->
174
+ <g filter="url(#textShadow)">
175
+ <!-- Text outline for depth -->
176
+ <text x="150" y="345" text-anchor="middle" fill="none" stroke="#1a202c" stroke-width="0.7" opacity="0.6" font-family="SF Pro Display, -apple-system, BlinkMacSystemFont, Helvetica Neue, Arial, sans-serif" font-weight="700" font-size="30" letter-spacing="1.2px">OpenAGI</text>
177
+
178
+ <!-- Main text fill with gradient -->
179
+ <text x="150" y="345" text-anchor="middle" fill="url(#titleGradient)" font-family="SF Pro Display, -apple-system, BlinkMacSystemFont, Helvetica Neue, Arial, sans-serif" font-weight="700" font-size="30" letter-spacing="1.2px">OpenAGI</text>
180
+ </g>
181
+
182
+ <!-- Subtitle with shimmer effect -->
183
+ <text x="150" y="370" text-anchor="middle" fill="url(#subtitleGradient)" class="shimmerText" font-family="SF Pro Text, -apple-system, BlinkMacSystemFont, Helvetica Neue, Arial, sans-serif" font-weight="400" font-size="11" letter-spacing="1.8px" text-transform="uppercase">Coding Assistant</text>
184
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xinshu/openagi",
3
- "version": "0.0.2-dev.1",
3
+ "version": "0.0.2-dev.2",
4
4
  "bin": {
5
5
  "openagi": "cli.js",
6
6
  "agi": "cli.js"
@@ -39,8 +39,7 @@
39
39
  "node_modules/sharp/**/*",
40
40
  "node_modules/@img/**/*",
41
41
  "README.md",
42
- ".npmrc",
43
- ".npmignore",
42
+ "logo.svg",
44
43
  "LICENSE.md",
45
44
  "package.json"
46
45
  ]
package/.npmignore DELETED
@@ -1,8 +0,0 @@
1
- node_modules/
2
- *.log
3
- .DS_Store
4
- .git
5
- .vscode
6
- coverage/
7
- build/
8
- dist/