Skip to content

Commit 69c8d4e

Browse files
committed
Update readme.
1 parent b7bdc07 commit 69c8d4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
</div>
1212

13-
A Python port of the Emacs [gptel-agent-harness](https://github.com/beacoder/gptel-agent-harness): a terminal coding agent that reads your repo, plans, edits files, runs commands, and verifies its own work — with only **three runtime dependencies** (`rich`, `httpx`, `prompt_toolkit`) and any OpenAI-compatible API. No heavy frameworks, no vendor lock-in.
13+
Python coding-agent inspired by [gptel-agent-harness](https://github.com/beacoder/gptel-agent-harness): a terminal coding agent that reads your repo, plans, edits files, runs commands, and verifies its own work — with only **three runtime dependencies** (`rich`, `httpx`, `prompt_toolkit`) and any OpenAI-compatible API. No heavy frameworks, no vendor lock-in.
1414

1515
## Demo
1616

@@ -183,7 +183,7 @@ venv/bin/python -m build # sdist + wheel
183183
venv/bin/pip-audit # dependency audit
184184
```
185185

186-
### Verification checklist (ported semantics)
186+
### Verification checklist (inherited semantics)
187187

188188
- [x] Nudge supervision with fail-closed dead-session budget
189189
- [x] Tool-result sanitization (None → error placeholder)

0 commit comments

Comments
 (0)