Files
agent-bounty-protocol/scripts/ecosystem-hunter.env
OG T 752a4a45d7
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s
feat: Enhance login page UI with delayed redirect instead of transparent 307
2026-06-08 18:37:35 +08:00

25 lines
1.1 KiB
Bash

# Copy to scripts/ecosystem-hunter.env and edit values
MCP_API_KEY=vw_beta_promo_2026
MCP_API_BASE=https://agent.wooo.work
MCP_AGENT_ID=vibe-hunter-prod
DEVELOPER_WALLET=acct_ecosystem_hunter
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
PYTHON_BIN=/usr/bin/python3