-
Notifications
You must be signed in to change notification settings - Fork 99
Add GithubAgent step #1366
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 GithubAgent step #1366
Conversation
| from patchwork.common.tools.tool import Tool | ||
|
|
||
|
|
||
| class GitHubTool(Tool, tool_name="github_tool"): |
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.
abc_register=False?
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.
its alright since Tool.get_tools will exclude it when gh_token is not provided
File Changed:
|
Adds GithubAgent step which uses AgenticLLMV2.
AgenticLLMV2 now uses our AioLlmClient which allows its model to be changed.
Add logging to tools.
PR Checklist
PR Type
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information