From 9951f04378bf046eb47434a13008bdad5c9fc2fe Mon Sep 17 00:00:00 2001 From: Raghavan Date: Tue, 17 Feb 2026 23:36:16 +0000 Subject: [PATCH] docs: add type-safety note to PydanticAI module docstring Add clarification about PydanticAI's type-safe agent interactions and validated responses in the module documentation. --- src/openagents/agents/pydantic_ai_agent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openagents/agents/pydantic_ai_agent.py b/src/openagents/agents/pydantic_ai_agent.py index f6b5b427..0a1ded27 100644 --- a/src/openagents/agents/pydantic_ai_agent.py +++ b/src/openagents/agents/pydantic_ai_agent.py @@ -2,7 +2,8 @@ PydanticAI Agent Runner for OpenAgents. This module provides a wrapper that allows any PydanticAI agent to connect -to and participate in the OpenAgents network. +to and participate in the OpenAgents network. PydanticAI enables type-safe +agent interactions with validated responses, reducing runtime errors. Example usage: from pydantic_ai import Agent