lex-agentic-affect 0.1.10 → 0.1.11
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/legion/extensions/agentic/affect/version.rb +1 -1
- data/lib/legion/extensions/agentic/affect.rb +12 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a8e24392fbd5d72d6ef1ed24b9fc421f14cd3af841ef356fe7792a446061a5a
|
|
4
|
+
data.tar.gz: 8e503df2679078f9439bee743be017c30ee0fb43c41296f9fddcbb1cba9c952b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 959f35b358ac4fb62bcaf4ad1c38f80985597900ad0be727bb33c3bf72eee99582f3a9915f76d27eab5f590cb319d725a779fa5720cb8ce4dc5463a4bbe5918f
|
|
7
|
+
data.tar.gz: 3a8859579c1c1c17b4404f2e586b0212d23a7a04155400a944bae6d2a5f0cfed5e9644ab57ec51085614909988bfd82912407725725e9a46dd8c5bbebdf686a3
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
### Fixed
|
|
6
6
|
- add missing arousal value to evaluate_valence return hash for GAIA drive synthesis
|
|
7
7
|
|
|
8
|
+
## [0.1.11] - 2026-04-15
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Set `mcp_tools?`, `mcp_tools_deferred?`, and `transport_required?` to `false` — this is an internal cognitive pipeline extension, not an LLM-callable tool and does not use AMQP transport directly
|
|
12
|
+
|
|
8
13
|
## [0.1.9] - 2026-03-31
|
|
9
14
|
|
|
10
15
|
### Fixed
|
data/README.md
CHANGED