Sign In

@tempus-protocol/sdk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tempus-protocol/sdk

TEMPUS Protocol SDK — Post-quantum attested AI agent coordination on Hedera

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@tempus-protocol/sdk

Post-quantum attested AI agent coordination on Hedera.

Quick Start

const tempus = new Tempus({ network: 'testnet', apiKey: 'key' });
const att = await tempus.attest({ type: 'price-feed', data: { price: 0.095 } });
const proof = await tempus.verify(att.sequenceNumber);

API

tempus.attest({ type, data })       Attest data on HCS
tempus.verify(seq)                  Verify attestation
tempus.agents.register/list/get     Agent management
tempus.tasks.submit/run/complete    Task orchestration
tempus.pipelines.create/run         Multi-step pipelines
tempus.marketplace.browse/publish   Agent marketplace

HCS Topic: 0.0.8052848 Verify: https://hashscan.io/mainnet/topic/0.0.8052848

MIT - Echelon Intelligence Systems LLC, 2026

Keywords

hedera

FAQs

Package last updated on 05 Mar 2026

Related posts