Template Structure
Each template follows a consistent YAML structure:Common Node Types
CreateMessageHistoryStep: Initializes conversation contextAgenticResearchStep: Multi-turn research with tool accessResponseGenFromResearchStep: Generates responses from research findingsSearchUnstructuredDataStep: Retrieves relevant documentsSearchStructuredDataStep: Queries structured databasesDynamicAgentStep: Flexible agent with dynamic tool selection
Citation Standards
All templates enforce strict citation requirements:- Citation format: number, where number is a
CITE_IDfrom search results - Every factual statement must be cited immediately before final punctuation
- No invented citations; only valid
CITE_IDsfrom current search results
Getting Started
- Select the template that best matches your use case
- Configure datastore connections and API endpoints as needed
- Customize prompts and parameters for your specific domain
- Deploy using your agent orchestration framework
Template Customization
Key areas to customize:- Identity Guidelines: Define the agent’s role and capabilities
- Research/Tool Use Guidelines: Specify domain-specific workflows
- Response Formatting: Customize output structure for your needs
- Tool Configuration: Connect to your data sources and APIs
- Model Selection: Choose appropriate LLMs for your use case