agentcore docs (#1120)

* agentcore docs

* fixes

* fixes
This commit is contained in:
Chris Tate
2026-04-02 20:31:14 -05:00
committed by GitHub
parent 8561a755ef
commit 13ed01b3bd
12 changed files with 288 additions and 86 deletions
+4 -10
View File
@@ -10,10 +10,6 @@ readme = "../README.md"
keywords = ["browser", "automation", "ai", "cdp", "chrome"]
categories = ["command-line-utilities", "web-programming"]
[features]
default = []
agentcore = ["hmac", "hex", "chrono", "urlencoding"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
@@ -34,12 +30,10 @@ socket2 = "0.6"
similar = "2"
zip = { version = "8.2.0", default-features = false, features = ["deflate"] }
time = { version = "0.3", features = ["formatting"] }
# AgentCore provider (optional - lightweight SigV4 signing)
hmac = { version = "0.12", optional = true }
hex = { version = "0.4", optional = true }
chrono = { version = "0.4", optional = true }
urlencoding = { version = "2", optional = true }
hmac = "0.12"
hex = "0.4"
chrono = "0.4"
urlencoding = "2"
[target.'cfg(unix)'.dependencies]
libc = "0.2"