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

Add MagenticOne CLI #4788

Open
wants to merge 4 commits into
base: gagb-magentic
Choose a base branch
from
Open

Add MagenticOne CLI #4788

wants to merge 4 commits into from

Conversation

gagb
Copy link
Collaborator

@gagb gagb commented Dec 23, 2024

Extends #4782

This pull request introduces a new CLI tool for running tasks using the MagenticOne model and updates the project configuration to include this new script. The most important changes include adding the script entry point to the project configuration and implementing the CLI tool itself.

Usage:

pip install autogen_ext
m1 "How many people are there in MSR HAX group"

Project Configuration Updates:

New CLI Tool Implementation:

Screen.Recording.2024-12-22.at.6.24.31.PM.mov

@gagb gagb mentioned this pull request Dec 23, 2024
@gagb gagb marked this pull request as ready for review December 23, 2024 02:35
"For more information, refer to the following paper: https://arxiv.org/abs/2411.04468"
)
)
parser.add_argument('task', type=str, nargs='*', help='The task to be executed by MagenticOne.')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting...

Copy link
Collaborator Author

@gagb gagb Dec 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the CLI! Please check now :)

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.

2 participants