sholloway / agents-playground

MIT License
4 stars 0 forks source link

Replace TOML with a Scene File DSL #53

Open sholloway opened 1 year ago

sholloway commented 1 year ago

Currently, scenes are defined through a combination of configuration in a TOML file and then logic implemented in Python in the form of renderers and tasks. A Scene File DSL might enable having a cleaner scene definition.

Potential Features

Resources