Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
simple: Create an agent with minimal config
This is a method of the Agent class in the agent module.
def simple(instructions: impl Into<String>) -> Result<Self>