lex-cognitive-synthesis 0.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.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lex-cognitive-synthesis
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Esity
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: legion-gaia
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :development
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
26
+ description: Cognitive binding engine — combines disparate cognitive streams (emotional,
27
+ perceptual, memorial, predictive) into unified coherent representations for brain-modeled
28
+ agentic AI
29
+ email:
30
+ - matthewdiverson@gmail.com
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - Gemfile
36
+ - lex-cognitive-synthesis.gemspec
37
+ - lib/legion/extensions/cognitive_synthesis.rb
38
+ - lib/legion/extensions/cognitive_synthesis/client.rb
39
+ - lib/legion/extensions/cognitive_synthesis/helpers/constants.rb
40
+ - lib/legion/extensions/cognitive_synthesis/helpers/synthesis.rb
41
+ - lib/legion/extensions/cognitive_synthesis/helpers/synthesis_engine.rb
42
+ - lib/legion/extensions/cognitive_synthesis/helpers/synthesis_stream.rb
43
+ - lib/legion/extensions/cognitive_synthesis/runners/cognitive_synthesis.rb
44
+ - lib/legion/extensions/cognitive_synthesis/version.rb
45
+ - spec/legion/extensions/cognitive_synthesis/client_spec.rb
46
+ - spec/legion/extensions/cognitive_synthesis/helpers/constants_spec.rb
47
+ - spec/legion/extensions/cognitive_synthesis/helpers/synthesis_engine_spec.rb
48
+ - spec/legion/extensions/cognitive_synthesis/helpers/synthesis_spec.rb
49
+ - spec/legion/extensions/cognitive_synthesis/helpers/synthesis_stream_spec.rb
50
+ - spec/legion/extensions/cognitive_synthesis/runners/cognitive_synthesis_spec.rb
51
+ - spec/spec_helper.rb
52
+ homepage: https://github.com/LegionIO/lex-cognitive-synthesis
53
+ licenses:
54
+ - MIT
55
+ metadata:
56
+ homepage_uri: https://github.com/LegionIO/lex-cognitive-synthesis
57
+ source_code_uri: https://github.com/LegionIO/lex-cognitive-synthesis
58
+ documentation_uri: https://github.com/LegionIO/lex-cognitive-synthesis
59
+ changelog_uri: https://github.com/LegionIO/lex-cognitive-synthesis
60
+ bug_tracker_uri: https://github.com/LegionIO/lex-cognitive-synthesis/issues
61
+ rubygems_mfa_required: 'true'
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '3.4'
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubygems_version: 3.6.9
77
+ specification_version: 4
78
+ summary: LEX Cognitive Synthesis
79
+ test_files: []