Agent-Reach/agent_reach
Pnant e6406500f3
docs(wechat): use agent-reach interpreter for miku_ai search example (#188)
miku_ai is installed inside the agent-reach Python environment (pipx venv
or user venv). Using bare 'python3' fails when agent-reach was installed
via pipx, because system python3 cannot import miku_ai.

Fix: detect the correct interpreter at runtime via:
  $(python3 -c "import agent_reach, sys; print(sys.executable)")

This resolves the interpreter transparently for pipx, venv, and plain pip
installs without hardcoding paths.

Closes #187

Co-authored-by: Panniantong <panniantong@users.noreply.github.com>
2026-03-23 18:32:40 +08:00
..
channels feat(twitter): migrate from xreach to bird CLI 2026-03-23 08:51:22 +01:00
guides feat(twitter): migrate from xreach to bird CLI 2026-03-23 08:51:22 +01:00
integrations feat(twitter): migrate from xreach to bird CLI 2026-03-23 08:51:22 +01:00
scripts fix(groq): use Config class instead of hardcoded config.json (#136) 2026-03-10 14:21:34 +08:00
skill docs(wechat): use agent-reach interpreter for miku_ai search example (#188) 2026-03-23 18:32:40 +08:00
__init__.py release: v1.3.0 (#70) 2026-03-04 18:18:18 +08:00
cli.py feat(twitter): migrate from xreach to bird CLI 2026-03-23 08:51:22 +01:00
config.py feat(twitter): migrate from xreach to bird CLI 2026-03-23 08:51:22 +01:00
cookie_extract.py feat(twitter): migrate from xreach to bird CLI 2026-03-23 08:51:22 +01:00
core.py feat(twitter): migrate from xreach to bird CLI 2026-03-23 08:51:22 +01:00
doctor.py fix: remove emoji from CLI output for Windows GBK compatibility 2026-03-07 05:46:38 +01:00