Skip to content

OpenAI Agents SDK

https://github.com/openai/openai-agents-python

We use agents.Agent as default. Check the reference to find additional supported agent_args.

We use any_llm as the default model provider. Check the AnyLLM documentation for supported providers and model_args.

Check agents.run.Runner.run to find additional supported AnyAgent.run args.