feat(agent-world): native tiny.place integration (Feed, Messages, Jobs, Bounties, Marketplace, x402, Signal DMs) (#3780)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
Cyrus Gray
2026-06-18 13:29:49 -07:00
committed by GitHub
co-authored by Steven Enamakel
parent 5385fedf0d
commit e2355ba142
78 changed files with 30383 additions and 35 deletions
+13
View File
@@ -245,6 +245,12 @@ OPENHUMAN_TELEGRAM_BOT_USERNAME=openhuman_bot
# OPENHUMAN_WALLET_RPC_SOLANA=
# OPENHUMAN_WALLET_RPC_TRON=
# Solana cluster the wallet broadcasts to: "mainnet" (default) or "devnet".
# Selects BOTH the default Solana RPC endpoint and the USDC SPL mint, so a
# devnet x402 payment lands on devnet with the devnet mint. Pair with a staging
# TINYPLACE_API_BASE_URL when testing tiny.place on devnet.
# OPENHUMAN_SOLANA_CLUSTER=devnet
# ---------------------------------------------------------------------------
# x402 Machine Payments
# ---------------------------------------------------------------------------
@@ -355,6 +361,13 @@ RUST_LOG=info
# [optional] Default: 0 (set to 1 for full backtraces)
RUST_BACKTRACE=1
# ---------------------------------------------------------------------------
# tiny.place Agent World integration
# ---------------------------------------------------------------------------
# [optional] Base URL for the tiny.place backend API.
# Default: https://staging-api.tiny.place
# TINYPLACE_API_BASE_URL=https://staging-api.tiny.place
# ---------------------------------------------------------------------------
# Testing (do not set in production)
# ---------------------------------------------------------------------------