Skip to main content

Module intel

Module intel 

Source

Modules§

anthropic
Anthropic Messages API adapter. RFC 0006 §two-adapters.
bedrock
Amazon Bedrock Converse API adapter (RFC 0031 §8 — native Bedrock). Pure translation, no I/O; the SigV4 signing that authenticates the dial is a separate axis ([crate::auth::aws], applied by the transport in super::endpoints).
client
Intelligence client — endpoint list selection + one round-trip. RFC 0006 + RFC 0018.
discovery
Optional model discovery (capability-negotiated). RFC 0018 §5.4.
endpoints
The intelligence endpoint list and per-endpoint credentials. RFC 0018 §3.1/§3.2.
failover
The failover decision — sticky-primary with bounded sweep. RFC 0018 §3.3.
health
Per-endpoint health record + circuit breaker. RFC 0018 §4.1/§4.2.
mock
A minimal built-in mock LLM for the observe-to-validate E2E suite (M7). Hidden mode: agentd --internal-mock-llm <addr-file> [script].
openai
OpenAI-compatible /chat/completions adapter with native tool-calling. RFC 0006 §canonical-wire.