@hopper-agent/cli 0.2.0 → 0.2.1
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 +179 -0
- package/dist/src/cli.js +31 -17
- package/dist/src/cli.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +18 -18
package/LICENSE
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
revisions are patently meant to be an adaptation, but does not
|
|
43
|
+
include a work that is merely a copy of the Work except a Derivative
|
|
44
|
+
Work.
|
|
45
|
+
|
|
46
|
+
"Contribution" shall mean any work of authorship, including
|
|
47
|
+
the original version of the Work and any modifications or additions
|
|
48
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
49
|
+
submitted to the Licensor for inclusion in the Work by the copyright owner
|
|
50
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
51
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
52
|
+
means any form of electronic, verbal, or written communication sent
|
|
53
|
+
to the Licensor or its representatives, including but not limited to
|
|
54
|
+
communication on electronic mailing lists, source code control systems,
|
|
55
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
56
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
57
|
+
excluding communication that is conspicuously marked or otherwise
|
|
58
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
59
|
+
|
|
60
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
61
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
62
|
+
subsequently incorporated within the Work.
|
|
63
|
+
|
|
64
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
65
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
66
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
67
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
68
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
69
|
+
Work and such Derivative Works in Source or Object form.
|
|
70
|
+
|
|
71
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
72
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
73
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
74
|
+
(except as stated in this section) patent license to make, have made,
|
|
75
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
76
|
+
where such license applies only to those patent claims licensable
|
|
77
|
+
by such Contributor that are necessarily infringed by their
|
|
78
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
79
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
80
|
+
institute patent litigation against any entity (including a
|
|
81
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
82
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
83
|
+
or contributory patent infringement, then any patent licenses
|
|
84
|
+
granted to You under this License for that Work shall terminate
|
|
85
|
+
as of the date such litigation is filed.
|
|
86
|
+
|
|
87
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
88
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
89
|
+
modifications, and in Source or Object form, provided that You
|
|
90
|
+
meet the following conditions:
|
|
91
|
+
|
|
92
|
+
(a) You must give any other recipients of the Work or
|
|
93
|
+
Derivative Works a copy of this License; and
|
|
94
|
+
|
|
95
|
+
(b) You must cause any modified files to carry prominent notices
|
|
96
|
+
stating that You changed the files; and
|
|
97
|
+
|
|
98
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
99
|
+
that You distribute, all copyright, patent, trademark, and
|
|
100
|
+
attribution notices from the Source form of the Work,
|
|
101
|
+
excluding those notices that do not pertain to any part of
|
|
102
|
+
the Derivative Works; and
|
|
103
|
+
|
|
104
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
105
|
+
distribution, then any Derivative Works that You distribute must
|
|
106
|
+
include a readable copy of the attribution notices contained
|
|
107
|
+
within such NOTICE file, excluding any notices that do not
|
|
108
|
+
pertain to any part of the Derivative Works, in at least one
|
|
109
|
+
of the following places: within a NOTICE text file distributed
|
|
110
|
+
as part of the Derivative Works; within the Source form or
|
|
111
|
+
documentation, if provided along with the Derivative Works; or,
|
|
112
|
+
within a display generated by the Derivative Works, if and
|
|
113
|
+
wherever such third-party notices normally appear. The contents
|
|
114
|
+
of the NOTICE file are for informational purposes only and
|
|
115
|
+
do not modify the License. You may add Your own attribution
|
|
116
|
+
notices within Derivative Works that You distribute, alongside
|
|
117
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
118
|
+
that such additional attribution notices cannot be construed
|
|
119
|
+
as modifying the License.
|
|
120
|
+
|
|
121
|
+
You may add Your own copyright statement to Your modifications and
|
|
122
|
+
may provide additional or different license terms and conditions
|
|
123
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
124
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
125
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
126
|
+
the conditions stated in this License.
|
|
127
|
+
|
|
128
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
129
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
130
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
131
|
+
this License, without any additional terms or conditions.
|
|
132
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
133
|
+
the terms of any separate license agreement you may have executed
|
|
134
|
+
with Licensor regarding such Contributions.
|
|
135
|
+
|
|
136
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
137
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
138
|
+
except as required for reasonable and customary use in describing the
|
|
139
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
140
|
+
|
|
141
|
+
7. Limitation of Liability. Unless required by applicable law or
|
|
142
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
143
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
144
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
145
|
+
implied, including, without limitation, any warranties or conditions
|
|
146
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
147
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
148
|
+
appropriateness of using or redistributing the Work and assume any
|
|
149
|
+
risks associated with Your exercise of permissions under this License.
|
|
150
|
+
|
|
151
|
+
8. Governing Law. This License shall be governed by the laws of the
|
|
152
|
+
State of New York, USA, excluding its choice of law rules.
|
|
153
|
+
|
|
154
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
155
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
156
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
157
|
+
or other liability obligations and/or rights consistent with this
|
|
158
|
+
License. However, in accepting such obligations, You may act only
|
|
159
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
160
|
+
of any other Contributor, and You agree to indemnify, defend, and
|
|
161
|
+
hold each Contributor harmless for any liability incurred by, or
|
|
162
|
+
claims asserted against, such Contributor by reason of your
|
|
163
|
+
exercising any rights or permissions given by this License.
|
|
164
|
+
|
|
165
|
+
END OF TERMS AND CONDITIONS
|
|
166
|
+
|
|
167
|
+
Copyright 2025 hopper-agent contributors
|
|
168
|
+
|
|
169
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
170
|
+
you may not use this file except in compliance with the License.
|
|
171
|
+
You may obtain a copy of the License at
|
|
172
|
+
|
|
173
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
174
|
+
|
|
175
|
+
Unless required by applicable law or agreed to in writing, software
|
|
176
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
177
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
178
|
+
See the License for the specific language governing permissions and
|
|
179
|
+
limitations under the License.
|
package/dist/src/cli.js
CHANGED
|
@@ -12,7 +12,7 @@ const __filename = fileURLToPath(import.meta.url);
|
|
|
12
12
|
import { ChatSurface, handleSlashCommand, COLD_START_BANNER } from '@hopper-agent/tui';
|
|
13
13
|
import { getTheme } from '@hopper-agent/render';
|
|
14
14
|
import { TurnLoop, SettingsManager, DEFAULT_SETTINGS, CronManager, TelegramGateway, ChannelRegistry, ChannelRouter, HeartbeatExecutor, HeartbeatDelivery, pickNextSchedule, scheduleLabel } from '@hopper-agent/core';
|
|
15
|
-
import { AnthropicProvider, OpenAIProvider, GoogleGeminiProvider } from '@hopper-agent/providers';
|
|
15
|
+
import { AnthropicProvider, OpenAIProvider, OllamaProvider, GoogleGeminiProvider } from '@hopper-agent/providers';
|
|
16
16
|
import { allTools } from '@hopper-agent/tools';
|
|
17
17
|
import { createMcpTools } from '@hopper-agent/mcp';
|
|
18
18
|
const VERSION = '0.5.1';
|
|
@@ -1097,11 +1097,12 @@ CRITICAL: Output ONLY the JSON array. No markdown, no explanation, no code fence
|
|
|
1097
1097
|
'3': { name: 'openai', key: 'OPENAI_API_KEY', url: 'OPENAI_URL' },
|
|
1098
1098
|
'4': { name: 'anthropic', key: 'ANTHROPIC_API_KEY', url: 'ANTHROPIC_URL' },
|
|
1099
1099
|
'5': { name: 'google', key: 'GOOGLE_API_KEY', url: 'GOOGLE_URL' },
|
|
1100
|
+
'6': { name: 'ollama', key: 'MODEL_API_KEY', url: 'MODEL_URL' },
|
|
1100
1101
|
};
|
|
1101
1102
|
const entry = providerMap[choice];
|
|
1102
1103
|
if (!entry) {
|
|
1103
|
-
setChannelMessages((prev) => ({ ...prev, [targetChannel]: [...(prev[targetChannel] || []), { role: 'assistant', content: 'Invalid choice. Please enter 1-
|
|
1104
|
-
setMessages((prev) => [...prev, { role: 'assistant', content: 'Invalid choice. Please enter 1-
|
|
1104
|
+
setChannelMessages((prev) => ({ ...prev, [targetChannel]: [...(prev[targetChannel] || []), { role: 'assistant', content: 'Invalid choice. Please enter 1-6.\n 1) local\n 2) openrouter\n 3) openai\n 4) anthropic\n 5) google\n 6) ollama' }] }));
|
|
1105
|
+
setMessages((prev) => [...prev, { role: 'assistant', content: 'Invalid choice. Please enter 1-6.\n 1) local\n 2) openrouter\n 3) openai\n 4) anthropic\n 5) google\n 6) ollama' }]);
|
|
1105
1106
|
return;
|
|
1106
1107
|
}
|
|
1107
1108
|
const updates = { MODEL_PROVIDER: entry.name };
|
|
@@ -1111,9 +1112,10 @@ CRITICAL: Output ONLY the JSON array. No markdown, no explanation, no code fence
|
|
|
1111
1112
|
: entry.name === 'google' ? 'https://generativelanguage.googleapis.com/v1beta'
|
|
1112
1113
|
: `https://api.${entry.name}.com/v1`;
|
|
1113
1114
|
settingsMgr.current.update(updates);
|
|
1114
|
-
if (entry.name === '
|
|
1115
|
-
|
|
1116
|
-
|
|
1115
|
+
if (entry.name === 'ollama') {
|
|
1116
|
+
// Ollama doesn't need API key — skip to URL
|
|
1117
|
+
wizardRef.current = { phase: 'url', provider: entry.name };
|
|
1118
|
+
pushToChannel(targetChannel, `${entry.name}: What is your Ollama API URL?\n Default: http://localhost:11434/v1\n (Press Enter for default):`);
|
|
1117
1119
|
}
|
|
1118
1120
|
else {
|
|
1119
1121
|
wizardRef.current = { phase: 'apiKey', provider: entry.name };
|
|
@@ -1122,7 +1124,7 @@ CRITICAL: Output ONLY the JSON array. No markdown, no explanation, no code fence
|
|
|
1122
1124
|
return;
|
|
1123
1125
|
}
|
|
1124
1126
|
if (wizard.phase === 'apiKey') {
|
|
1125
|
-
const keyName = wizard.provider === 'local' ? 'MODEL_API_KEY'
|
|
1127
|
+
const keyName = wizard.provider === 'local' || wizard.provider === 'ollama' ? 'MODEL_API_KEY'
|
|
1126
1128
|
: wizard.provider === 'openrouter' ? 'OPENROUTER_API_KEY'
|
|
1127
1129
|
: wizard.provider === 'openai' ? 'OPENAI_API_KEY'
|
|
1128
1130
|
: wizard.provider === 'google' ? 'GOOGLE_API_KEY'
|
|
@@ -1132,6 +1134,11 @@ CRITICAL: Output ONLY the JSON array. No markdown, no explanation, no code fence
|
|
|
1132
1134
|
wizardRef.current = { phase: 'url', provider: wizard.provider };
|
|
1133
1135
|
pushToChannel(targetChannel, `API key configured.\nWhat is your local API URL?\n Default: http://localhost:8080/v1\n (Press Enter for default):`);
|
|
1134
1136
|
}
|
|
1137
|
+
else if (wizard.provider === 'ollama') {
|
|
1138
|
+
settingsMgr.current.update({ MODEL_URL: 'http://localhost:11434/v1' });
|
|
1139
|
+
wizardRef.current = { phase: 'model', provider: wizard.provider };
|
|
1140
|
+
pushToChannel(targetChannel, `URL configured: http://localhost:11434/v1\nWhich model do you want to use?\n Examples: llama3.3, mistral, phi3, qwen2.5\n Enter model name:`);
|
|
1141
|
+
}
|
|
1135
1142
|
else if (wizard.provider === 'google') {
|
|
1136
1143
|
wizardRef.current = { phase: 'model', provider: wizard.provider };
|
|
1137
1144
|
pushToChannel(targetChannel, `API key configured.\nWhich model do you want to use?\n Examples: gemini-2.5-flash, gemini-2.5-pro, gemini-2.0-flash\n Enter model name:`);
|
|
@@ -1143,10 +1150,14 @@ CRITICAL: Output ONLY the JSON array. No markdown, no explanation, no code fence
|
|
|
1143
1150
|
return;
|
|
1144
1151
|
}
|
|
1145
1152
|
if (wizard.phase === 'url') {
|
|
1146
|
-
const
|
|
1153
|
+
const defaultUrl = wizard.provider === 'ollama' ? 'http://localhost:11434/v1' : 'http://localhost:8080/v1';
|
|
1154
|
+
const url = input || defaultUrl;
|
|
1147
1155
|
settingsMgr.current.update({ MODEL_URL: url });
|
|
1156
|
+
const modelExamples = wizard.provider === 'ollama'
|
|
1157
|
+
? 'llama3.3, mistral, phi3, qwen2.5'
|
|
1158
|
+
: 'claude-sonnet-4-6, gpt-4o, o1, llama-3.1-405b';
|
|
1148
1159
|
wizardRef.current = { phase: 'model', provider: wizard.provider };
|
|
1149
|
-
pushToChannel(targetChannel, `URL configured: ${url}\nWhich model do you want to use?\n Examples:
|
|
1160
|
+
pushToChannel(targetChannel, `URL configured: ${url}\nWhich model do you want to use?\n Examples: ${modelExamples}\n Enter model name:`);
|
|
1150
1161
|
return;
|
|
1151
1162
|
}
|
|
1152
1163
|
if (wizard.phase === 'model') {
|
|
@@ -1249,6 +1260,7 @@ CRITICAL: Output ONLY the JSON array. No markdown, no explanation, no code fence
|
|
|
1249
1260
|
});
|
|
1250
1261
|
channelTurnLoops.set(targetChannel, loop);
|
|
1251
1262
|
}
|
|
1263
|
+
loopRef.current = loop;
|
|
1252
1264
|
const channelMsgs = channelMessages[targetChannel] || [];
|
|
1253
1265
|
setChannelMessages((prev) => ({
|
|
1254
1266
|
...prev,
|
|
@@ -1416,6 +1428,7 @@ CRITICAL: Output ONLY the JSON array. No markdown, no explanation, no code fence
|
|
|
1416
1428
|
unsubs.forEach(u => u());
|
|
1417
1429
|
toolGroupIndexRef.current = null;
|
|
1418
1430
|
busyRef.current = false;
|
|
1431
|
+
loopRef.current = null;
|
|
1419
1432
|
setStatus('idle');
|
|
1420
1433
|
// Route response back to Telegram if this is a Telegram channel
|
|
1421
1434
|
const telegramChatId = channelRouter.getTelegramChatId(targetChannel);
|
|
@@ -1654,20 +1667,21 @@ function createProvider(settings) {
|
|
|
1654
1667
|
const p = new AnthropicProvider(orKey, orUrl);
|
|
1655
1668
|
return { name: 'openrouter', stream: p.stream.bind(p), check: p.check.bind(p) };
|
|
1656
1669
|
}
|
|
1657
|
-
if (providerName === 'local') {
|
|
1658
|
-
const
|
|
1670
|
+
if (providerName === 'ollama' || providerName === 'local') {
|
|
1671
|
+
const key = (typeof settings.MODEL_API_KEY === 'string' ? settings.MODEL_API_KEY.trim() : '') ||
|
|
1659
1672
|
process.env.MODEL_API_KEY ||
|
|
1660
1673
|
'';
|
|
1661
|
-
const
|
|
1674
|
+
const url = (typeof settings.MODEL_URL === 'string' ? settings.MODEL_URL.trim() : '') ||
|
|
1662
1675
|
process.env.MODEL_URL ||
|
|
1663
1676
|
'';
|
|
1664
|
-
if (!
|
|
1665
|
-
console.error('hopper-agent: no local provider
|
|
1666
|
-
' Run `hopper-agent` and use `/init` to configure, or set "
|
|
1677
|
+
if (!url) {
|
|
1678
|
+
console.error('hopper-agent: no local provider URL configured.\n' +
|
|
1679
|
+
' Run `hopper-agent` and use `/init` to configure, or set "MODEL_URL" in ~/.hopper-agent/settings.json.');
|
|
1667
1680
|
return null;
|
|
1668
1681
|
}
|
|
1669
|
-
const p = new
|
|
1670
|
-
|
|
1682
|
+
const p = new OllamaProvider(key || undefined, url || undefined);
|
|
1683
|
+
const displayName = providerName === 'ollama' ? 'ollama' : 'local';
|
|
1684
|
+
return { name: displayName, stream: p.stream.bind(p), check: p.check.bind(p) };
|
|
1671
1685
|
}
|
|
1672
1686
|
if (providerName === 'google') {
|
|
1673
1687
|
const googleKey = (typeof settings.GOOGLE_API_KEY === 'string' ? settings.GOOGLE_API_KEY.trim() : '') ||
|