sim-lib-agent 0.1.3

Agent runtime surfaces for SIM.
Documentation
mod agent30_recipes;
mod agent_ai_agent_runner;
mod agent_ai_cache;
mod agent_ai_cassette;
#[cfg(feature = "runner-http")]
mod agent_ai_http;
mod agent_ai_market;
mod agent_ai_market_phase7;
#[cfg(feature = "runner-ollama")]
mod agent_ai_ollama;
mod agent_ai_placement;
mod agent_ai_placement_cache;
mod agent_ai_placement_swap;
mod agent_ai_privacy;
#[cfg(feature = "runner-http")]
mod agent_ai_privacy_http;
#[cfg(feature = "runner-process")]
mod agent_ai_process;
mod agent_ai_shape;
mod agent_ai_stream;
mod agent_ai_stream_phase4;
mod agent_ai_tool_injection;
mod agent_ai_tools;
#[cfg(feature = "cookbook")]
mod agent_cookbook;
mod agent_patterns;
mod agent_r16;
mod agent_r17;
mod agent_r18;
mod agent_r18_support;
mod agent_r19;
mod agent_r23;
mod agent_stream_phase9;
mod agent_swarm;
mod basics;
mod components;
mod fairness;
mod memory_r15;
mod multimodal;
mod planning;
mod retrievers;
mod runner_core;
mod runner_fabric;
mod sandbox_r13;
mod support;
mod tools_memory;
mod voice_recorder_r14;
mod workflow_r12;