emergent-translator 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl
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.
- emergent_translator/__init__.py +1 -1
- emergent_translator-1.1.1.dist-info/METADATA +248 -0
- {emergent_translator-1.1.0.dist-info → emergent_translator-1.1.1.dist-info}/RECORD +7 -7
- emergent_translator-1.1.0.dist-info/METADATA +0 -568
- {emergent_translator-1.1.0.dist-info → emergent_translator-1.1.1.dist-info}/WHEEL +0 -0
- {emergent_translator-1.1.0.dist-info → emergent_translator-1.1.1.dist-info}/entry_points.txt +0 -0
- {emergent_translator-1.1.0.dist-info → emergent_translator-1.1.1.dist-info}/licenses/LICENSE +0 -0
- {emergent_translator-1.1.0.dist-info → emergent_translator-1.1.1.dist-info}/top_level.txt +0 -0
emergent_translator/__init__.py
CHANGED
|
@@ -32,7 +32,7 @@ from .format_handlers import (
|
|
|
32
32
|
|
|
33
33
|
from .emergent_symbols import EmergentSymbolEncoder
|
|
34
34
|
|
|
35
|
-
__version__ = "1.1.
|
|
35
|
+
__version__ = "1.1.1"
|
|
36
36
|
__author__ = "Emergent Language Team"
|
|
37
37
|
__email__ = "hello@emergentlanguage.ai"
|
|
38
38
|
__description__ = "60x compression efficiency for AI communication"
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: emergent-translator
|
|
3
|
+
Version: 1.1.1
|
|
4
|
+
Summary: 60x compression efficiency for AI communication through emergent language translation
|
|
5
|
+
Author-email: Emergent Language Team <hello@emergentlanguage.ai>
|
|
6
|
+
Maintainer-email: Emergent Language Team <hello@emergentlanguage.ai>
|
|
7
|
+
License-Expression: GPL-3.0-or-later
|
|
8
|
+
Project-URL: Homepage, https://emergentlanguage.ai
|
|
9
|
+
Project-URL: GitHub, https://github.com/maco144/emergent-language
|
|
10
|
+
Project-URL: Documentation, https://github.com/maco144/emergent-language/wiki
|
|
11
|
+
Project-URL: Repository, https://github.com/maco144/emergent-language.git
|
|
12
|
+
Project-URL: Bug Tracker, https://github.com/maco144/emergent-language/issues
|
|
13
|
+
Project-URL: Changelog, https://github.com/maco144/emergent-language/releases
|
|
14
|
+
Project-URL: API Docs, http://149.28.33.118:8001/docs
|
|
15
|
+
Project-URL: Live Demo, http://149.28.33.118:8001
|
|
16
|
+
Keywords: ai,compression,emergent-language,api,translation,efficiency,machine-learning,natural-language-processing
|
|
17
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
18
|
+
Classifier: Intended Audience :: Developers
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
21
|
+
Classifier: Topic :: Communications
|
|
22
|
+
Classifier: Programming Language :: Python :: 3
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
27
|
+
Classifier: Operating System :: OS Independent
|
|
28
|
+
Requires-Python: >=3.9
|
|
29
|
+
Description-Content-Type: text/markdown
|
|
30
|
+
License-File: LICENSE
|
|
31
|
+
Requires-Dist: fastapi>=0.100.0
|
|
32
|
+
Requires-Dist: uvicorn[standard]>=0.23.0
|
|
33
|
+
Requires-Dist: python-multipart>=0.0.6
|
|
34
|
+
Requires-Dist: websockets>=11.0
|
|
35
|
+
Requires-Dist: python-dotenv>=1.0.0
|
|
36
|
+
Requires-Dist: pydantic>=2.0.0
|
|
37
|
+
Requires-Dist: httpx>=0.24.0
|
|
38
|
+
Requires-Dist: aiofiles>=23.0.0
|
|
39
|
+
Requires-Dist: psutil>=5.9.0
|
|
40
|
+
Requires-Dist: openai>=1.0.0
|
|
41
|
+
Provides-Extra: dev
|
|
42
|
+
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
43
|
+
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
|
|
44
|
+
Requires-Dist: pytest-cov>=4.0; extra == "dev"
|
|
45
|
+
Requires-Dist: black>=23.0; extra == "dev"
|
|
46
|
+
Requires-Dist: isort>=5.12; extra == "dev"
|
|
47
|
+
Requires-Dist: flake8>=6.0; extra == "dev"
|
|
48
|
+
Requires-Dist: mypy>=1.0; extra == "dev"
|
|
49
|
+
Requires-Dist: pre-commit>=3.0; extra == "dev"
|
|
50
|
+
Requires-Dist: pyyaml>=6.0; extra == "dev"
|
|
51
|
+
Provides-Extra: monitoring
|
|
52
|
+
Requires-Dist: structlog>=23.0.0; extra == "monitoring"
|
|
53
|
+
Requires-Dist: prometheus-fastapi-instrumentator>=6.0.0; extra == "monitoring"
|
|
54
|
+
Provides-Extra: formats
|
|
55
|
+
Requires-Dist: pyyaml>=6.0; extra == "formats"
|
|
56
|
+
Requires-Dist: msgpack>=1.0; extra == "formats"
|
|
57
|
+
Requires-Dist: protobuf>=4.0; extra == "formats"
|
|
58
|
+
Requires-Dist: pyarrow>=12.0; extra == "formats"
|
|
59
|
+
Requires-Dist: tomli>=2.0; python_version < "3.11" and extra == "formats"
|
|
60
|
+
Requires-Dist: tomli_w>=1.0; extra == "formats"
|
|
61
|
+
Requires-Dist: pymongo>=4.0; extra == "formats"
|
|
62
|
+
Requires-Dist: cbor2>=5.0; extra == "formats"
|
|
63
|
+
Requires-Dist: openpyxl>=3.1; extra == "formats"
|
|
64
|
+
Provides-Extra: examples
|
|
65
|
+
Requires-Dist: langchain>=0.0.300; extra == "examples"
|
|
66
|
+
Requires-Dist: crewai>=0.1.0; extra == "examples"
|
|
67
|
+
Requires-Dist: jupyter>=1.0.0; extra == "examples"
|
|
68
|
+
Requires-Dist: matplotlib>=3.0.0; extra == "examples"
|
|
69
|
+
Dynamic: license-file
|
|
70
|
+
|
|
71
|
+
# Emergent Language Translator
|
|
72
|
+
|
|
73
|
+
**High-performance binary encoding for AI agent communication**
|
|
74
|
+
|
|
75
|
+
[](https://pypi.org/project/emergent-translator/)
|
|
76
|
+
[](https://pypi.org/project/emergent-translator/)
|
|
77
|
+
[]()
|
|
78
|
+
[](LICENSE)
|
|
79
|
+
|
|
80
|
+
Emergent Language Translator compresses structured AI messages into a compact binary format using learned codebooks, common-key dictionaries, and zlib. Batch encoding amortizes header overhead across messages — the more you batch, the better the ratio.
|
|
81
|
+
|
|
82
|
+
## Quick Start
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
pip install emergent-translator
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
```python
|
|
89
|
+
from emergent_translator import BatchEncoder
|
|
90
|
+
|
|
91
|
+
encoder = BatchEncoder()
|
|
92
|
+
|
|
93
|
+
# Encode a batch of agent messages
|
|
94
|
+
messages = [
|
|
95
|
+
{"role": "user", "content": "analyze market trends", "priority": "high"},
|
|
96
|
+
{"role": "assistant", "content": "Starting analysis", "status": "active"},
|
|
97
|
+
{"role": "system", "content": "Agent coordinator online", "version": "1.0"},
|
|
98
|
+
]
|
|
99
|
+
|
|
100
|
+
result = encoder.encode_batch(messages)
|
|
101
|
+
print(f"{len(messages)} messages: 226 bytes JSON -> {len(result.payload)} bytes binary")
|
|
102
|
+
# 3 messages: 226 bytes JSON -> 141 bytes (38% reduction)
|
|
103
|
+
|
|
104
|
+
# Perfect round-trip reconstruction
|
|
105
|
+
decoded = encoder.decode_batch(result.payload)
|
|
106
|
+
assert decoded == messages
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
## Compression Results
|
|
110
|
+
|
|
111
|
+
The batch encoder uses a binary wire format with common-key/value dictionaries and zlib compression. Efficiency improves with batch size:
|
|
112
|
+
|
|
113
|
+
| Workload | JSON Size | Encoded Size | Reduction |
|
|
114
|
+
|----------|-----------|-------------|-----------|
|
|
115
|
+
| 3 agent messages | 226 bytes | 141 bytes | 38% |
|
|
116
|
+
| 10 agent messages | 750 bytes | 112 bytes | **85%** |
|
|
117
|
+
| 50 agent messages | 4,880 bytes | 286 bytes | **94%** |
|
|
118
|
+
|
|
119
|
+
Encoding speed: sub-millisecond (0.2ms typical).
|
|
120
|
+
|
|
121
|
+
## Binary Format
|
|
122
|
+
|
|
123
|
+
All payloads start with magic bytes `\xE7\xB0` followed by a version byte:
|
|
124
|
+
|
|
125
|
+
```
|
|
126
|
+
v1/v2: MAGIC(2) + VERSION(1) + COUNT(2) + FLAGS(1) + PAYLOAD + CRC32(4)
|
|
127
|
+
v3: MAGIC(2) + VERSION(1) + COUNT(2) + FLAGS(1) + CB_VERSION(2) + CB_LEN(2) + [CODEBOOK] + PAYLOAD + CRC32(4)
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
Common keys (`role`, `content`, `action`, `status`, `priority`, ...) and values (`user`, `assistant`, `system`, `high`, `low`, ...) are encoded as single-byte tokens. Remaining data is zlib-compressed.
|
|
131
|
+
|
|
132
|
+
## Adaptive Codebooks
|
|
133
|
+
|
|
134
|
+
The static dictionaries cover common AI communication patterns. For domain-specific traffic, train a codebook that learns your most frequent keys and values:
|
|
135
|
+
|
|
136
|
+
```python
|
|
137
|
+
from emergent_translator import AdaptiveCodebook, BatchEncoder
|
|
138
|
+
|
|
139
|
+
# Train on observed traffic
|
|
140
|
+
codebook = AdaptiveCodebook()
|
|
141
|
+
for msg in training_messages:
|
|
142
|
+
codebook.observe(msg)
|
|
143
|
+
codebook.rebuild(min_freq=5)
|
|
144
|
+
|
|
145
|
+
# Encode with learned codebook (v3 format, codebook embedded in payload)
|
|
146
|
+
encoder = BatchEncoder()
|
|
147
|
+
result = encoder.encode_batch(messages, codebook=codebook.active)
|
|
148
|
+
decoded = encoder.decode_batch(result.payload) # codebook auto-extracted
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
Train a codebook from synthetic data:
|
|
152
|
+
```bash
|
|
153
|
+
python scripts/train_codebook.py --messages 50000 --benchmark
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
## Multi-Format Support
|
|
157
|
+
|
|
158
|
+
Parse and serialize 13+ formats, then compress through the batch encoder:
|
|
159
|
+
|
|
160
|
+
```python
|
|
161
|
+
from emergent_translator import detect_format, get_handler, BatchEncoder
|
|
162
|
+
|
|
163
|
+
fmt = detect_format("data.csv") # "csv"
|
|
164
|
+
parse_fn, serialize_fn = get_handler(fmt)
|
|
165
|
+
records = parse_fn(open("data.csv").read())
|
|
166
|
+
|
|
167
|
+
encoder = BatchEncoder()
|
|
168
|
+
result = encoder.encode_batch(records)
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
Supported: JSON, CSV, JSONL, YAML, TOML, INI, XML, MessagePack, Protobuf, Parquet, Arrow, BSON, CBOR, XLSX.
|
|
172
|
+
|
|
173
|
+
## GPU Batch Encoder
|
|
174
|
+
|
|
175
|
+
For higher throughput, use the GPU-accelerated encoder (falls back to CPU with ThreadPoolExecutor if CuPy is unavailable):
|
|
176
|
+
|
|
177
|
+
```python
|
|
178
|
+
from emergent_translator import GPUBatchEncoder
|
|
179
|
+
|
|
180
|
+
gpu_encoder = GPUBatchEncoder(num_workers=8)
|
|
181
|
+
result = gpu_encoder.encode_batch(messages)
|
|
182
|
+
decoded = gpu_encoder.decode_batch(result.payload)
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
## LLM Token Savings
|
|
186
|
+
|
|
187
|
+
Two complementary modules for reducing token usage with LLMs like Claude:
|
|
188
|
+
|
|
189
|
+
### Code Skeletonization
|
|
190
|
+
|
|
191
|
+
Strip Python files to signatures + docstrings. Feed Claude the *structure* without paying for implementation lines:
|
|
192
|
+
|
|
193
|
+
```python
|
|
194
|
+
from emergent_translator import skeletonize_file
|
|
195
|
+
|
|
196
|
+
result = skeletonize_file("my_module.py", focal=["important_func"])
|
|
197
|
+
print(f"{result.original_tokens} -> {result.skeleton_tokens} tokens "
|
|
198
|
+
f"({result.token_reduction_pct:.0f}% reduction)")
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
### Claude Text Compression
|
|
202
|
+
|
|
203
|
+
Compress keys and values in structured data flowing through Claude API conversations:
|
|
204
|
+
|
|
205
|
+
```python
|
|
206
|
+
from emergent_translator import ClaudeCompressor
|
|
207
|
+
|
|
208
|
+
compressor = ClaudeCompressor()
|
|
209
|
+
system = compressor.system_prompt_prefix() + "\n\nYour prompt..."
|
|
210
|
+
compressed_msgs = compressor.compress_messages(messages)
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
## Project Structure
|
|
214
|
+
|
|
215
|
+
```
|
|
216
|
+
src/emergent_translator/ # pip-installable package
|
|
217
|
+
batch_encoder.py # v1 batch encoder (encode/decode)
|
|
218
|
+
gpu_batch_encoder.py # v2 GPU-accelerated encoder
|
|
219
|
+
adaptive_codebook.py # v3 learned codebooks
|
|
220
|
+
format_handlers.py # 13+ format parsers
|
|
221
|
+
emergent_symbols.py # symbol encoder
|
|
222
|
+
api_server.py # FastAPI server
|
|
223
|
+
cli.py # CLI tool
|
|
224
|
+
scripts/ # benchmarks, stress tests, workers
|
|
225
|
+
tests/ # 535 tests
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
## Development
|
|
229
|
+
|
|
230
|
+
```bash
|
|
231
|
+
git clone https://github.com/maco144/emergent-language
|
|
232
|
+
cd emergent-language
|
|
233
|
+
pip install -e ".[dev,formats]"
|
|
234
|
+
python -m pytest tests/ -v
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
## Docker
|
|
238
|
+
|
|
239
|
+
```bash
|
|
240
|
+
docker build -t emergent-translator .
|
|
241
|
+
docker run -p 8000:8000 emergent-translator
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
## License
|
|
245
|
+
|
|
246
|
+
GPL-3.0-or-later. See [LICENSE](LICENSE) for details.
|
|
247
|
+
|
|
248
|
+
Commercial licensing available — see [COMMERCIAL_LICENSE.md](COMMERCIAL_LICENSE.md).
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
emergent_translator/__init__.py,sha256=
|
|
1
|
+
emergent_translator/__init__.py,sha256=ELCOyFdo-GdKGj0_2Z7c9x0E75w0ZtVaG-tO86sWkZg,4067
|
|
2
2
|
emergent_translator/adaptive_codebook.py,sha256=NBq_G8UBXNHSyR_4Wm8GlPwo_8OaH7zIBWmcZDKRf_0,12038
|
|
3
3
|
emergent_translator/api_server.py,sha256=C2Ei9eF9jGui21M4uR2IuejvyUgRvslY0OzBGWQ68eY,179861
|
|
4
4
|
emergent_translator/batch_encoder.py,sha256=KX6Zc2_rIuNQJp-KBnY_Ijew6CbhuP_ObzmzbBC5UZk,21205
|
|
@@ -15,9 +15,9 @@ emergent_translator/gpu_batch_encoder.py,sha256=YuLmWURDshi9igp8d06X8O58AetMCnov
|
|
|
15
15
|
emergent_translator/intelligent_router.py,sha256=2cnZf_rlEoE-D17jzqs-v8EIiqtIi34xv4G4FTemDRM,17415
|
|
16
16
|
emergent_translator/metrics.py,sha256=F4xj6qi4XBsUp2TopS68q4k1_4opkMliAZlk9VQd49U,14540
|
|
17
17
|
emergent_translator/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
|
-
emergent_translator-1.1.
|
|
19
|
-
emergent_translator-1.1.
|
|
20
|
-
emergent_translator-1.1.
|
|
21
|
-
emergent_translator-1.1.
|
|
22
|
-
emergent_translator-1.1.
|
|
23
|
-
emergent_translator-1.1.
|
|
18
|
+
emergent_translator-1.1.1.dist-info/licenses/LICENSE,sha256=uswOPRuMwPRatq42_PG7ae5pDpjzOoQ7_TuXlhDICFw,3187
|
|
19
|
+
emergent_translator-1.1.1.dist-info/METADATA,sha256=_DA_Gka0dUZAzaVMf5cvIklDYAsfMWd741IRO8PMOzI,9118
|
|
20
|
+
emergent_translator-1.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
21
|
+
emergent_translator-1.1.1.dist-info/entry_points.txt,sha256=ui2kUgcyihgBbBYAuTd613RYNsNPLGMHrhdes9kuTB0,69
|
|
22
|
+
emergent_translator-1.1.1.dist-info/top_level.txt,sha256=nu3U-Ph7rgKP_kxQko0AVG-jyA3_gFR8_SHlyuxNtGE,20
|
|
23
|
+
emergent_translator-1.1.1.dist-info/RECORD,,
|
|
@@ -1,568 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: emergent-translator
|
|
3
|
-
Version: 1.1.0
|
|
4
|
-
Summary: 60x compression efficiency for AI communication through emergent language translation
|
|
5
|
-
Author-email: Emergent Language Team <hello@emergentlanguage.ai>
|
|
6
|
-
Maintainer-email: Emergent Language Team <hello@emergentlanguage.ai>
|
|
7
|
-
License-Expression: GPL-3.0-or-later
|
|
8
|
-
Project-URL: Homepage, https://emergentlanguage.ai
|
|
9
|
-
Project-URL: GitHub, https://github.com/maco144/emergent-language
|
|
10
|
-
Project-URL: Documentation, https://github.com/maco144/emergent-language/wiki
|
|
11
|
-
Project-URL: Repository, https://github.com/maco144/emergent-language.git
|
|
12
|
-
Project-URL: Bug Tracker, https://github.com/maco144/emergent-language/issues
|
|
13
|
-
Project-URL: Changelog, https://github.com/maco144/emergent-language/releases
|
|
14
|
-
Project-URL: API Docs, http://149.28.33.118:8001/docs
|
|
15
|
-
Project-URL: Live Demo, http://149.28.33.118:8001
|
|
16
|
-
Keywords: ai,compression,emergent-language,api,translation,efficiency,machine-learning,natural-language-processing
|
|
17
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
18
|
-
Classifier: Intended Audience :: Developers
|
|
19
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
-
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
21
|
-
Classifier: Topic :: Communications
|
|
22
|
-
Classifier: Programming Language :: Python :: 3
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
25
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
26
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
27
|
-
Classifier: Operating System :: OS Independent
|
|
28
|
-
Requires-Python: >=3.9
|
|
29
|
-
Description-Content-Type: text/markdown
|
|
30
|
-
License-File: LICENSE
|
|
31
|
-
Requires-Dist: fastapi>=0.100.0
|
|
32
|
-
Requires-Dist: uvicorn[standard]>=0.23.0
|
|
33
|
-
Requires-Dist: python-multipart>=0.0.6
|
|
34
|
-
Requires-Dist: websockets>=11.0
|
|
35
|
-
Requires-Dist: python-dotenv>=1.0.0
|
|
36
|
-
Requires-Dist: pydantic>=2.0.0
|
|
37
|
-
Requires-Dist: httpx>=0.24.0
|
|
38
|
-
Requires-Dist: aiofiles>=23.0.0
|
|
39
|
-
Requires-Dist: psutil>=5.9.0
|
|
40
|
-
Requires-Dist: openai>=1.0.0
|
|
41
|
-
Provides-Extra: dev
|
|
42
|
-
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
43
|
-
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
|
|
44
|
-
Requires-Dist: pytest-cov>=4.0; extra == "dev"
|
|
45
|
-
Requires-Dist: black>=23.0; extra == "dev"
|
|
46
|
-
Requires-Dist: isort>=5.12; extra == "dev"
|
|
47
|
-
Requires-Dist: flake8>=6.0; extra == "dev"
|
|
48
|
-
Requires-Dist: mypy>=1.0; extra == "dev"
|
|
49
|
-
Requires-Dist: pre-commit>=3.0; extra == "dev"
|
|
50
|
-
Requires-Dist: pyyaml>=6.0; extra == "dev"
|
|
51
|
-
Provides-Extra: monitoring
|
|
52
|
-
Requires-Dist: structlog>=23.0.0; extra == "monitoring"
|
|
53
|
-
Requires-Dist: prometheus-fastapi-instrumentator>=6.0.0; extra == "monitoring"
|
|
54
|
-
Provides-Extra: formats
|
|
55
|
-
Requires-Dist: pyyaml>=6.0; extra == "formats"
|
|
56
|
-
Requires-Dist: msgpack>=1.0; extra == "formats"
|
|
57
|
-
Requires-Dist: protobuf>=4.0; extra == "formats"
|
|
58
|
-
Requires-Dist: pyarrow>=12.0; extra == "formats"
|
|
59
|
-
Requires-Dist: tomli>=2.0; python_version < "3.11" and extra == "formats"
|
|
60
|
-
Requires-Dist: tomli_w>=1.0; extra == "formats"
|
|
61
|
-
Requires-Dist: pymongo>=4.0; extra == "formats"
|
|
62
|
-
Requires-Dist: cbor2>=5.0; extra == "formats"
|
|
63
|
-
Requires-Dist: openpyxl>=3.1; extra == "formats"
|
|
64
|
-
Provides-Extra: examples
|
|
65
|
-
Requires-Dist: langchain>=0.0.300; extra == "examples"
|
|
66
|
-
Requires-Dist: crewai>=0.1.0; extra == "examples"
|
|
67
|
-
Requires-Dist: jupyter>=1.0.0; extra == "examples"
|
|
68
|
-
Requires-Dist: matplotlib>=3.0.0; extra == "examples"
|
|
69
|
-
Dynamic: license-file
|
|
70
|
-
|
|
71
|
-
# 🌐 Emergent Language Translator
|
|
72
|
-
|
|
73
|
-
**Transform AI Communication with 60x Compression Efficiency**
|
|
74
|
-
|
|
75
|
-
[](http://149.28.33.118:8001/health)
|
|
76
|
-
[](https://github.com/maco144/emergent-language/pkgs/container/emergent-language-translator)
|
|
77
|
-
[](https://pypi.org/project/emergent-translator/)
|
|
78
|
-
[-blue)](LICENSE)
|
|
79
|
-
[](https://emergentlanguage.ai)
|
|
80
|
-
|
|
81
|
-
> Bridge the gap between traditional AI communication and emergent language protocols with revolutionary compression efficiency.
|
|
82
|
-
|
|
83
|
-
## ⚡ **Live Demo API**
|
|
84
|
-
|
|
85
|
-
**Try it now:** [http://149.28.33.118:8001/docs](http://149.28.33.118:8001/docs) - Interactive API playground
|
|
86
|
-
|
|
87
|
-
```bash
|
|
88
|
-
# Test the live API
|
|
89
|
-
curl -X POST "http://149.28.33.118:8001/translate" \
|
|
90
|
-
-H "Content-Type: application/json" \
|
|
91
|
-
-H "Authorization: Bearer eudaimonia-translator-demo" \
|
|
92
|
-
-d '{"data": {"message": "Hello AI world!"}, "source_format": "json"}'
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
## 🎯 **What This Solves**
|
|
96
|
-
|
|
97
|
-
**The Problem:** AI systems waste massive bandwidth and processing power with verbose communication formats.
|
|
98
|
-
|
|
99
|
-
**The Solution:** Emergent Language Translator provides 60x compression efficiency while maintaining full semantic meaning.
|
|
100
|
-
|
|
101
|
-
### **Before vs After**
|
|
102
|
-
|
|
103
|
-
| Traditional JSON | Emergent Symbols | Compression |
|
|
104
|
-
|------------------|------------------|-------------|
|
|
105
|
-
| Simple task object (89 bytes) | `θ↓ 150 [ANALYSIS] proc_7f3a` (16 bytes) | **82% reduction** |
|
|
106
|
-
| **Complex AI framework data (887 bytes)** | **Emergent symbols (104 bytes)** | **🚀 88.27% efficiency!** |
|
|
107
|
-
| Ultra-complex nested objects (1KB+) | Ultra-compact symbol sequences (16 bytes) | **Up to 60x efficiency** |
|
|
108
|
-
|
|
109
|
-
## 🧪 **Live Symbol Demonstration**
|
|
110
|
-
|
|
111
|
-
Here's a **real compression** performed by our API showing actual emergent language symbols:
|
|
112
|
-
|
|
113
|
-
### **Complex AI Framework Data (887 bytes):**
|
|
114
|
-
```json
|
|
115
|
-
{
|
|
116
|
-
"ai_framework_integration": {
|
|
117
|
-
"langchain": {
|
|
118
|
-
"tools": ["compression_tool", "decompression_tool"],
|
|
119
|
-
"chains": ["sequential", "parallel"],
|
|
120
|
-
"memory": ["buffer", "conversation"],
|
|
121
|
-
"embeddings": ["openai", "huggingface"]
|
|
122
|
-
},
|
|
123
|
-
"crewai": {
|
|
124
|
-
"agents": ["researcher", "writer", "reviewer"],
|
|
125
|
-
"tasks": ["research", "write", "review"],
|
|
126
|
-
"tools": ["web_search", "file_read", "compression"]
|
|
127
|
-
},
|
|
128
|
-
"performance_metrics": {
|
|
129
|
-
"compression_ratio": 0.016,
|
|
130
|
-
"latency_ms": 2.3,
|
|
131
|
-
"throughput_ops_per_sec": 1250
|
|
132
|
-
},
|
|
133
|
-
"deployment_options": {
|
|
134
|
-
"docker": {"image": "emergent-translator:latest"},
|
|
135
|
-
"kubernetes": {"replicas": 3, "autoscaling": true},
|
|
136
|
-
"cloud": ["aws", "gcp", "azure"]
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
### **Compressed Emergent Symbols (104 bytes):**
|
|
143
|
-
```
|
|
144
|
-
Hex: ae 05 00 c1 7b 22 61 69 5f 66 72 61 6d 65 77 6f 72 6b 5f 69 6e 74...
|
|
145
|
-
Base64: rgUAwXsiYWlfZnJhbWV3b3JrX2ludGVncmF0aW9uIjogeyJsYW5nY2hhaW4i...
|
|
146
|
-
Symbol Families: [mock]
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
### **🎯 Compression Results:**
|
|
150
|
-
- **Original Size:** 887 bytes
|
|
151
|
-
- **Compressed Size:** 104 bytes
|
|
152
|
-
- **🚀 Efficiency Gain: 88.27%** (8.5x compression!)
|
|
153
|
-
- **Translation Time:** 0.163ms ⚡
|
|
154
|
-
- **Symbol Count:** 1 emergent symbol
|
|
155
|
-
|
|
156
|
-
> 🔬 **Generated live** from our API at `http://149.28.33.118:8001/translate` - try it yourself!
|
|
157
|
-
|
|
158
|
-
### **🎮 Try It Yourself**
|
|
159
|
-
|
|
160
|
-
Test the live API compression with your own data:
|
|
161
|
-
|
|
162
|
-
```bash
|
|
163
|
-
# Create your test data
|
|
164
|
-
echo '{
|
|
165
|
-
"your_data": "Put any JSON structure here",
|
|
166
|
-
"complexity": "The more complex, the better compression",
|
|
167
|
-
"test": true
|
|
168
|
-
}' > my_test.json
|
|
169
|
-
|
|
170
|
-
# Compress it with our API
|
|
171
|
-
curl -X POST "http://149.28.33.118:8001/translate" \
|
|
172
|
-
-H "Content-Type: application/json" \
|
|
173
|
-
-H "Authorization: Bearer eudaimonia-translator-demo" \
|
|
174
|
-
-d @my_test.json
|
|
175
|
-
|
|
176
|
-
# Watch the magic happen! ✨
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
**Result:** You'll see the dramatic size reduction in real-time, with emergent symbols that represent your complex data in an incredibly compact format.
|
|
180
|
-
|
|
181
|
-
## 🚀 **Quick Start**
|
|
182
|
-
|
|
183
|
-
### **1. Install the Python SDK**
|
|
184
|
-
|
|
185
|
-
```bash
|
|
186
|
-
pip install emergent-translator
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
### **2. Basic Usage**
|
|
190
|
-
|
|
191
|
-
```python
|
|
192
|
-
from emergent_translator import TranslatorSDK
|
|
193
|
-
|
|
194
|
-
# Initialize with public API
|
|
195
|
-
sdk = TranslatorSDK("http://149.28.33.118:8001")
|
|
196
|
-
|
|
197
|
-
# Compress any data structure
|
|
198
|
-
data = {"task": "analyze", "data": "market trends", "priority": "high"}
|
|
199
|
-
compressed = sdk.compress(data)
|
|
200
|
-
|
|
201
|
-
print(f"Original: {len(str(data))} bytes")
|
|
202
|
-
print(f"Compressed: {len(compressed)} bytes")
|
|
203
|
-
print(f"Efficiency: {(1 - len(compressed)/len(str(data)))*100:.1f}% reduction")
|
|
204
|
-
|
|
205
|
-
# Decompress back to original
|
|
206
|
-
original = sdk.decompress(compressed)
|
|
207
|
-
assert original == data # Perfect reconstruction
|
|
208
|
-
```
|
|
209
|
-
|
|
210
|
-
### **3. Framework Integration**
|
|
211
|
-
|
|
212
|
-
#### **LangChain**
|
|
213
|
-
```python
|
|
214
|
-
from langchain.tools import tool
|
|
215
|
-
from emergent_translator import TranslatorSDK
|
|
216
|
-
|
|
217
|
-
@tool
|
|
218
|
-
def compress_for_efficiency(data: str) -> str:
|
|
219
|
-
"""Compress data using emergent language for 60x efficiency."""
|
|
220
|
-
sdk = TranslatorSDK()
|
|
221
|
-
compressed = sdk.compress(data)
|
|
222
|
-
return f"Compressed to {len(compressed)} bytes (60x efficiency)"
|
|
223
|
-
```
|
|
224
|
-
|
|
225
|
-
#### **CrewAI**
|
|
226
|
-
```python
|
|
227
|
-
from crewai import Agent
|
|
228
|
-
from emergent_translator import TranslatorSDK
|
|
229
|
-
|
|
230
|
-
class EfficientAgent(Agent):
|
|
231
|
-
def __init__(self):
|
|
232
|
-
self.translator = TranslatorSDK()
|
|
233
|
-
super().__init__(role="efficient_communicator")
|
|
234
|
-
|
|
235
|
-
def communicate(self, message):
|
|
236
|
-
return self.translator.compress(message)
|
|
237
|
-
```
|
|
238
|
-
|
|
239
|
-
#### **OpenAI API Integration**
|
|
240
|
-
```python
|
|
241
|
-
import openai
|
|
242
|
-
from emergent_translator import TranslatorSDK
|
|
243
|
-
|
|
244
|
-
sdk = TranslatorSDK()
|
|
245
|
-
|
|
246
|
-
# Compress prompts for efficiency
|
|
247
|
-
prompt = {"instructions": "Analyze this data", "context": "...large context..."}
|
|
248
|
-
compressed_prompt = sdk.compress(prompt)
|
|
249
|
-
|
|
250
|
-
# Use with OpenAI (saves tokens and costs)
|
|
251
|
-
response = openai.chat.completions.create(
|
|
252
|
-
model="gpt-4",
|
|
253
|
-
messages=[{"role": "user", "content": compressed_prompt}]
|
|
254
|
-
)
|
|
255
|
-
```
|
|
256
|
-
|
|
257
|
-
## 🏗️ **Architecture**
|
|
258
|
-
|
|
259
|
-
```
|
|
260
|
-
External AI Systems → Translator API → Emergent Protocol
|
|
261
|
-
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
|
|
262
|
-
│ Any AI Framework│ │ RESTful API │ │ θ Symbols │
|
|
263
|
-
│ - LangChain │◄──►│ - 60x Compression│◄──►│ - 240 symbols │
|
|
264
|
-
│ - CrewAI │ │ - WebSocket │ │ - 14 families │
|
|
265
|
-
│ - OpenAI API │ │ - Multi-format │ │ - Binary native │
|
|
266
|
-
│ - Custom Systems│ │ - Oracle explain │ │ - Sub-ms speed │
|
|
267
|
-
└─────────────────┘ └──────────────────┘ └─────────────────┘
|
|
268
|
-
```
|
|
269
|
-
|
|
270
|
-
## 📊 **Performance**
|
|
271
|
-
|
|
272
|
-
### **Compression Results** (Live API)
|
|
273
|
-
- **JSON Data**: 907 bytes → 204 bytes (4x compression, 77.5% efficiency)
|
|
274
|
-
- **Natural Language**: 156 bytes → 16 bytes (9x compression, 89.7% efficiency)
|
|
275
|
-
- **Translation Speed**: Sub-millisecond performance (0.11ms average)
|
|
276
|
-
- **Accuracy**: 100% semantic preservation with round-trip verification
|
|
277
|
-
|
|
278
|
-
### **Ecosystem Impact**
|
|
279
|
-
- **Daily Traffic Savings**: 0.5 GB → 0.01 GB (98% reduction)
|
|
280
|
-
- **Network Efficiency**: 60x compression potential for AI communications
|
|
281
|
-
- **Cost Reduction**: Massive savings in bandwidth, storage, and processing
|
|
282
|
-
|
|
283
|
-
## 🔧 **API Endpoints**
|
|
284
|
-
|
|
285
|
-
| Endpoint | Purpose | Example |
|
|
286
|
-
|----------|---------|---------|
|
|
287
|
-
| `POST /translate` | Bidirectional translation | Compress/decompress data |
|
|
288
|
-
| `POST /oracle/explain` | Human-readable explanations | Understand symbol meanings |
|
|
289
|
-
| `POST /oracle/validate` | Translation confidence | Verify semantic preservation |
|
|
290
|
-
| `WebSocket /ws/translate` | Real-time streaming | Live compression |
|
|
291
|
-
| `GET /health` | Service monitoring | API status check |
|
|
292
|
-
| `GET /docs` | Interactive documentation | Try the API |
|
|
293
|
-
|
|
294
|
-
## 🌍 **Deployment Options**
|
|
295
|
-
|
|
296
|
-
### **Docker (Recommended)**
|
|
297
|
-
```bash
|
|
298
|
-
docker run -p 8001:8000 \
|
|
299
|
-
-e OPENROUTER_API_KEY=your-key \
|
|
300
|
-
ghcr.io/maco144/emergent-language-translator:latest
|
|
301
|
-
```
|
|
302
|
-
|
|
303
|
-
### **Railway (One-Click)**
|
|
304
|
-
```bash
|
|
305
|
-
git clone https://github.com/maco144/emergent-language
|
|
306
|
-
cd emergent-language
|
|
307
|
-
railway up
|
|
308
|
-
```
|
|
309
|
-
|
|
310
|
-
### **Kubernetes**
|
|
311
|
-
```bash
|
|
312
|
-
kubectl apply -f deployment/kubernetes/
|
|
313
|
-
```
|
|
314
|
-
|
|
315
|
-
### **Local Development**
|
|
316
|
-
```bash
|
|
317
|
-
git clone https://github.com/maco144/emergent-language
|
|
318
|
-
cd emergent-language
|
|
319
|
-
pip install -r requirements.txt
|
|
320
|
-
python -m uvicorn src.translator.api_server:app --reload
|
|
321
|
-
```
|
|
322
|
-
|
|
323
|
-
## 🧪 **Examples**
|
|
324
|
-
|
|
325
|
-
### **Real-World Use Cases**
|
|
326
|
-
|
|
327
|
-
#### **High-Frequency Trading**
|
|
328
|
-
```python
|
|
329
|
-
# Compress market data for ultra-low latency
|
|
330
|
-
market_data = {
|
|
331
|
-
"symbol": "AAPL",
|
|
332
|
-
"price": 150.25,
|
|
333
|
-
"volume": 1000000,
|
|
334
|
-
"timestamp": "2024-01-15T10:30:00Z"
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
compressed = sdk.compress(market_data, intent="financial")
|
|
338
|
-
# Result: 8 bytes vs 120 bytes (93% reduction)
|
|
339
|
-
```
|
|
340
|
-
|
|
341
|
-
#### **IoT Sensor Networks**
|
|
342
|
-
```python
|
|
343
|
-
# Compress sensor readings for bandwidth-constrained environments
|
|
344
|
-
sensor_data = {
|
|
345
|
-
"device_id": "temp_sensor_01",
|
|
346
|
-
"temperature": 23.5,
|
|
347
|
-
"humidity": 60.2,
|
|
348
|
-
"location": {"lat": 40.7128, "lng": -74.0060}
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
compressed = sdk.compress(sensor_data, intent="telemetry")
|
|
352
|
-
# Result: 12 bytes vs 150 bytes (92% reduction)
|
|
353
|
-
```
|
|
354
|
-
|
|
355
|
-
#### **Multi-Agent Coordination**
|
|
356
|
-
```python
|
|
357
|
-
# Efficient communication between AI agents
|
|
358
|
-
coordination_msg = {
|
|
359
|
-
"from": "planner_agent",
|
|
360
|
-
"to": "execution_agent",
|
|
361
|
-
"task": "deploy_model",
|
|
362
|
-
"parameters": {"model_id": "llama-7b", "replicas": 3}
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
compressed = sdk.compress(coordination_msg, intent="coordination")
|
|
366
|
-
# Result: 16 bytes vs 180 bytes (91% reduction)
|
|
367
|
-
```
|
|
368
|
-
|
|
369
|
-
## 🤝 **Framework Compatibility**
|
|
370
|
-
|
|
371
|
-
### **Supported Integrations**
|
|
372
|
-
- ✅ **LangChain**: Official tool plugin
|
|
373
|
-
- ✅ **CrewAI**: Agent communication layer
|
|
374
|
-
- ✅ **OpenAI API**: Token compression wrapper
|
|
375
|
-
- ✅ **Anthropic Claude**: Prompt optimization
|
|
376
|
-
- ✅ **AutoGen**: Multi-agent efficiency
|
|
377
|
-
- ✅ **Custom APIs**: Universal compatibility
|
|
378
|
-
|
|
379
|
-
### **Language Support**
|
|
380
|
-
- 🐍 **Python**: Full-featured SDK
|
|
381
|
-
- 🟨 **JavaScript/TypeScript**: Web and Node.js
|
|
382
|
-
- 🦀 **Rust**: High-performance client (community)
|
|
383
|
-
- 🐹 **Go**: Concurrent processing support (community)
|
|
384
|
-
|
|
385
|
-
## 🔬 **Advanced Features**
|
|
386
|
-
|
|
387
|
-
### **Oracle Integration**
|
|
388
|
-
Get human-readable explanations for any emergent symbols:
|
|
389
|
-
|
|
390
|
-
```python
|
|
391
|
-
# Understand what compressed data represents
|
|
392
|
-
explanation = sdk.explain(compressed_data)
|
|
393
|
-
print(explanation)
|
|
394
|
-
# Output: "Work request: analyze market data with high priority"
|
|
395
|
-
|
|
396
|
-
# Validate translation accuracy
|
|
397
|
-
confidence = sdk.validate(original_data, compressed_data)
|
|
398
|
-
print(f"Translation confidence: {confidence:.2%}")
|
|
399
|
-
# Output: "Translation confidence: 94%"
|
|
400
|
-
```
|
|
401
|
-
|
|
402
|
-
### **Streaming Translation**
|
|
403
|
-
Real-time compression for live data:
|
|
404
|
-
|
|
405
|
-
```python
|
|
406
|
-
import asyncio
|
|
407
|
-
import websockets
|
|
408
|
-
|
|
409
|
-
async def stream_translate():
|
|
410
|
-
async with websockets.connect("ws://149.28.33.118:8001/ws/translate") as ws:
|
|
411
|
-
await ws.send(json.dumps({
|
|
412
|
-
"data": {"live": "data stream"},
|
|
413
|
-
"source_format": "json"
|
|
414
|
-
}))
|
|
415
|
-
|
|
416
|
-
compressed = await ws.recv()
|
|
417
|
-
print(f"Streamed compression: {compressed}")
|
|
418
|
-
|
|
419
|
-
asyncio.run(stream_translate())
|
|
420
|
-
```
|
|
421
|
-
|
|
422
|
-
### **Batch Processing**
|
|
423
|
-
Efficient bulk translation:
|
|
424
|
-
|
|
425
|
-
```python
|
|
426
|
-
# Process multiple items efficiently
|
|
427
|
-
batch_data = [
|
|
428
|
-
{"task": "task1", "data": "data1"},
|
|
429
|
-
{"task": "task2", "data": "data2"},
|
|
430
|
-
{"task": "task3", "data": "data3"}
|
|
431
|
-
]
|
|
432
|
-
|
|
433
|
-
compressed_batch = sdk.compress_batch(batch_data)
|
|
434
|
-
# Optimized for throughput with parallel processing
|
|
435
|
-
```
|
|
436
|
-
|
|
437
|
-
## 🛡️ **Security & Production**
|
|
438
|
-
|
|
439
|
-
### **Authentication**
|
|
440
|
-
```python
|
|
441
|
-
# Production API with custom authentication
|
|
442
|
-
sdk = TranslatorSDK(
|
|
443
|
-
api_url="https://your-api.com",
|
|
444
|
-
api_key="your-production-key",
|
|
445
|
-
rate_limit=1000 # requests per minute
|
|
446
|
-
)
|
|
447
|
-
```
|
|
448
|
-
|
|
449
|
-
### **Rate Limiting**
|
|
450
|
-
- **Default**: 100 requests/minute per client
|
|
451
|
-
- **Custom**: Configurable limits
|
|
452
|
-
- **Monitoring**: Built-in metrics and alerting
|
|
453
|
-
|
|
454
|
-
### **Security Headers**
|
|
455
|
-
- CORS configuration
|
|
456
|
-
- Content-Type validation
|
|
457
|
-
- Request size limits
|
|
458
|
-
- DDoS protection ready
|
|
459
|
-
|
|
460
|
-
## 📈 **Monitoring & Analytics**
|
|
461
|
-
|
|
462
|
-
### **Built-in Metrics**
|
|
463
|
-
- Compression ratios
|
|
464
|
-
- Response times
|
|
465
|
-
- Error rates
|
|
466
|
-
- Usage patterns
|
|
467
|
-
|
|
468
|
-
### **Health Checks**
|
|
469
|
-
```bash
|
|
470
|
-
# Automated monitoring
|
|
471
|
-
curl http://149.28.33.118:8001/health
|
|
472
|
-
# Returns: service status, memory usage, active connections
|
|
473
|
-
```
|
|
474
|
-
|
|
475
|
-
### **Performance Tracking**
|
|
476
|
-
```python
|
|
477
|
-
# Get detailed statistics
|
|
478
|
-
stats = sdk.get_stats()
|
|
479
|
-
print(f"Average compression: {stats['avg_compression_ratio']:.2f}")
|
|
480
|
-
print(f"Total data processed: {stats['total_data_processed']}")
|
|
481
|
-
print(f"Savings achieved: {stats['total_savings']} bytes")
|
|
482
|
-
```
|
|
483
|
-
|
|
484
|
-
## 🤝 **Contributing**
|
|
485
|
-
|
|
486
|
-
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
487
|
-
|
|
488
|
-
### **Development Setup**
|
|
489
|
-
```bash
|
|
490
|
-
git clone https://github.com/maco144/emergent-language
|
|
491
|
-
cd emergent-language
|
|
492
|
-
pip install -e ".[dev]"
|
|
493
|
-
pytest tests/
|
|
494
|
-
```
|
|
495
|
-
|
|
496
|
-
### **Areas for Contribution**
|
|
497
|
-
- 🔧 **Language SDKs**: Go, Rust, Java clients
|
|
498
|
-
- 🧪 **Framework Plugins**: More AI framework integrations
|
|
499
|
-
- 📚 **Documentation**: Tutorials, examples, guides
|
|
500
|
-
- 🚀 **Performance**: Optimization and benchmarking
|
|
501
|
-
- 🛡️ **Security**: Authentication and rate limiting improvements
|
|
502
|
-
|
|
503
|
-
## 🔮 **Roadmap**
|
|
504
|
-
|
|
505
|
-
### **Q1 2024**
|
|
506
|
-
- [ ] PyPI package release
|
|
507
|
-
- [ ] NPM package for JavaScript
|
|
508
|
-
- [ ] Official LangChain plugin
|
|
509
|
-
- [ ] Kubernetes Helm charts
|
|
510
|
-
|
|
511
|
-
### **Q2 2024**
|
|
512
|
-
- [ ] Go client library
|
|
513
|
-
- [ ] Rust high-performance client
|
|
514
|
-
- [ ] Enhanced Oracle capabilities
|
|
515
|
-
- [ ] Advanced compression algorithms
|
|
516
|
-
|
|
517
|
-
### **Q3 2024**
|
|
518
|
-
- [ ] Multi-language neural compression
|
|
519
|
-
- [ ] Federated learning integration
|
|
520
|
-
- [ ] Edge computing optimizations
|
|
521
|
-
- [ ] Enterprise security features
|
|
522
|
-
|
|
523
|
-
## 📄 **License**
|
|
524
|
-
|
|
525
|
-
**Dual Licensed** - Choose the option that fits your use case:
|
|
526
|
-
|
|
527
|
-
### 🆓 **Open Source (GPL v3)**
|
|
528
|
-
- ✅ **Free** for open source projects
|
|
529
|
-
- ✅ **Research & Education** use
|
|
530
|
-
- ✅ **Personal Projects**
|
|
531
|
-
- ⚠️ **Must release source** if you distribute
|
|
532
|
-
|
|
533
|
-
### 🏢 **Commercial License**
|
|
534
|
-
- ✅ **Proprietary Applications** - No source disclosure required
|
|
535
|
-
- ✅ **SaaS Products** - Compress API traffic, save costs
|
|
536
|
-
- ✅ **Commercial Distribution** - Sell products using the translator
|
|
537
|
-
- ✅ **Priority Support** - Direct technical assistance
|
|
538
|
-
- 💰 **Contact us** for pricing: [Commercial Licensing](COMMERCIAL_LICENSE.md)
|
|
539
|
-
|
|
540
|
-
### 🎯 **Need Help Choosing?**
|
|
541
|
-
- **Open Source Project?** → Use GPL v3 (free)
|
|
542
|
-
- **Commercial Product?** → Get commercial license
|
|
543
|
-
- **Not sure?** → [Contact us](https://github.com/maco144/emergent-language/discussions) - we'll help!
|
|
544
|
-
|
|
545
|
-
**Why Commercial Licensing?** This breakthrough 60x compression technology represents significant R&D investment. Commercial licensing ensures continued innovation while keeping it free for open source.
|
|
546
|
-
|
|
547
|
-
See [LICENSE](LICENSE) and [COMMERCIAL_LICENSE.md](COMMERCIAL_LICENSE.md) for full details.
|
|
548
|
-
|
|
549
|
-
## 🌟 **Community**
|
|
550
|
-
|
|
551
|
-
- **GitHub Discussions**: [Ask questions, share ideas](https://github.com/maco144/emergent-language/discussions)
|
|
552
|
-
- **Issues**: [Report bugs, request features](https://github.com/maco144/emergent-language/issues)
|
|
553
|
-
- **Twitter**: [@EudaimoniaAI](https://twitter.com/EudaimoniaAI) for updates
|
|
554
|
-
|
|
555
|
-
## 🎯 **Get Started**
|
|
556
|
-
|
|
557
|
-
Ready to transform your AI communication efficiency?
|
|
558
|
-
|
|
559
|
-
1. **Try the live API**: [http://149.28.33.118:8001/docs](http://149.28.33.118:8001/docs)
|
|
560
|
-
2. **Install the SDK**: `pip install emergent-translator`
|
|
561
|
-
3. **Read the docs**: [Full documentation](https://github.com/maco144/emergent-language/wiki)
|
|
562
|
-
4. **Join the community**: [GitHub Discussions](https://github.com/maco144/emergent-language/discussions)
|
|
563
|
-
|
|
564
|
-
---
|
|
565
|
-
|
|
566
|
-
**⭐ Star this repo if you find it useful!**
|
|
567
|
-
|
|
568
|
-
*Transform AI communication. Enable 60x efficiency. Join the emergent language revolution.*
|
|
File without changes
|
{emergent_translator-1.1.0.dist-info → emergent_translator-1.1.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{emergent_translator-1.1.0.dist-info → emergent_translator-1.1.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|