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 agent.

Call other agents from an agent

Agent to Agent communication

Set up the agent's filesystem

Agent filesystem

Use LLMs

LLMs

Use fork to achieve parallelism

Forking agents