proto-blue-api
High-level AT Protocol client -- Agent, RichText, moderation, and generated types from 322 Lexicon schemas.
Installation
[]
= "0.1"
Exports
Agent,Session,AgentError-- authenticated API clientRichText,RichTextSegment,Facet,FacetFeature,detect_facets-- rich text processingModerationDecision,ModerationOpts,check_muted_words,known_labels-- content moderationgenerated::-- types generated from AT Protocol Lexicon schemas
Usage
Agent
use Agent;
async
RichText
use ;
let mut rt = new;
rt.detect_facets;
for seg in &rt.segments
License
Licensed under MIT OR Apache-2.0.
Part of the proto-blue AT Protocol SDK for Rust.