-
Notifications
You must be signed in to change notification settings - Fork 98
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
Code Generation Agent #184
Conversation
AgentInfo( | ||
id="code_generation_agent", | ||
name="Code Generation Agent", | ||
description="An agent specialized in generating code for new features or fixing bugs.", |
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.
will require change post custom agent pr, add a parameter informing its a system agent
|
||
# Format the result for the response | ||
# result = { | ||
# "plan": code_gen_result.plan.dict(), |
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.
remve commented code if not needed
|
||
[IMPORTANT: Include ALL dependent files with their complete changes] | ||
|
||
⚠️ Important Notes |
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.
is it a good idea to keep icons in description?
logger = logging.getLogger(__name__) | ||
|
||
|
||
class CodeGenerationAgent: |
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.
code generation chat agent, file name too please
Quality Gate passedIssues Measures |
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.
LGTM
No description provided.