Skip to main content

Crate act_sdk

Crate act_sdk 

Source

Re-exports§

pub use context::ActContext;
pub use response::Content;
pub use response::IntoResponse;
pub use response::Json;

Modules§

cbor
constants
Well-known constants used across the ACT protocol.
context
prelude
response
types

Macros§

embed_skill
Embed an Agent Skills directory as an act:skill WASM custom section.

Structs§

ActError
Error type mapping to ACT tool-error.

Type Aliases§

ActResult
Result type for ACT operations.

Attribute Macros§

act_component
Attribute macro for ACT component modules.
act_tool
Attribute macro for ACT tool functions.