Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 623 Bytes

File metadata and controls

31 lines (18 loc) · 623 Bytes

Complex problems

This playground is about structuring the thinking process of a model with a Domain Specific Language to structure the thinking process of the model and support interaction with complex systems.

dsl

Using DSL to structure the model thinking

Use a model to plan a shipment using a specific DSL

python trucking-plan.py

Combine a DSL with tools

Use a model to plan and validate a shipment

python execute-plan.py

Use process framework from Semantic Kernel

Use the Semantic Kernel process framework to prcess steps in order

python process-step.py