Re-exports§
pub use context::ActContext;pub use response::Content;pub use response::IntoResponse;pub use response::Json;pub use sessions::SessionRegistry;
Modules§
- 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
Macros§
- embed_
skill - Embed an Agent Skills directory as an
act:skillWASM 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.
- session_
close - Mark a function as
act:sessions/session-provider.close-session. - session_
open - Mark a function as
act:sessions/session-provider.open-session.