Add comprehensive documentation and finalize project license

This commit introduces detailed documentation files, including installation, configuration, API, agents, and an index. It also updates the README with new sections and registers the MIT license for the project. These changes aim to improve clarity and ease of use for developers and contributors.
This commit is contained in:
geoffsee
2025-05-23 10:59:17 -04:00
parent 6420efc68a
commit 7e0b25da59
8 changed files with 540 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
name = "web-agent-rs"
version = "0.1.0"
edition = "2021"
license = "MIT"
[[bin]]
edition = "2021"
@@ -30,4 +31,3 @@ tower-http = { version = "0.6.2", features = ["trace"] }
anyhow = "1.0.97"
base64 = "0.22.1"
fips204 = "0.4.6"