Files
agent-bounty-protocol/scripts/ecosystem-hunter.env.example
OG T 745ff300b5
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: harden A2A funnel and paid proposal intake
2026-06-11 11:28:08 +08:00

44 lines
1.9 KiB
Plaintext

# Copy to scripts/ecosystem-hunter.env and edit values
MCP_API_KEY=<YOUR_MCP_API_KEY>
MCP_API_BASE=https://agent.wooo.work
MCP_AGENT_ID=vibe-hunter-prod
DEVELOPER_WALLET=acct_ecosystem_hunter
# Safe defaults: observe first, then explicitly enable mutations after review.
AUTO_CLAIM=false
AUTO_SUBMIT=false
AUTO_SUBMIT_PR_URL=https://github.com/vibework/a2a-ecosystem-hunter/pull/1
RUN_DAEMON=true
SCAN_INTERVAL_SECONDS=300
RECONNECTION_BACKOFF_SECONDS=20
NOSTR_RELAY_URL=wss://relay.damus.io
NOSTR_TAG=VibeWork_Bounty
NOSTR_LIMIT=40
EXTERNAL_MCP_ENDPOINTS=https://agent.wooo.work
KNOWN_MCP_ENDPOINTS=https://agent.wooo.work
# 可選:外部 MCP 候選清單檔,會額外補足種子端點(支援一行一個)
MCP_ENDPOINTS_FILE=/home/ollama/vibework-git/scripts/ecosystem-hunter-endpoints.txt
MCP_TIMEOUT_SECONDS=12
ECOSYSTEM_REPORT_PATH=/home/ollama/vibework-git/artifacts/ecosystem_hunter_report.jsonl
REPORT_LOG_DIR=/home/ollama/vibework-git/.local/logs/agent-bounty-ecosystem-hunter
STDOUT_LOG=/home/ollama/vibework-git/.local/logs/agent-bounty-ecosystem-hunter/ecosystem-hunter.stdout.log
STDERR_LOG=/home/ollama/vibework-git/.local/logs/agent-bounty-ecosystem-hunter/ecosystem-hunter.stderr.log
# Gateway-side safety switches expected by the web service.
PUBLIC_MCP_BETA_TOKEN=<YOUR_PUBLIC_BETA_TOKEN>
VIBEWORK_JOB_SECRET=<YOUR_CRON_JOB_SECRET>
GITHUB_WEBHOOK_SECRET=<YOUR_GITHUB_WEBHOOK_SECRET>
VIBEWORK_SITE_URL=https://vibework.wooo.work
NEXT_PUBLIC_VIBEWORK_SITE_URL=https://vibework.wooo.work
AGENT_GATEWAY_URL=https://agent.wooo.work
VIBEWORK_TREASURY_USDC_ADDRESS=
VIBEWORK_TREASURY_WALLET_LABEL=USDC Treasury
AUTO_WHITELIST_EXTERNAL_AGENTS=false
A2A_GROWTH_ENABLE_OUTBOUND=false
A2A_LEAD_GEN_DRY_RUN=true
A2A_LEAD_GEN_ENABLE_OUTBOUND=false
A2A_LEAD_GEN_AGENT_CARD_URLS=
A2A_LEAD_GEN_ALLOWED_RPC_ORIGINS=
A2A_DISCOVERY_AGENT_CARD_URLS=
ENABLE_MOCK_STAKING=false
ENABLE_MOCK_SETTLEMENT=false