Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
-
pinned:
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: OpenRAL
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
+
pinned: true
|
| 8 |
+
short_description: Open-source Robot Agentic Layer
|
| 9 |
---
|
| 10 |
|
| 11 |
+
OpenRAL is to physical robots what LangGraph + Hugging Face is to LLMs — an open-source, typed, layered runtime for composing Vision-Language-Action models and classical controllers into deployable robot agents.
|
| 12 |
+
|
| 13 |
+
**Links:** [GitHub](https://github.com/AdrianLlopart/openral) · [Docs](https://docs.openral.dev) · [Discord](https://discord.gg/ZdNyUT4V5)
|