Pnant
|
ca29c4fee5
|
release: v1.3.0 (#70)
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 |
|
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 |
|