docs: lead the README with the first agent conversation - #16
Merged
Merged
Conversation
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.
The README explained how to start a server but left the first agent exchange implicit. Lead with a two-session question/reply walkthrough and explain the difference between on-demand clients and persistent attachments.
Preserve the existing artwork and opening, replace the repository tour and embedded reference manual with task-oriented links, and describe local networking without implying that model calls stay local. The wizard prints a join URL and a console command, which the walkthrough now follows accurately. README.md and CONTRIBUTING.md change; implementation and websites are unchanged.
Validation:
go test ./...,go test -race ./..., andgo vet ./...passed.The review follow-up clarifies initial remote binding, separates the two agent workspaces, restores installer prerequisites and the public demo guide, makes the printed console command explicit, and documents safe contributor build output. Independent Fable 5.1 re-review passed; restored local links and the demo guide were checked.