Open-source infrastructure for AI-assisted algorithmic crypto trading.
trdlabs is organized around small repositories with explicit boundaries:
public integration surfaces stay public, while private runtime and operations
details stay behind the control center.
| Repository | Purpose | Status |
|---|---|---|
sdk |
TypeScript SDK and consumer-facing contracts. | Public |
backtester |
Strategy backtesting, validation, and evidence flows. | Public |
mock-platform |
Mock platform for contract and integration testing. | Public |
office |
Operator UI and office workflows. | Public |
control-center |
Cross-repo coordination, operations, rollout notes, and agent context. | Private |
.github |
Organization profile and shared GitHub templates. | Public |
- SDK contracts are the public integration boundary.
- Mock platform behavior validates contracts; it does not define production execution semantics.
- Control-center documentation coordinates cross-repo changes, deployments, observability, and operational memory.
@trdlabs/sdk- public TypeScript SDK package.
Public repositories are intended for SDKs, examples, tests, tooling, and integration surfaces. Private repositories may contain platform runtime code, deployment topology, access notes, and operational runbooks.
The ecosystem is under active development. Repository names, package names, and public APIs may change before stable releases.