mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
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:
co-authored by
Steven Enamakel
parent
5385fedf0d
commit
e2355ba142
@@ -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)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user