# AGENTS.md

Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
ruff check .   # lint
```

## Layout

- `agent_reach/` 36 source files
- `tests/`       34 source files
- `scripts/`     1 source file

## Conventions

- Tests live alongside the code they cover, following `.openteams/specs/2026-07-10-agent-skills-hub-friend-link-design.html`.
- CI defines what passing means. See `.github/workflows/pytest.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- Copy `.env.example` before running anything that needs configuration.
- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
