Chat Agent Template

template
flow
By Aulay Labsv2.0.0Updated 2026-03-08

A ready-to-customize conversational AI agent template for Aulay Flow. Includes conversation history management, tool use integration, context window handling, and streaming responses. Pre-configured with Claude as the default model with easy swapping support.

agent
chat
ai
conversational
Installation

Copy this configuration into your project:

# chat-agent.flow.yaml
name: chat-agent
type: conversational
model: claude-sonnet
tools:
  - web-search
  - calculator
  - code-interpreter
memory:
  type: sliding-window
  max_tokens: 100000
streaming: true

Details

Type
template
Platforms
flow
Version
2.0.0
Author
Aulay Labs
Install method
copy config