@inline-chat/hermes-agent-adapter 0.0.5 → 0.0.6
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/README.md +36 -12
- package/dist/install.js +108 -7
- package/package.json +4 -4
- package/plugin/inline/adapter.py +657 -41
- package/plugin/inline/plugin.yaml +2 -2
- package/plugin/inline/sidecar/index.mjs +9457 -3279
- package/plugin/inline/tools.py +58 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: inline-platform
|
|
2
2
|
label: Inline
|
|
3
3
|
kind: platform
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
description: >
|
|
6
6
|
Inline platform adapter for Hermes Agent. The adapter runs as a native
|
|
7
7
|
Hermes Python platform plugin and supervises a local Node sidecar that uses
|
|
@@ -63,7 +63,7 @@ optional_env:
|
|
|
63
63
|
prompt: "Allowed group sender ids"
|
|
64
64
|
password: false
|
|
65
65
|
- name: INLINE_REQUIRE_MENTION
|
|
66
|
-
description: "Require a mention/wake word in group chats. Replies to the bot and
|
|
66
|
+
description: "Require a mention/wake word in group chats. Replies to the bot and dialogs already marked FOLLOWING can continue without one unless strict mention is enabled (default true)."
|
|
67
67
|
prompt: "Require group mention? (true/false)"
|
|
68
68
|
password: false
|
|
69
69
|
- name: INLINE_STRICT_MENTION
|