Commit ·
de02315
1
Parent(s): 6e10f79
docs: fix YAML frontmatter structure (metadata before content)
Browse files
README.md
CHANGED
|
@@ -1,29 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
<p align="center">
|
| 4 |
<video src="https://huggingface.co/mochingcode/moching/resolve/main/moching_demo.mp4" width="750" controls>
|
| 5 |
Your browser does not support the video tag.
|
| 6 |
</video>
|
| 7 |
-
</p>
|
| 8 |
-
<p align="center"><sub>Moching in action - 25s product demo</sub></p>
|
| 9 |
-
|
| 10 |
-
license_name: proprietary
|
| 11 |
-
license_link: https://mochingcode.com
|
| 12 |
-
tags:
|
| 13 |
-
- ai-agent
|
| 14 |
-
- desktop-automation
|
| 15 |
-
- browser-automation
|
| 16 |
-
- office-automation
|
| 17 |
-
- screen-control
|
| 18 |
-
- windows
|
| 19 |
-
- macos
|
| 20 |
-
- rust
|
| 21 |
-
- python
|
| 22 |
-
- productivity
|
| 23 |
-
- automation
|
| 24 |
-
- llm
|
| 25 |
-
- playwright
|
| 26 |
-
---
|
| 27 |
|
| 28 |
# 🏔️ Moching — AI Agent for Your Entire PC
|
| 29 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: proprietary
|
| 4 |
+
license_link: https://mochingcode.com
|
| 5 |
+
tags:
|
| 6 |
+
- ai-agent
|
| 7 |
+
- desktop-automation
|
| 8 |
+
- browser-automation
|
| 9 |
+
- office-automation
|
| 10 |
+
- screen-control
|
| 11 |
+
- windows
|
| 12 |
+
- macos
|
| 13 |
+
- rust
|
| 14 |
+
- python
|
| 15 |
+
- productivity
|
| 16 |
+
- automation
|
| 17 |
+
- llm
|
| 18 |
+
- playwright
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
<p align="center">
|
| 22 |
<video src="https://huggingface.co/mochingcode/moching/resolve/main/moching_demo.mp4" width="750" controls>
|
| 23 |
Your browser does not support the video tag.
|
| 24 |
</video>
|
| 25 |
+
</p>
|
| 26 |
+
<p align="center"><sub>Moching in action - 25s product demo</sub></p>
|
| 27 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
# 🏔️ Moching — AI Agent for Your Entire PC
|
| 30 |
|