Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A Rust framework for building type-safe, authenticated agent systems with JSON-RPC, REST APIs, and file services.

Published documentation: <https://jedimemo.github.io/rust-api-stack/>

## Overview

The Rust Agent Stack provides reusable building blocks for distributed agent systems:
Expand Down Expand Up @@ -260,7 +262,10 @@ Reactive web UI with Dominator and the generated JSON-RPC client.

## Documentation

The canonical documentation is the mdBook source under
Read the published mdBook at
<https://jedimemo.github.io/rust-api-stack/>.

The source for that book lives under
[documentation/src](documentation/src/SUMMARY.md). Start with:

- [Build A Typed Workspace App](documentation/src/tutorial/index.md)
Expand Down
Loading