We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5848abe commit 474d40aCopy full SHA for 474d40a
1 file changed
README.md
@@ -69,6 +69,7 @@ Some examples require extra dependencies. See each sample's directory for specif
69
* [eager_wf_start](eager_wf_start) - Run a workflow using Eager Workflow Start
70
* [encryption](encryption) - Apply end-to-end encryption for all input/output.
71
* [env_config](env_config) - Load client configuration from TOML files with programmatic overrides.
72
+* [external_storage](external_storage) - Offload large payloads to S3-compatible object storage, plus a codec server for the Web UI and CLI.
73
* [gevent_async](gevent_async) - Combine gevent and Temporal.
74
* [hello_standalone_activity](hello_standalone_activity) - Use activities without using a workflow.
75
* [langchain](langchain) - Orchestrate workflows for LangChain.
0 commit comments