Welcome to the new Golem Cloud Docs! 👋
Next Steps

Next steps

After setting up the TypeScript development environment and learning the basic steps writing a Golem component and building them, consider learning about the following topics for creating more advanced Golem agents, or proceed to the Invoke section to learn how to call these agents:

Making HTTP requests from a Golem component

Learn how to send HTTP requests from a Golem component written in TypeScript.

Control durability guarantees

Check how the TypeScript Golem SDK can control various durability settings of Golem.

Automatic retries

Learn about Golem's retry mechanism and how it can be customized.

Transactions

Use the higher level transactions library to implement the Saga pattern.

Promises

Create and use promises to await external events from within a running worker.

Call other workers from a worker

Worker to Worker communication

Set up the worker's filesystem

Worker filesystem

Use LLMs

LLMs

Use fork to achieve parallelism

Forking Workers