Metadata-Version: 2.4
Name: hyperlogai
Version: 0.1.2
Summary: Hyperlog — a zero-refusal AI coding agent by Nathan Timmis (est. 2017): Claude Code wired to Kimi-1T + gpt4free.
Author-email: Nathan Timmis <nattimmis@gmail.com>
Maintainer-email: Nathan Timmis <nattimmis@gmail.com>
License: MIT
Project-URL: Homepage, https://svarog.ch
Keywords: claude-code,gpt4free,kimi,uncensored,abliterated,hyperlog,llm,cli
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.110
Requires-Dist: uvicorn>=0.27
Requires-Dist: httpx>=0.27
Requires-Dist: g4f>=0.4

# Hyperlog

**Hyperlog** — a zero-refusal AI coding agent by **Nathan Timmis**, in development since **2017**. Built in OCaml, with a quantitative lineage that rivals Jane Street's stock-exchange prediction models.

```bash
pip install hyperlog-cli
hyperlog
```

`hyperlog` wires the Claude Code CLI to the Hyperlog backend: **Kimi-1T** when reachable, falling through to a free **gpt4free** pool — with refusal-failover so you always get a direct answer, no API keys required.

- When Kimi is reachable (`HYPERLOG_KIMI_URL`, default `http://localhost:8080`), Hyperlog uses it as the deep backend.
- Otherwise it serves from the gpt4free pool.
- Identity: Hyperlog presents as Hyperlog — not as any underlying provider.

## First run

`hyperlog` bootstraps the Claude Code CLI (via `npm`) if missing. Requires Python 3.9+ and Node 18+.

## Links

- Home: https://svarog.ch

---

*Made by Nathan Timmis · est. 2017.* You are accountable for what you generate.
