New Key Features
* Users can now document their workflows with markdown and nodes with Python docstrings. Documentation will be shown in the Graphbook web UI.
* Resources can accept other Resources as parameters
* Added general UI improvements
* By default, Graphbook will now only use a single port (8005) for serving web files, media, and its graph API
What's Changed
* Converted all JS files to TS files by rsamf in https://github.com/graphbookai/graphbook/pull/60
* Resources Can Accept Resources by rsamf in https://github.com/graphbookai/graphbook/pull/64
* Improving DC state by rsamf in https://github.com/graphbookai/graphbook/pull/67
* Copying outputs if flag enabled by rsamf in https://github.com/graphbookai/graphbook/pull/68
* Refactors and docs by rsamf in https://github.com/graphbookai/graphbook/pull/71
* Workflow and Node Documentation by rsamf in https://github.com/graphbookai/graphbook/pull/73
**Full Changelog**: https://github.com/graphbookai/graphbook/compare/v0.4.3...v0.5.1