vibe-tests 0.0.1

Integration test framework for MCP servers with LLM-powered tool calling.
Documentation
1
2
3
4
5
6
//! Ollama integration.
//! Chat client for LLM-powered tool calling.

pub mod chat;
pub mod client;
pub mod response;