act-types 0.6.0

Shared types and CBOR utilities for the ACT (Agent Component Tools) protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cbor;
pub mod constants;
pub mod http;
pub mod jsonrpc;
pub mod mcp;
pub mod types;

pub use types::{
    ActError, ActResult, Capabilities, ComponentInfo, FilesystemAllow, FilesystemCap, FsMode,
    HttpAllow, HttpCap, LocalizedString, Metadata, SocketsCap, StdComponentInfo,
};