1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
//! YoMo core library.
//!
//! This crate provides the transport, routing, and bridge abstractions used to
//! connect tools and the zipper runtime.
/// Agent loop implementation.
/// Handshake authentication abstractions.
/// Request forwarding bridge implementations.
/// YoMo client implementation.
/// Connector abstractions for opening downstream streams.
/// HTTP authentication middleware.
/// Framed IO helpers.
/// LLM-facing HTTP APIs.
/// LLM provider abstractions.
/// Stream mapper abstractions for LLM streaming output.
/// Manage user-defined metadata extension.
/// Model API HTTP APIs.
/// Model API providers.
/// Models list HTTP API.
/// OpenAI request/response mapping to Events.
/// OpenAI request/response types.
/// Provider error notifier abstractions.
/// Routing traits and implementations.
/// Server configuration used by the CLI.
/// Serverless runtime and handlers.
/// TLS configuration helpers.
/// Tool-facing HTTP APIs.
/// Tool invoker implementation.
/// Tool manager trait and implementation.
/// OpenTelemetry tracing setup.
/// Shared protocol types.
/// Usage handler interfaces.
/// Utility helpers.
/// Zipper coordinator implementation.