harn-vm 0.10.42

Async bytecode virtual machine for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Tests for the OpenAI-compatible provider, grouped by the wire concern
//! each one covers.

mod fixtures;
mod messages;
mod openrouter_routing;
mod prompt_cache;
mod provider;
mod reasoning;
mod request_body;
mod streaming;
mod tool_definitions;