Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ cython_debug/
.ruff_cache/

# PyPI configuration file
.pypirc
.pypirc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ When you call `Runner.run()`, we run a loop until we get a final output.
2. The LLM returns a response, which may include tool calls.
3. If the response has a final output (see below for the more on this), we return it and end the loop.
4. If the response has a handoff, we set the agent to the new agent and go back to step 1.
5. We process the tool calls (if any) and append the tool responses messsages. Then we go to step 1.
5. We process the tool calls (if any) and append the tool responses messages. Then we go to step 1.

There is a `max_turns` parameter that you can use to limit the number of times the loop executes.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
217 changes: 0 additions & 217 deletions tests/src/openai_agents.egg-info/PKG-INFO

This file was deleted.

81 changes: 0 additions & 81 deletions tests/src/openai_agents.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/src/openai_agents.egg-info/dependency_links.txt

This file was deleted.

6 changes: 0 additions & 6 deletions tests/src/openai_agents.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/src/openai_agents.egg-info/top_level.txt

This file was deleted.