docs(README): rephrase DIA description and simplify robot arm demo link
Browse files
README.md
CHANGED
|
@@ -116,14 +116,14 @@ Because the robotic arm operates in a real-world environment, the model is expec
|
|
| 116 |
|
| 117 |
## 🧠 DIA DSL Project
|
| 118 |
|
| 119 |
-
The DSL used in this dataset is defined in the [DIA module](https://github.com/gh9869827/fifo-dev-dsl/tree/main/fifo_dev_dsl/dia),
|
| 120 |
|
| 121 |
-
- 🧠
|
| 122 |
-
- 🧩
|
| 123 |
-
- 🔄
|
| 124 |
-
- 🤖
|
| 125 |
|
| 126 |
-
For a complete example of
|
| 127 |
|
| 128 |
---
|
| 129 |
|
|
|
|
| 116 |
|
| 117 |
## 🧠 DIA DSL Project
|
| 118 |
|
| 119 |
+
The DSL used in this dataset is defined in the [DIA module](https://github.com/gh9869827/fifo-dev-dsl/tree/main/fifo_dev_dsl/dia). It is a DSL for interactive agents that translates user intent into tool calls, resolving missing information and runtime errors through user interaction or by querying contextual information available at runtime.
|
| 120 |
|
| 121 |
+
- 🧠 **Structured intent-to-action mapping** for precise and secure execution
|
| 122 |
+
- 🧩 **Composable function calls** with nesting and multi-step workflows
|
| 123 |
+
- 🔄 **Interactive resolution** of missing parameters via queries or user input
|
| 124 |
+
- 🤖 **Built-in runtime recovery mechanisms** for handling runtime errors
|
| 125 |
|
| 126 |
+
For a complete example of how this model can be used in a robotic arm context, see [`robot_arm.py`](https://github.com/gh9869827/fifo-dev-dsl/blob/main/fifo_dev_dsl/dia/demo/robot_arm.py).
|
| 127 |
|
| 128 |
---
|
| 129 |
|