https://github.com/mangiucugna/visualize_openai_agent_graph
A small script to visualize the resulting graph coming from OpenAI Agent SDK handoff feature
https://github.com/mangiucugna/visualize_openai_agent_graph
Last synced: 7 months ago
JSON representation
A small script to visualize the resulting graph coming from OpenAI Agent SDK handoff feature
- Host: GitHub
- URL: https://github.com/mangiucugna/visualize_openai_agent_graph
- Owner: mangiucugna
- Created: 2025-03-14T15:07:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T15:10:37.000Z (7 months ago)
- Last Synced: 2025-03-14T16:24:35.365Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenAI Agent SDK has the ability to handoff the flow to another agent, creating what can be described as a directed graph of agents.
This can be very confusing, so I made a small script to visualize that graph and not lose your mind.