By setting structlog_config_preset users can choose a configuration preset to either LOCAL or CLOUD grouping best logging configuration for those use cases. Any config options set together with the preset will override the preset options..
An example of how to build end to end chatbot using VDK:
To be able to test now you can execute the entire dag locally on your machine without needing to deploy
Make sure all data job directories are on the same level
Then run dag job as normal:
Or from IDE as explained here and set DAGS_JOB_EXECUTOR_TYPE=local as an environment variable in the run configuration
See more in VDK DAG documentation
Added official support and testing for Python 3.12 in VDK plugins and main components.
Full Changelog: v1.6...v1.7