v1.0.0 — Agent Eyes: search + read the entire internet
Major restructure from x-reader fork to independent project: Architecture: - readers/ — content extraction from 10+ platforms (based on x-reader, MIT) - search/ — semantic search via Exa, GitHub API, birdx (NEW) - config.py — configuration management (~/.agent-eyes/config.yaml) (NEW) - doctor.py — environment health checker (NEW) - core.py — AgentEyes unified entry point (NEW) - cli.py — full CLI: read, search, setup, doctor (NEW) - integrations/mcp_server.py — 8 MCP tools (NEW) - guides/ — 6 Agent-readable setup guides (NEW) - integrations/skill/ — OpenClaw Skill package (NEW) Platforms (zero config): - Web pages, GitHub, Bilibili, YouTube, RSS, single tweets Platforms (one free API key): - Web search, Reddit search, Twitter search (via Exa) Platforms (optional setup): - Reddit full reader, Twitter advanced, WeChat, XiaoHongShu Tests: 34/34 passing Credits: Built on x-reader by @runes_leo (MIT License)
This commit is contained in:
+12
-11
@@ -1,14 +1,15 @@
|
||||
# === Telegram (optional, for TG channel fetching) ===
|
||||
TG_API_ID=
|
||||
TG_API_HASH=
|
||||
# Agent Eyes Configuration
|
||||
# Copy to .env and fill in your values
|
||||
# Or use: agent-eyes setup
|
||||
|
||||
# === Groq Whisper (optional, for video/audio transcription) ===
|
||||
# Free API key: https://console.groq.com/keys
|
||||
GROQ_API_KEY=
|
||||
# Exa Search (free 1000/month) — https://exa.ai
|
||||
# EXA_API_KEY=exa-your-key-here
|
||||
|
||||
# === Gemini (optional, for AI-powered analysis) ===
|
||||
GEMINI_API_KEY=
|
||||
# GitHub Token (optional, for higher rate limits) — https://github.com/settings/tokens
|
||||
# GITHUB_TOKEN=ghp_your_token_here
|
||||
|
||||
# === Output ===
|
||||
OUTPUT_DIR=./output
|
||||
INBOX_FILE=./unified_inbox.json
|
||||
# Reddit ISP Proxy (optional, for full Reddit access)
|
||||
# REDDIT_PROXY=http://user:pass@ip:port
|
||||
|
||||
# Groq Whisper (optional, for video transcription) — https://console.groq.com
|
||||
# GROQ_API_KEY=gsk_your_key_here
|
||||
|
||||
Reference in New Issue
Block a user