## Contributing Guideline

We recommend to submit your AI Agent to the ai-agent-marketplace using web submission page [Submit Your Agent](https://deepnlp.org/workspace/api_dashboard), or `agtm` package method. 
Also if you want to commit to the markdown AGENT.md, we would like to help you sync data to the website index.


#### Pull Request PR Format

```
# AGENT_NAME
## [display name](https://your-website-link.com)
![thumbnail_picture](https://your-thumbnail-url.com)

Short introduction of your AI agent. Explain what it does, why it is useful, and its main value.

<details>

### Website
https://your-website-link.com

### Description
Detailed description of your AI agent. Include features, use cases, and how it works.

### Category
Category Name (e.g. Email Writing, Coding, Marketing, etc.)

### Tags
TAG1,TAG2,AI AGENT

### Reviews
https://your-review-link.com

### Links
https://your-website-link.com<br>
https://additional-link.com<br>

</details>
```




