An SDK for sharing KV-cache and attention states across LLM agents, enabling zero-token handoffs with cross-model projection support.
Project description
THOUGHTRELAY
构建过程
conda create -n thoughtrelay python=3.12 -y
conda activate thoughtrelay
pip install build twine hatchling
cd ~/ThoughtRelay
python -m build
# 检查包元数据是否正确
twine check dist/*
# 检查 wheel 里包含了哪些文件(确保没有遗漏)
python -c "import zipfile; z = zipfile.ZipFile('dist/thoughtrelay-0.1.0-py3-none-any.whl'); print('\n'.join(z.namelist()))"
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
thoughtrelay-0.1.0.tar.gz
(307.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
thoughtrelay-0.1.0-py3-none-any.whl
(116.9 kB
view details)
File details
Details for the file thoughtrelay-0.1.0.tar.gz.
File metadata
- Download URL: thoughtrelay-0.1.0.tar.gz
- Upload date:
- Size: 307.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4397344af8d4975c0fe141bec59fcbaf9a58cf2b7d59288c29873addf0024e72
|
|
| MD5 |
97bfbd74ccf8f9a2e1c0cead84d658f3
|
|
| BLAKE2b-256 |
01aa0f43db9e784a1c73070db601522994c036b4a542821a2001f98ecbb0dbaf
|
File details
Details for the file thoughtrelay-0.1.0-py3-none-any.whl.
File metadata
- Download URL: thoughtrelay-0.1.0-py3-none-any.whl
- Upload date:
- Size: 116.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7f6e75425454ce559ed21176761f06c5dc8c50e49d096f6cd20230a260c9963
|
|
| MD5 |
e037694de868c78b0d4e755ce957345c
|
|
| BLAKE2b-256 |
f955e4941d64b298b434b30070edbbe6f594ab2c60ec9a7aaef85f25b64f577d
|