Pnant
97e9e63f42
chore: bump version to 1.4.2 ( #349 )
...
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
ci / wheel-gate (push) Has been cancelled
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-10 16:01:57 +08:00
ming
4ca570a39f
feat(transcribe): Whisper transcription module with Groq→OpenAI fallback ( #277 )
...
Adds agent_reach/transcribe.py (download → compress → chunk → transcribe with provider fallback, fully mocked tests). Maintainer follow-up on the branch: wired an agent-reach transcribe CLI subcommand + skill docs so agents can actually invoke it, added the missing configure openai-key branch the error hint referenced, removed two dead static methods. 103 tests pass; wheel-gate clean.
2026-06-10 15:03:37 +08:00
Andrew Barnes
9045fee67e
fix(reddit): install rdt-cli from GitHub source pinned to 0.4.2 ( #326 )
...
PyPI still only has rdt-cli 0.4.1 while the doctor hint required >=0.4.2, so the suggested install command always failed. Installs from the upstream GitHub repo pinned to the 0.4.2 commit instead, and syncs all four docs that still taught the PyPI path. Verified locally: clean-venv install from the pinned source yields rdt 0.4.2 and rdt status works. 86 tests pass. Fixes #294 .
2026-06-10 14:59:16 +08:00
Pnant
84b474c79b
chore: bump version to 1.4.1 ( #341 )
...
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
ci / wheel-gate (push) Has been cancelled
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-10 11:47:32 +08:00
Pnant
23d4d5c611
chore: bump version to 1.4.0
...
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 18:26:18 +08:00
Pnant
0c6c45a010
Fix twitter cookie parsing regression ( #196 )
...
Co-authored-by: Yin <mbair@gmail.com >
2026-03-23 18:35:47 +08:00
Pnant
ca29c4fee5
release: v1.3.0 ( #70 )
...
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
New:
- WeChat Official Account channel (search + read)
- Search via miku_ai (Sogou WeChat search)
- Read via Camoufox (stealth Firefox, bypasses anti-bot)
- 13 channels total
Fixed:
- Windows encoding: text=True → encoding='utf-8' in all subprocess calls (#64 )
- Windows .cmd resolution: use shutil.which() paths (#64 )
Docs:
- Clarified agent-reach has no read/search commands (#58 , #59 )
- Fixed xiaohongshu API function names in SKILL.md (#65 )
- Added CONTRIBUTING.md (#62 )
- Updated README (zh + en) with WeChat channel
Version bumps: pyproject.toml, __init__.py, test_cli.py
Co-authored-by: Panniantong <panniantong@users.noreply.github.com >
2026-03-04 18:18:18 +08:00
Your Name
4b2e6f2ffb
fix: split security hardening and setup mcporter config checks
2026-02-27 12:16:00 +08:00
Panniantong
5c62a21f32
rename: Agent Eyes → Agent Reach
...
全局重命名:
- 包名: agent_eyes → agent_reach
- CLI: agent-eyes → agent-reach
- 类名: AgentEyes → AgentReach
- 显示名: Agent Eyes → Agent Reach
- GitHub: Panniantong/agent-eyes → Panniantong/Agent-Reach
所有 36 个测试通过,CLI/doctor/read/search 全部正常。
2026-02-24 10:25:46 +01:00
Panniantong
8eab038cb9
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)
2026-02-24 04:00:47 +01:00