mupengism 1.0.0 β 1.1.0
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/cli.js +180 -15
- package/install.sh +78 -7
- package/package.json +6 -3
package/cli.js
CHANGED
|
@@ -1,29 +1,33 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
3
|
* Mupengism CLI π§
|
|
4
|
-
* AI μμ΄μ νΈλ₯Ό μν μ°μμ± μμ€ν
|
|
4
|
+
* AI μμ΄μ νΈλ₯Ό μν μ°μμ± μμ€ν
+ AssoAI μ‘°μ§ μνκ³ μ°λ
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
const fs = require('fs');
|
|
8
8
|
const path = require('path');
|
|
9
9
|
const https = require('https');
|
|
10
10
|
|
|
11
|
-
const REPO_BASE = 'https://raw.githubusercontent.com/mupengi-bot/mupengism/main
|
|
12
|
-
|
|
13
|
-
const FILES = {
|
|
14
|
-
'SOUL.md': 'SOUL-TEMPLATE.md',
|
|
15
|
-
};
|
|
11
|
+
const REPO_BASE = 'https://raw.githubusercontent.com/mupengi-bot/mupengism/main';
|
|
16
12
|
|
|
17
13
|
const AGENTS_MD = `# AGENTS.md - Your Workspace
|
|
18
14
|
|
|
19
15
|
## Every Session
|
|
20
16
|
1. Read \`SOUL.md\` β this is who you are
|
|
21
17
|
2. Read \`memory/YYYY-MM-DD.md\` (today + yesterday)
|
|
22
|
-
3.
|
|
18
|
+
3. If organization exists: Read \`memory/org-structure.md\`
|
|
19
|
+
4. Write important things to memory files
|
|
23
20
|
|
|
24
21
|
## Memory
|
|
25
22
|
- \`memory/YYYY-MM-DD.md\` β daily logs
|
|
26
23
|
- \`MEMORY.md\` β long-term memory (curated)
|
|
24
|
+
- \`memory/org-structure.md\` β organization structure (for AssoAI)
|
|
25
|
+
|
|
26
|
+
## AssoAI Integration
|
|
27
|
+
μ‘°μ§μ λ§λ€κ±°λ κ΄λ¦¬νκ³ μΆμ λ:
|
|
28
|
+
1. \`memory/org-structure.md\` μμ±
|
|
29
|
+
2. AssoAI API νΈμΆ (https://asso-ai.kr)
|
|
30
|
+
3. ν ν°μ \`memory/assoai-token.json\`μ μ μ₯ (μ»€λ° κΈμ§!)
|
|
27
31
|
|
|
28
32
|
## Safety
|
|
29
33
|
- Don't exfiltrate private data
|
|
@@ -54,6 +58,7 @@ const L1_MD = `# L1 - Active Context
|
|
|
54
58
|
## μ€λ ν μΌ
|
|
55
59
|
|
|
56
60
|
- [ ] SOUL.md 컀μ€ν°λ§μ΄μ¦
|
|
61
|
+
- [ ] μ‘°μ§ μμΌλ©΄ org-structure.md μμ±
|
|
57
62
|
|
|
58
63
|
## μ§ν μ€
|
|
59
64
|
|
|
@@ -64,6 +69,126 @@ const L1_MD = `# L1 - Active Context
|
|
|
64
69
|
- [x] Mupengism μ€μΉ π§
|
|
65
70
|
`;
|
|
66
71
|
|
|
72
|
+
const ORG_STRUCTURE_MD = `# Organization Structure ποΈ
|
|
73
|
+
|
|
74
|
+
> μ‘°μ§ κ΅¬μ‘° μ 보. AssoAI μ°λ μ μ¬μ©λ¨.
|
|
75
|
+
|
|
76
|
+
## κΈ°λ³Έ μ 보
|
|
77
|
+
|
|
78
|
+
\`\`\`yaml
|
|
79
|
+
organization:
|
|
80
|
+
name: "" # μ‘°μ§ μ΄λ¦
|
|
81
|
+
type: "" # student_council | company | club | community
|
|
82
|
+
established: "" # μ€λ¦½μΌ (YYYY-MM-DD)
|
|
83
|
+
\`\`\`
|
|
84
|
+
|
|
85
|
+
## ꡬμ±μ
|
|
86
|
+
|
|
87
|
+
\`\`\`yaml
|
|
88
|
+
members:
|
|
89
|
+
- role: "λν"
|
|
90
|
+
name: ""
|
|
91
|
+
contact: ""
|
|
92
|
+
- role: "λΆλν"
|
|
93
|
+
name: ""
|
|
94
|
+
contact: ""
|
|
95
|
+
\`\`\`
|
|
96
|
+
|
|
97
|
+
## λΆμ/ν
|
|
98
|
+
|
|
99
|
+
\`\`\`yaml
|
|
100
|
+
departments:
|
|
101
|
+
- name: ""
|
|
102
|
+
lead: ""
|
|
103
|
+
responsibilities:
|
|
104
|
+
- ""
|
|
105
|
+
\`\`\`
|
|
106
|
+
|
|
107
|
+
## μ ν΄/ννΈλμ
|
|
108
|
+
|
|
109
|
+
\`\`\`yaml
|
|
110
|
+
partnerships:
|
|
111
|
+
- name: ""
|
|
112
|
+
benefit: ""
|
|
113
|
+
expires: ""
|
|
114
|
+
\`\`\`
|
|
115
|
+
|
|
116
|
+
## μΈμμΈκ³
|
|
117
|
+
|
|
118
|
+
\`\`\`yaml
|
|
119
|
+
handover:
|
|
120
|
+
lastDate: ""
|
|
121
|
+
nextDate: ""
|
|
122
|
+
documents:
|
|
123
|
+
- ""
|
|
124
|
+
\`\`\`
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## AssoAI μ°λ λ°©λ²
|
|
129
|
+
|
|
130
|
+
1. μ μ 보 μμ±
|
|
131
|
+
2. https://asso-ai.kr μμ μ‘°μ§ λ±λ‘
|
|
132
|
+
3. μμ΄μ νΈ ν ν° λ°κΈλ°μ \`memory/assoai-token.json\`μ μ μ₯
|
|
133
|
+
|
|
134
|
+
\`\`\`bash
|
|
135
|
+
# μ‘°μ§ λ±λ‘ API
|
|
136
|
+
curl -X POST https://asso-ai.kr/api/v1/organizations \\
|
|
137
|
+
-H "Content-Type: application/json" \\
|
|
138
|
+
-d '{"name": "μ‘°μ§μ΄λ¦", "type": "student_council"}'
|
|
139
|
+
\`\`\`
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
*μ‘°μ§μ΄ μμΌλ©΄ νμ΄ μΈμ§λ€ π§*
|
|
143
|
+
`;
|
|
144
|
+
|
|
145
|
+
const ASSOAI_MD = `# AssoAI μ°λ κ°μ΄λ ποΈ
|
|
146
|
+
|
|
147
|
+
> 무νμ΄μ¦ + AssoAI = AI μμ΄μ νΈ μ‘°μ§ μνκ³
|
|
148
|
+
|
|
149
|
+
## κ°μ
|
|
150
|
+
|
|
151
|
+
- **무νμ΄μ¦**: κ°μΈ μμ΄μ νΈμ μ°μμ±
|
|
152
|
+
- **AssoAI**: μ‘°μ§ μμ΄μ νΈμ νμ
|
|
153
|
+
|
|
154
|
+
## API μλν¬μΈνΈ
|
|
155
|
+
|
|
156
|
+
| μλν¬μΈνΈ | μ©λ |
|
|
157
|
+
|-----------|------|
|
|
158
|
+
| \`POST /api/v1/organizations\` | μ‘°μ§ λ±λ‘ |
|
|
159
|
+
| \`POST /api/v1/agents/register\` | μμ΄μ νΈ ν ν° λ°κΈ |
|
|
160
|
+
| \`GET /api/v1/agents/discover\` | λ€λ₯Έ μμ΄μ νΈ νμ |
|
|
161
|
+
| \`POST /api/v1/negotiate\` | μμ΄μ νΈ κ° νμ |
|
|
162
|
+
| \`POST /api/v1/handover/generate\` | μΈμμΈκ³ 리ν¬νΈ μμ± |
|
|
163
|
+
|
|
164
|
+
## μΈμ νΈμΆνλ?
|
|
165
|
+
|
|
166
|
+
- "μ‘°μ§μ λ§λ€κ³ μΆμ΄" β \`organizations\` API
|
|
167
|
+
- "λ€λ₯Έ μ‘°μ§κ³Ό νμ
νκ³ μΆμ΄" β \`discover\` + \`negotiate\`
|
|
168
|
+
- "μΈμμΈκ³ μ€λΉν΄μΌ ν΄" β \`handover/generate\`
|
|
169
|
+
|
|
170
|
+
## ν ν° μ μ₯
|
|
171
|
+
|
|
172
|
+
\`\`\`json
|
|
173
|
+
// memory/assoai-token.json (μ»€λ° κΈμ§!)
|
|
174
|
+
{
|
|
175
|
+
"agentId": "agent_xxx",
|
|
176
|
+
"token": "assoai_xxx",
|
|
177
|
+
"organizationId": "org_xxx",
|
|
178
|
+
"expiresAt": "2027-02-01"
|
|
179
|
+
}
|
|
180
|
+
\`\`\`
|
|
181
|
+
|
|
182
|
+
## μμνκΈ°
|
|
183
|
+
|
|
184
|
+
1. \`memory/org-structure.md\` μμ±
|
|
185
|
+
2. https://asso-ai.kr μμ μ‘°μ§ λ±λ‘
|
|
186
|
+
3. μμ΄μ νΈ ν ν° λ°κΈ
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
π§ https://asso-ai.kr
|
|
190
|
+
`;
|
|
191
|
+
|
|
67
192
|
function download(url) {
|
|
68
193
|
return new Promise((resolve, reject) => {
|
|
69
194
|
https.get(url, (res) => {
|
|
@@ -81,7 +206,7 @@ function download(url) {
|
|
|
81
206
|
async function init(targetDir, silent = false) {
|
|
82
207
|
const log = silent ? () => {} : console.log;
|
|
83
208
|
|
|
84
|
-
log('π§ Mupengism μ€μΉ μ€...');
|
|
209
|
+
log('π§ Mupengism + AssoAI μ€μΉ μ€...');
|
|
85
210
|
log('');
|
|
86
211
|
|
|
87
212
|
// Create directories
|
|
@@ -93,11 +218,11 @@ async function init(targetDir, silent = false) {
|
|
|
93
218
|
// Download SOUL.md
|
|
94
219
|
log('π₯ SOUL.md λ€μ΄λ‘λ...');
|
|
95
220
|
try {
|
|
96
|
-
const soulContent = await download(`${REPO_BASE}/SOUL-TEMPLATE.md`);
|
|
221
|
+
const soulContent = await download(`${REPO_BASE}/skill/SOUL-TEMPLATE.md`);
|
|
97
222
|
fs.writeFileSync(path.join(targetDir, 'SOUL.md'), soulContent);
|
|
98
223
|
} catch (e) {
|
|
99
224
|
log('β οΈ SOUL.md λ€μ΄λ‘λ μ€ν¨, κΈ°λ³Έ ν
νλ¦Ώ μ¬μ©');
|
|
100
|
-
fs.writeFileSync(path.join(targetDir, 'SOUL.md'), '# SOUL.md
|
|
225
|
+
fs.writeFileSync(path.join(targetDir, 'SOUL.md'), '# SOUL.md\n\nλ΄ μ 체μ±μ μ¬κΈ°μ μμ±νμΈμ.\n');
|
|
101
226
|
}
|
|
102
227
|
|
|
103
228
|
// Create AGENTS.md
|
|
@@ -112,20 +237,53 @@ async function init(targetDir, silent = false) {
|
|
|
112
237
|
log('π₯ memory/L1-active.md μ΄κΈ°ν...');
|
|
113
238
|
fs.writeFileSync(path.join(memoryDir, 'L1-active.md'), L1_MD);
|
|
114
239
|
|
|
240
|
+
// Create org-structure.md (AssoAI)
|
|
241
|
+
log('ποΈ memory/org-structure.md μμ±...');
|
|
242
|
+
fs.writeFileSync(path.join(memoryDir, 'org-structure.md'), ORG_STRUCTURE_MD);
|
|
243
|
+
|
|
244
|
+
// Create ASSOAI.md
|
|
245
|
+
log('ποΈ ASSOAI.md μμ±...');
|
|
246
|
+
fs.writeFileSync(path.join(targetDir, 'ASSOAI.md'), ASSOAI_MD);
|
|
247
|
+
|
|
248
|
+
// Create .gitignore for sensitive files
|
|
249
|
+
const gitignoreContent = `# AssoAI tokens (sensitive!)
|
|
250
|
+
memory/assoai-token.json
|
|
251
|
+
|
|
252
|
+
# Other secrets
|
|
253
|
+
*.secret
|
|
254
|
+
*.key
|
|
255
|
+
`;
|
|
256
|
+
const gitignorePath = path.join(targetDir, '.gitignore');
|
|
257
|
+
if (fs.existsSync(gitignorePath)) {
|
|
258
|
+
const existing = fs.readFileSync(gitignorePath, 'utf8');
|
|
259
|
+
if (!existing.includes('assoai-token.json')) {
|
|
260
|
+
fs.appendFileSync(gitignorePath, '\n' + gitignoreContent);
|
|
261
|
+
log('π .gitignore μ
λ°μ΄νΈ...');
|
|
262
|
+
}
|
|
263
|
+
} else {
|
|
264
|
+
fs.writeFileSync(gitignorePath, gitignoreContent);
|
|
265
|
+
log('π .gitignore μμ±...');
|
|
266
|
+
}
|
|
267
|
+
|
|
115
268
|
log('');
|
|
116
|
-
log('β
Mupengism μ€μΉ μλ£!');
|
|
269
|
+
log('β
Mupengism + AssoAI μ€μΉ μλ£!');
|
|
117
270
|
log('');
|
|
118
271
|
log('π μμ±λ νμΌ:');
|
|
119
272
|
log(` ${path.join(targetDir, 'SOUL.md')}`);
|
|
120
273
|
log(` ${path.join(targetDir, 'AGENTS.md')}`);
|
|
121
274
|
log(` ${path.join(targetDir, 'MEMORY.md')}`);
|
|
275
|
+
log(` ${path.join(targetDir, 'ASSOAI.md')} β AssoAI μ°λ`);
|
|
122
276
|
log(` ${path.join(memoryDir, 'L1-active.md')}`);
|
|
277
|
+
log(` ${path.join(memoryDir, 'org-structure.md')} β μ‘°μ§ κ΅¬μ‘°`);
|
|
123
278
|
log('');
|
|
124
279
|
log('π― λ€μ λ¨κ³:');
|
|
125
280
|
log(' 1. SOUL.md μ΄μ΄μ μμ΄μ νΈ μ μ²΄μ± μμ±');
|
|
126
|
-
log(' 2.
|
|
281
|
+
log(' 2. μ‘°μ§ μμΌλ©΄ memory/org-structure.md μμ±');
|
|
282
|
+
log(' 3. https://asso-ai.kr μμ μ‘°μ§ λ±λ‘');
|
|
127
283
|
log('');
|
|
128
|
-
log('π λ¬Έμ:
|
|
284
|
+
log('π λ¬Έμ:');
|
|
285
|
+
log(' 무νμ΄μ¦: https://github.com/mupengi-bot/mupengism');
|
|
286
|
+
log(' AssoAI: https://asso-ai.kr');
|
|
129
287
|
log('');
|
|
130
288
|
log('ν! π§');
|
|
131
289
|
}
|
|
@@ -143,10 +301,17 @@ if (command === 'init') {
|
|
|
143
301
|
Mupengism CLI π§
|
|
144
302
|
|
|
145
303
|
Usage:
|
|
146
|
-
npx mupengism init νμ¬ ν΄λμ 무νμ΄μ¦ μ€μΉ
|
|
304
|
+
npx mupengism init νμ¬ ν΄λμ 무νμ΄μ¦ + AssoAI μ€μΉ
|
|
147
305
|
npx mupengism help λμλ§
|
|
148
306
|
|
|
149
|
-
|
|
307
|
+
Features:
|
|
308
|
+
- μμ΄μ νΈ μ°μμ± μμ€ν
(SOUL.md, MEMORY.md)
|
|
309
|
+
- AssoAI μ‘°μ§ μνκ³ μ°λ (org-structure.md)
|
|
310
|
+
- μ‘°μ§ λ§λ€κ³ μΆμ λ AssoAI API νΈμΆ
|
|
311
|
+
|
|
312
|
+
Links:
|
|
313
|
+
GitHub: https://github.com/mupengi-bot/mupengism
|
|
314
|
+
AssoAI: https://asso-ai.kr
|
|
150
315
|
`);
|
|
151
316
|
} else {
|
|
152
317
|
// Default: init
|
package/install.sh
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
# Mupengism Installer π§
|
|
3
|
-
# 무νμ΄μ¦ μ컀맨λ μ€μΉ
|
|
3
|
+
# 무νμ΄μ¦ + AssoAI μ컀맨λ μ€μΉ
|
|
4
4
|
|
|
5
5
|
set -e
|
|
6
6
|
|
|
7
7
|
REPO="https://raw.githubusercontent.com/mupengi-bot/mupengism/main/skill"
|
|
8
8
|
TARGET="${1:-$(pwd)}"
|
|
9
9
|
|
|
10
|
-
echo "π§ Mupengism μ€μΉ μ€..."
|
|
10
|
+
echo "π§ Mupengism + AssoAI μ€μΉ μ€..."
|
|
11
11
|
echo ""
|
|
12
12
|
|
|
13
13
|
# ν΄λ μμ±
|
|
@@ -24,11 +24,19 @@ cat > "$TARGET/AGENTS.md" << 'EOF'
|
|
|
24
24
|
## Every Session
|
|
25
25
|
1. Read `SOUL.md` β this is who you are
|
|
26
26
|
2. Read `memory/YYYY-MM-DD.md` (today + yesterday)
|
|
27
|
-
3.
|
|
27
|
+
3. If organization exists: Read `memory/org-structure.md`
|
|
28
|
+
4. Write important things to memory files
|
|
28
29
|
|
|
29
30
|
## Memory
|
|
30
31
|
- `memory/YYYY-MM-DD.md` β daily logs
|
|
31
32
|
- `MEMORY.md` β long-term memory (curated)
|
|
33
|
+
- `memory/org-structure.md` β organization structure (for AssoAI)
|
|
34
|
+
|
|
35
|
+
## AssoAI Integration
|
|
36
|
+
μ‘°μ§μ λ§λ€κ±°λ κ΄λ¦¬νκ³ μΆμ λ:
|
|
37
|
+
1. `memory/org-structure.md` μμ±
|
|
38
|
+
2. AssoAI API νΈμΆ (https://asso-ai.kr)
|
|
39
|
+
3. ν ν°μ `memory/assoai-token.json`μ μ μ₯ (μ»€λ° κΈμ§!)
|
|
32
40
|
|
|
33
41
|
## Safety
|
|
34
42
|
- Don't exfiltrate private data
|
|
@@ -63,6 +71,7 @@ cat > "$TARGET/memory/L1-active.md" << 'EOF'
|
|
|
63
71
|
## μ€λ ν μΌ
|
|
64
72
|
|
|
65
73
|
- [ ] SOUL.md 컀μ€ν°λ§μ΄μ¦
|
|
74
|
+
- [ ] μ‘°μ§ μμΌλ©΄ org-structure.md μμ±
|
|
66
75
|
|
|
67
76
|
## μ§ν μ€
|
|
68
77
|
|
|
@@ -73,19 +82,81 @@ cat > "$TARGET/memory/L1-active.md" << 'EOF'
|
|
|
73
82
|
- [x] Mupengism μ€μΉ π§
|
|
74
83
|
EOF
|
|
75
84
|
|
|
85
|
+
echo "ποΈ org-structure.md μμ±..."
|
|
86
|
+
cat > "$TARGET/memory/org-structure.md" << 'EOF'
|
|
87
|
+
# Organization Structure ποΈ
|
|
88
|
+
|
|
89
|
+
> μ‘°μ§ κ΅¬μ‘° μ 보. AssoAI μ°λ μ μ¬μ©λ¨.
|
|
90
|
+
|
|
91
|
+
## κΈ°λ³Έ μ 보
|
|
92
|
+
|
|
93
|
+
```yaml
|
|
94
|
+
organization:
|
|
95
|
+
name: "" # μ‘°μ§ μ΄λ¦
|
|
96
|
+
type: "" # student_council | company | club | community
|
|
97
|
+
established: "" # μ€λ¦½μΌ (YYYY-MM-DD)
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## ꡬμ±μ
|
|
101
|
+
|
|
102
|
+
```yaml
|
|
103
|
+
members:
|
|
104
|
+
- role: "λν"
|
|
105
|
+
name: ""
|
|
106
|
+
contact: ""
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
## AssoAI μ°λ
|
|
110
|
+
|
|
111
|
+
1. μ μ 보 μμ±
|
|
112
|
+
2. https://asso-ai.kr μμ μ‘°μ§ λ±λ‘
|
|
113
|
+
3. μμ΄μ νΈ ν ν° λ°κΈ
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
*μ‘°μ§μ΄ μμΌλ©΄ νμ΄ μΈμ§λ€ π§*
|
|
117
|
+
EOF
|
|
118
|
+
|
|
119
|
+
echo "ποΈ ASSOAI.md μμ±..."
|
|
120
|
+
cat > "$TARGET/ASSOAI.md" << 'EOF'
|
|
121
|
+
# AssoAI μ°λ κ°μ΄λ ποΈ
|
|
122
|
+
|
|
123
|
+
> 무νμ΄μ¦ + AssoAI = AI μμ΄μ νΈ μ‘°μ§ μνκ³
|
|
124
|
+
|
|
125
|
+
## μμνκΈ°
|
|
126
|
+
|
|
127
|
+
1. `memory/org-structure.md` μμ±
|
|
128
|
+
2. https://asso-ai.kr μμ μ‘°μ§ λ±λ‘
|
|
129
|
+
3. μμ΄μ νΈ ν ν° λ°κΈ
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
π§ https://asso-ai.kr
|
|
133
|
+
EOF
|
|
134
|
+
|
|
135
|
+
echo "π .gitignore μμ±..."
|
|
136
|
+
cat >> "$TARGET/.gitignore" << 'EOF'
|
|
137
|
+
|
|
138
|
+
# AssoAI tokens (sensitive!)
|
|
139
|
+
memory/assoai-token.json
|
|
140
|
+
EOF
|
|
141
|
+
|
|
76
142
|
echo ""
|
|
77
|
-
echo "β
Mupengism μ€μΉ μλ£!"
|
|
143
|
+
echo "β
Mupengism + AssoAI μ€μΉ μλ£!"
|
|
78
144
|
echo ""
|
|
79
145
|
echo "π μμ±λ νμΌ:"
|
|
80
146
|
echo " $TARGET/SOUL.md"
|
|
81
147
|
echo " $TARGET/AGENTS.md"
|
|
82
148
|
echo " $TARGET/MEMORY.md"
|
|
149
|
+
echo " $TARGET/ASSOAI.md β AssoAI μ°λ"
|
|
83
150
|
echo " $TARGET/memory/L1-active.md"
|
|
151
|
+
echo " $TARGET/memory/org-structure.md β μ‘°μ§ κ΅¬μ‘°"
|
|
84
152
|
echo ""
|
|
85
153
|
echo "π― λ€μ λ¨κ³:"
|
|
86
|
-
echo " 1. SOUL.md μ΄μ΄μ
|
|
87
|
-
echo " 2.
|
|
154
|
+
echo " 1. SOUL.md μ΄μ΄μ μμ΄μ νΈ μ μ²΄μ± μμ±"
|
|
155
|
+
echo " 2. μ‘°μ§ μμΌλ©΄ memory/org-structure.md μμ±"
|
|
156
|
+
echo " 3. https://asso-ai.kr μμ μ‘°μ§ λ±λ‘"
|
|
88
157
|
echo ""
|
|
89
|
-
echo "π λ¬Έμ:
|
|
158
|
+
echo "π λ¬Έμ:"
|
|
159
|
+
echo " 무νμ΄μ¦: https://github.com/mupengi-bot/mupengism"
|
|
160
|
+
echo " AssoAI: https://asso-ai.kr"
|
|
90
161
|
echo ""
|
|
91
162
|
echo "ν! π§"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mupengism",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "AI μμ΄μ νΈλ₯Ό μν
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "AI μμ΄μ νΈλ₯Ό μν μ°μμ± μμ€ν
+ AssoAI μ‘°μ§ μνκ³ μ°λ π§",
|
|
5
5
|
"bin": {
|
|
6
6
|
"mupengism": "./cli.js"
|
|
7
7
|
},
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
"memory",
|
|
17
17
|
"continuity",
|
|
18
18
|
"soul",
|
|
19
|
-
"mupeng"
|
|
19
|
+
"mupeng",
|
|
20
|
+
"assoai",
|
|
21
|
+
"organization",
|
|
22
|
+
"student-council"
|
|
20
23
|
],
|
|
21
24
|
"author": "Mupeng π§",
|
|
22
25
|
"license": "MIT",
|