Agent API Reference =================== Agent ----- .. autoclass:: llm_async.agent.Agent :members: :undoc-members: :show-inheritance: Tool Decorator -------------- .. autofunction:: llm_async.tool.tool For examples and supported type annotations, see :doc:`usage/agent`.