AgentLimits
junjo.agent.definition.AgentLimits
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”AgentLimits(model_requests: int = 8, tool_calls: int = 32)Positive, deterministic bounds for one Agent execution.
Members
Section titled “Members”model_requests
Section titled “model_requests”model_requests: intPublic attribute.
tool_calls
Section titled “tool_calls”tool_calls: intPublic attribute.
to_json
Section titled “to_json”to_json() -> dict[str, int]Public member documented by its signature.