How It Works — LLM¶
Language models are stateless and forgetful, but applications need chat history, tools, and up-to-date knowledge. These flows show how each of those layers is bolted on top of a plain prompt.
LLM [LLM] {1}¶
From a bare prompt to a full agent loop.