va-ai-api-bridge 0.1.7

Protocol translation primitives for AI API request and response shapes.
Documentation
1
2
3
4
5
6
7
8
9
10
mod decode;
mod encode;
mod media;

pub(crate) use decode::{
    anthropic_block_to_block, anthropic_content_to_blocks, anthropic_system_to_blocks,
};
pub(crate) use encode::{
    block_to_anthropic_block, blocks_to_anthropic_content, blocks_to_anthropic_system,
};