Skip to main content Crate act_sdk Copy item path Source pub use bytes::Bytes ;pub use context::ActContext ;pub use response::Content ;pub use response::IntoResponse ;pub use response::Json ;pub use sessions::SessionRegistry ;bytes Bytes — a binary field that travels as a CBOR byte string (major type 2)
and advertises contentEncoding: base64 in JSON Schema. See the native
binary encoding design (§3 M2, §5.1).cbor constants Well-known constants used across the ACT protocol. context prelude response sessions Session lifecycle helpers for components that export
act:sessions/session-provider. types embed_skill Embed an Agent Skills directory as an act:skill WASM custom section. ActError Error type mapping to ACT tool-error. ActResult Result type for ACT operations. act_component Attribute macro for ACT component modules. act_tool Attribute macro for ACT tool functions. session_close Mark a function as act:sessions/session-provider.close-session. session_open Mark a function as act:sessions/session-provider.open-session.