every-other-token 4.1.2

A real-time LLM stream interceptor for token-level interaction research
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Agent Coordination


## Roles

- Builder Agent: implements features, owns specific modules
- Test Agent: writes tests only, read-only on src/

## Module Ownership

- src/main.rs — CLI, transformations, providers
- src/web/ — HTTP server, SSE, embedded HTML
- tests/ — test coverage

## Rules

- Claim your module at start: "PROTOCOL ACKNOWLEDGED — claiming X"
- Do not edit modules owned by another active agent
- Run cargo test --release before committing
- Commit message format: [feat/fix/docs] description
- Push to both: git push origin main && git push origin master