Skip to main content

Crate a3s_common

Crate a3s_common 

Source
Expand description

Shared types for the A3S ecosystem.

This crate provides:

  • privacy — PII classification, regex-based redaction, keyword matching
  • tools — Core tool definitions and safe path resolution
  • transport — Async framed transport abstraction (Unix sockets, TEE protocol)

Re-exports§

pub use privacy::*;
pub use tools::*;
pub use transport::*;

Modules§

privacy
Privacy classification and data protection
tools
Core types and traits for A3S tool system
transport
Shared transport abstraction for the A3S ecosystem.