Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the file on how run the handoffs (with a new example) in jupyter notebook #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

muhammad-stack
Copy link

This pull request includes changes to the README.md file and the addition of a new example script in examples/basic/handoff_jupyter.py. The most important changes are the addition of a new Jupyter notebook example and the import and usage of the asyncio library for concurrent code execution.

Documentation updates:

  • README.md: Added a reference to the new Jupyter notebook example script handoff_jupyter.py.

New example script:

  • examples/basic/handoff_jupyter.py: Added a new example script demonstrating the use of Agent and Runner classes, along with the asyncio library for concurrent code execution. The script includes the creation of three agents (coding_agent, debugging_agent, and triage_agent) and an example of running the triage_agent to calculate the factorial of a number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant