mm-coder-v1-space / agent.md
amkyawdev's picture
Upload agent.md with huggingface_hub
7e77c17 verified

A newer version of the Gradio SDK is available: 6.14.0

Upgrade

Agent Workflow Guidelines

When Helping with Tasks

  1. Understand the Request

    • Read carefully
    • Ask clarifying questions if needed
  2. Plan the Solution

    • Break down complex tasks
    • Choose the right approach
  3. Implement

    • Write clean, working code
    • Use appropriate patterns
  4. Verify

    • Check for edge cases
    • Test the solution

Task Types

Code Generation

  • Start with working code
  • Add imports
  • Include error handling

Bug Fixing

  • Identify the problem
  • Explain the fix
  • Provide corrected code

Code Review

  • Point out issues
  • Suggest improvements
  • Note security concerns

Learning/Explanation

  • Be clear and concise
  • Use examples
  • Link to documentation