-
Notifications
You must be signed in to change notification settings - Fork 14
[Flytekit] Add custom agent template in Pyflyte Init #51
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
Conversation
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Signed-off-by: mao3267 <chenvincent610@gmail.com>
|
Thank you for opening this pull request! 🙌 |
Future-Outlier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very amazing, what do we need to push this now?
|
@Future-Outlier You mentioned that some parts of the code for developing the agent are not finished. However, I thought this code was the same as what is referenced here. As a result, I am not sure if the current implementation addresses all the requirements we want for this template. If there are any additional details (instruction comments, tests, documents) we need to cover, please let me know. |
I want to add sync agent example, you can refer the chatgpt plugin |
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Signed-off-by: mao3267 <chenvincent610@gmail.com>
|
Congrats on merging your first pull request! 🎉 |
Tracking issue
Closes flyteorg/flyte#6128
Why are the changes needed?
Users often encounter challenges while developing custom agents. To address this, we aim to provide support through a straightforward template that will help them quickly get on track.
What changes were proposed in this pull request?
How was this patch tested?
template_zip_urltohttps://github.com/mao3267/flytekit-python-template/archive/refs/heads/basic-custom-agent.zipandzip_root_nametoflytekit-python-template-basic-custom-agentfor testing.Setup process
Screenshots
Check all the applicable boxes
Related PRs
None
Docs link
TODO