[api][integration] Support agent skills in python#596
Open
wenjin272 wants to merge 3 commits intoapache:mainfrom
Open
[api][integration] Support agent skills in python#596wenjin272 wants to merge 3 commits intoapache:mainfrom
wenjin272 wants to merge 3 commits intoapache:mainfrom
Conversation
Collaborator
Author
|
Regarding the skill e2e testing, I evaluated qwen3:8b, qwen3.5:4b, and qwen3.5:9b. I found that only qwen3.5:9b with thinking enabled could consistently follow the prompts. However, in the GitHub CI environment, the lack of GPU resources results in very slow model inference, causing tests to take over 30 minutes to complete. Consequently, I have temporarily skipped the skill e2e tests. I plan to dedicate time later to investigate and resolve this issue. |
80caeb0 to
2352ecd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issue: #590
Purpose of change
This PR provides basic support for using agent skills in the Flink Agents Python API. We will further enhance usability in subsequent PRs.
Tests
ut & e2e
API
Yes, add abstraction for agnet skill, and modify the chat model api.
Documentation
doc-neededdoc-not-neededdoc-included