simple
Method
This is a method of the Agent class in the agent module.Create an agent with minimal config
Signature
Parameters
No description available.
Returns
The result of the operation.
simple: Create an agent with minimal config
This is a method of the Agent class in the agent module.Create an agent with minimal config
def simple(instructions: impl Into<String>) -> Result<Self>