Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

simple

Method
This is a method of the Agent class in the agent module.
Create an agent with minimal config

Signature

def simple(instructions: impl Into<String>) -> Result<Self>

Parameters

instructions
impl Into<String>
required
No description available.

Returns

Returns
Result<Self>
The result of the operation.