Coding Agent
Coding Agent
MeetAndy's coding and execution agent.
The Coding Agent is the part of MeetAndy that actually writes code. When you hand off a task to Andy — whether from Slack or the web app — the Coding Agent takes the approved plan, makes the code changes in an isolated environment, and opens a pull or merge request for you to review.
You don't interact with the Coding Agent directly. It's the engine behind the scenes when you click Approve on a plan in Slack or in the web app task.
What's in this section
How it fits in
The flow from a single Slack thread typically looks like:
- You mention Andy and describe the task → Andy plans
- You approve the plan → the Coding Agent takes over
- Andy posts progress as the Coding Agent works
- The Coding Agent finishes → Andy shows a walkthrough you can preview
- You approve the preview → Andy opens a pull/merge request
- You review and merge on GitHub/GitLab → the task is done
You can stop the Coding Agent at any point if something goes off course — see How task execution works.