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

Code Generation Agent #184

Merged
merged 8 commits into from
Nov 27, 2024
Merged

Code Generation Agent #184

merged 8 commits into from
Nov 27, 2024

Conversation

dhirenmathur
Copy link
Contributor

No description provided.

AgentInfo(
id="code_generation_agent",
name="Code Generation Agent",
description="An agent specialized in generating code for new features or fixing bugs.",
Copy link
Contributor

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(),
Copy link
Contributor

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
Copy link
Contributor

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:
Copy link
Contributor

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

Copy link

Copy link
Contributor

@vineetshar vineetshar left a comment

Choose a reason for hiding this comment

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

LGTM

@vineetshar vineetshar merged commit 6f6ed2c into main Nov 27, 2024
1 of 2 checks passed
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