a6188466 commited on
Commit
7ef6eb5
·
verified ·
1 Parent(s): 05eb489

docs(README): rephrase DIA description and simplify robot arm demo link

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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), which implements:
120
 
121
- - 🧠 A symbolic DSL for **goal-driven, composable intent execution**
122
- - 🧩 Nested function calls and argument mapping
123
- - 🔄 Support for randomized function and parameter names to simulate tool diversity
124
- - 🤖 Integration with LLMs for automatic parsing and resolution
125
 
126
- For a complete example of tool loading, interactive DSL resolution, and evaluation in the 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
 
 
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