browsing 0.1.3

Lightweight MCP/API for browser automation: navigate, get content (text), screenshot. Parallelism via RwLock.
Documentation
1
2
3
4
5
//! LLM integration modules

pub mod base;

pub use base::{ChatInvokeCompletion, ChatInvokeUsage, ChatMessage, ChatModel};