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

AgentCoder-like Example for Coding Solutions #71

Merged
merged 15 commits into from
May 1, 2024
Merged

Conversation

dillonalaird
Copy link
Member

@dillonalaird dillonalaird commented Apr 29, 2024

First PR for adding in AgentCoder. This is just an example of how to get an agent to code, but some of the abstractions here, like tools_v2, I want to use for other coding examples.

Typing issues: It looks like Windows doesn't support a lot of the resource or signal methods/constants, so I have a few @typing.no_type_check's in there to ignore a lot of the typing issues. If you add too many # type: ignore then Linux/Mac will complain about unnecessary # type: ignore's

Copy link
Collaborator

@shankar-vision-eng shankar-vision-eng left a comment

Choose a reason for hiding this comment

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

Left few comments, more for my understanding. Overall looks good

vision_agent/agent/agent_coder.py Show resolved Hide resolved
vision_agent/agent/agent_coder.py Show resolved Hide resolved
vision_agent/agent/agent_coder.py Show resolved Hide resolved
vision_agent/agent/execution.py Show resolved Hide resolved
Copy link
Collaborator

@shankar-vision-eng shankar-vision-eng left a comment

Choose a reason for hiding this comment

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

LGTM

@dillonalaird dillonalaird merged commit 32263ff into main May 1, 2024
7 checks passed
@dillonalaird dillonalaird deleted the add-agent-coder branch May 14, 2024 21:33
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