Tselora
The execution shadow for intelligent systems.
Tselora records what an existing agent actually did as structured events, then reconstructs the execution graph, timeline, node state, and causal links. It is not an agent framework or orchestrator. It sits beside agents you already run.
Install the SDK from PyPI. Usage examples and the demo GIF live in the public repository.
Python package: tselora 0.1.7 (pip install tselora).
Install
Python 3.12+.
pip install tselora
# optional extras:
pip install "tselora[otel]"
pip install "tselora[langgraph]"
pip install "tselora[openai-agents]"
pip install "tselora[crewai]"
The wheel ships core, sdk, server, adapters, and the tselora CLI (tselora serve).
Quickstart
tselora serve
git clone https://github.com/Tselora/Tselora.git
cd Tselora
TSELOA_COLLECTOR_URL=http://127.0.0.1:8000 python examples/simple_agent.py
License
Apache License 2.0
Release files for tselora 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tselora-0.1.7.tar.gz | 1.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tselora-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.2 MB
Release files / tselora-0.1.7.tar.gz
| Download URL | tselora-0.1.7.tar.gz |
|---|---|
| Size | 1.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
296c4a50e95de2859bc27a83438a446e935f15a2c52a718abca67e08e3e29e20
|
|
BLAKE2b-256 checksum How to use checksums |
d9f7d1a72bcba4c58ab4a1fd00c7c787549a8d316ec86d45ba4cce309467b927
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.7
|
Release files / tselora-0.1.7-py3-none-any.whl
| Download URL | tselora-0.1.7-py3-none-any.whl |
|---|---|
| Size | 62.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5669efa22eb4d919d2a4521f332ba0ae2fbea6b80861afdc20d3a2bf0921b2a2
|
|
BLAKE2b-256 checksum How to use checksums |
39663e7f31327e59f052f89d9eb79d8dfcc9dd8c448965208744940b5a2ed0c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.7
|