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.
Reusable agent templates
Use Template
use praisonai::templates; // Pre-configured support agent let agent = templates::support_agent() .name("My Support Bot") .build()?; // Pre-configured researcher let agent = templates::researcher() .build()?;
support_agent
researcher
writer
coder
analyst