Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags: [humanoid, home-agent, robotics, ai]
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Humanoid Basic Home Agent
|
| 8 |
+
|
| 9 |
+
A lightweight humanoid agent
|
| 10 |
+
for handling simple household tasks.
|
| 11 |
+
|
| 12 |
+
## Capabilities
|
| 13 |
+
- Instruction parsing
|
| 14 |
+
- Safe task execution
|
| 15 |
+
- Basic confirmation flow
|
| 16 |
+
|
| 17 |
+
## License
|
| 18 |
+
MIT
|