docs: rewrite README in the runtime-first narrative, Hydro-README style - #106
Open
shadaj wants to merge 1 commit into
Open
docs: rewrite README in the runtime-first narrative, Hydro-README style#106shadaj wants to merge 1 commit into
shadaj wants to merge 1 commit into
Conversation
shadaj
marked this pull request as ready for review
August 27, 2026 19:39
Aligns the README with the landing page redesign from the parent commit while keeping it short and link-driven like `hydro/README.md`, to avoid duplicating website content. * Open with the new pitch: "an open-source Rust framework for building agents, on a runtime efficient enough to fit fifty thousand of them in the memory of a Raspberry Pi", plus the "does for agents what async did for threads" analogy * Keep a short code example at the top, using the new `AgentSystemBuilder::…start()` API from the parent commit * One follow-up paragraph on the core mechanism (idle agents are pure data, free hibernation, same code on laptop and Lambda) and a "Get started today at infinity.hydro.run!" call to action * Replace the old chapter-length sections, install instructions, and project-structure listing with a compact "Learn More" (h2) section linking the runtime (quickstart, architecture, Lambda), RAP (what-is-rap, spec, MCP compatibility), and Infinity Code docs * No em dashes anywhere in the copy Co-authored-by: Infinity 🤖 <infinity@hydro.run> PR: #106
shadaj
force-pushed
the
sandbox-9a8b8f8c-eca3-482d-86f4-c2c2ee724794
branch
from
August 27, 2026 19:40
a99891c to
129810b
Compare
Deploying infinity with
|
| Latest commit: |
129810b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7c43d8a8.infinity-dc7.pages.dev |
| Branch Preview URL: | https://sandbox-9a8b8f8c-eca3-482d-8.infinity-dc7.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns the README with the landing page redesign from the parent commit
while keeping it short and link-driven like
hydro/README.md, to avoidduplicating website content.
agents, on a runtime efficient enough to fit fifty thousand of them
in the memory of a Raspberry Pi", plus the "does for agents what
async did for threads" analogy
AgentSystemBuilder::…start()API from the parent commitdata, free hibernation, same code on laptop and Lambda) and a
"Get started today at infinity.hydro.run!" call to action
project-structure listing with a compact "Learn More" section linking
the runtime (quickstart, architecture, Lambda), RAP (what-is-rap,
spec, MCP compatibility), and Infinity Code docs