action to resource & 0.9.12

This commit is contained in:
KCFeng425
2025-07-17 04:10:15 +08:00
parent f90be18926
commit 6b7564b9f9
53 changed files with 2526 additions and 761 deletions

View File

@@ -1,5 +1,5 @@
# Goal - 添加试剂的目标参数
string vessel # 目标容器(必需)
Resource vessel # 目标容器(必需)
string reagent # 试剂名称(必需)
string volume # 体积(如 "2.7 mL",可选)
string mass # 质量(如 "19.3 g",可选)

View File

@@ -1,5 +1,5 @@
# Goal - 固体加样操作的目标参数
string vessel # 目标容器(必需)
Resource vessel # 目标容器(必需)
string reagent # 试剂名称(必需)
string mass # 质量字符串(如 "2.9 g",可选)
string mol # 摩尔数字符串(如 "0.12 mol",可选)

View File

@@ -1,5 +1,5 @@
# Request - 与您的 AdjustPHProtocol 类匹配
string vessel
Resource vessel
float64 ph_value
string reagent
---

View File

@@ -1,5 +1,5 @@
# Goal - 离心操作的目标参数
string vessel # 离心容器
Resource vessel # 离心容器
float64 speed # 离心速度 (rpm)
float64 time # 离心时间 (秒)
float64 temp # 温度 (可选,摄氏度)

View File

@@ -1,5 +1,5 @@
# Organic
string vessel # Vessel to clean.
Resource vessel # Vessel to clean.
string solvent # Solvent to clean vessel with.
float64 volume # Optional. Volume of solvent to clean vessel with.
float64 temp # Optional. Temperature to heat vessel to while cleaning.

View File

@@ -1,4 +1,4 @@
string vessel # 要清洗的容器名称
Resource vessel # 要清洗的容器名称
string solvent # 用于清洗容器的溶剂名称
float64 volume # 清洗溶剂的体积,可选参数
float64 temp # 清洗时的温度,可选参数

View File

@@ -1,5 +1,5 @@
# Goal - 结晶操作的目标参数
string vessel # 结晶容器
Resource vessel # 结晶容器
float64 ramp_time # 升温/降温时间 (可选,秒)
float64 ramp_temp # 目标温度 (可选,摄氏度)
---

View File

@@ -1,5 +1,5 @@
# Goal - 溶解操作的目标参数
string vessel # 装有要溶解物质的容器名称(必需)
Resource vessel # 装有要溶解物质的容器名称(必需)
string solvent # 用于溶解物质的溶剂名称(可选)
string volume # 溶剂的体积(如 "10 mL",可选)
string amount # 要溶解物质的量描述(可选)

View File

@@ -1,6 +1,6 @@
# Request
string compound # 化合物
string vessel # 干燥容器
Resource vessel # 干燥容器
---
# Result
bool success # 操作是否成功

View File

@@ -1,5 +1,5 @@
# Organic Synthesis Station EvacuateAndRefill Action
string vessel
Resource vessel
string gas
---
string return_info

View File

@@ -1,5 +1,5 @@
# Organic Synthesis Station Evaporate Action
string vessel # 目标容器
Resource vessel # 目标容器
float64 pressure # 真空度
float64 temp # 温度
string time # 🔧 蒸发时间(支持带单位,如"3 min","180",默认秒)

View File

@@ -1,6 +1,6 @@
# Goal - 过滤操作的目标参数
string vessel # 过滤容器(必需)
string filtrate_vessel # 滤液容器(可选)
Resource vessel # 过滤容器(必需)
Resource filtrate_vessel # 滤液容器(可选)
bool stir # 是否搅拌默认false
float64 stir_speed # 搅拌速度默认0.0
float64 temp # 温度默认25.0

View File

@@ -1,6 +1,6 @@
string from_vessel # 源容器的名称,即物质起始所在的容器
string to_vessel # 目标容器的名称,物质过滤后要到达的容器
string filter_through # 过滤时所通过的介质,如滤纸、柱子等
Resource from_vessel # 源容器的名称,即物质起始所在的容器
Resource to_vessel # 目标容器的名称,物质过滤后要到达的容器
Resource filter_through # 过滤时所通过的介质,如滤纸、柱子等
string eluting_solvent # 洗脱溶剂的名称,可选参数
float64 eluting_volume # 洗脱溶剂的体积,可选参数
int32 eluting_repeats # 洗脱操作的重复次数,默认为 0

View File

@@ -1,5 +1,5 @@
# Goal - 加热冷却操作的目标参数
string vessel # 加热容器名称(必需)
Resource vessel # 加热容器名称(必需)
float64 temp # 目标温度可选默认25.0
string time # 🔧 加热时间(支持带单位,如"5 min","300",默认秒)
string temp_spec # 温度规格(可选)

View File

@@ -1,5 +1,5 @@
# Organic
string vessel
Resource vessel
float64 temp
string purpose
---

View File

@@ -1,5 +1,5 @@
# Organic
string vessel
Resource vessel
---
string return_info
bool success

View File

@@ -1,7 +1,7 @@
# Request
string temp
string time
string vessel
Resource vessel
---
# Result
bool success

View File

@@ -1,6 +1,6 @@
# Organic
string from_vessel
string to_vessel
Resource from_vessel
Resource to_vessel
float64 volume
string amount
float64 time

View File

@@ -1,5 +1,5 @@
# Goal - 清洗/吹扫操作的目标参数
string vessel # 清洗容器
Resource vessel # 清洗容器
string gas # 清洗气体 (可选)
float64 time # 清洗时间 (可选,秒)
float64 pressure # 压力 (可选Pa)

View File

@@ -2,7 +2,7 @@
string ratio # 溶剂比例(如"1:1","3:7"
string solvent1 # 第一种溶剂
string solvent2 # 第二种溶剂
string vessel # 目标容器
Resource vessel # 目标容器
string volume # 🔧 总体积(支持带单位,如"100 mL","50"默认mL
---
# Result

View File

@@ -1,5 +1,6 @@
# Request
string solvent
Resource vessel
---
# Result
bool success

View File

@@ -1,6 +1,6 @@
# Goal - 柱层析操作的目标参数
string from_vessel # 源容器的名称,即样品起始所在的容器(必需)
string to_vessel # 目标容器的名称,分离后的样品要到达的容器(必需)
Resource from_vessel # 源容器的名称,即样品起始所在的容器(必需)
Resource to_vessel # 目标容器的名称,分离后的样品要到达的容器(必需)
string column # 所使用的柱子的名称(必需)
string rf # Rf值可选
string pct1 # 第一种溶剂百分比(如 "40 %",可选)

View File

@@ -1,13 +1,13 @@
# Goal - 分离操作的目标参数
string vessel # 分离容器名称XDL参数必需
Resource vessel # 分离容器名称XDL参数必需
string purpose # 分离目的 ('wash', 'extract', 'separate',可选)
string product_phase # 产物相 ('top', 'bottom',可选)
string from_vessel # 源容器(可选)
string separation_vessel # 分离容器与vessel同义可选
string to_vessel # 目标容器(可选)
string waste_phase_to_vessel # 废相目标容器(可选)
string product_vessel # 产物收集容器XDL参数可选
string waste_vessel # 废液收集容器XDL参数可选
Resource from_vessel # 源容器(可选)
Resource separation_vessel # 分离容器与vessel同义可选
Resource to_vessel # 目标容器(可选)
Resource waste_phase_to_vessel # 废相目标容器(可选)
Resource product_vessel # 产物收集容器XDL参数可选
Resource waste_vessel # 废液收集容器XDL参数可选
string solvent # 溶剂名称(可选)
string solvent_volume # 溶剂体积(如 "200 mL",可选)
string volume # 体积规格XDL参数如 "?",可选)

View File

@@ -1,5 +1,5 @@
# Goal - 启动清洗/吹扫操作的目标参数
string vessel # 清洗容器
Resource vessel # 清洗容器
string gas # 清洗气体 (可选)
float64 pressure # 压力 (可选Pa)
float64 flow_rate # 流速 (可选mL/min)

View File

@@ -1,5 +1,5 @@
# Goal - 启动搅拌操作的目标参数
string vessel # 搅拌容器
Resource vessel # 搅拌容器
float64 stir_speed # 搅拌速度 (可选rpm)
string purpose # 搅拌目的 (可选)
---

View File

@@ -1,5 +1,5 @@
# Goal - 搅拌操作的目标参数
string vessel # 搅拌容器名称(必需)
Resource vessel # 搅拌容器名称(必需)
string time # 🔧 搅拌时间(如 "0.5 h", "30 min", "300",默认秒)
string event # 事件标识(如 "A", "B"
string time_spec # 时间规格(如 "several minutes"

View File

@@ -1,5 +1,5 @@
# Goal - 停止清洗/吹扫操作的目标参数
string vessel # 清洗容器
Resource vessel # 清洗容器
---
# Result - 操作结果
bool success # 操作是否成功

View File

@@ -1,5 +1,5 @@
# Goal - 停止搅拌操作的目标参数
string vessel # 搅拌容器
Resource vessel # 搅拌容器
---
# Result - 操作结果
bool success # 操作是否成功

View File

@@ -1,8 +1,8 @@
# Goal - 固体清洗操作的目标参数
string vessel # 装有固体的容器名称(必需)
Resource vessel # 装有固体的容器名称(必需)
string solvent # 清洗溶剂名称(必需)
string volume # 🔧 体积(支持数字和带单位的字符串,如"100 mL","?"
string filtrate_vessel # 滤液收集容器(可选,默认""
Resource filtrate_vessel # 滤液收集容器(可选,默认""
float64 temp # 清洗温度可选默认25.0
bool stir # 是否搅拌可选默认false
float64 stir_speed # 搅拌速度可选默认0.0