sgr-agent 0.7.7

SGR LLM client + agent framework — structured output, function calling, agent loop, 3 agent variants
Documentation
1
2
3
4
5
//! JSON Schema generation — re-exported from sgr-agent-core.

pub use sgr_agent_core::schema::{
    json_schema_for, make_openai_strict, response_schema_for, to_gemini_parameters,
};