Skip to content

History Toolset

Access and search conversation history.

Basic Usage

agents:
  my_agent:
    toolsets:
      - type: history

Use Cases

  • Recall previous conversations
  • Search for specific topics discussed
  • Build context from past interactions

Configuration Reference

History Toolset

Configuration for history toolset.

History Toolset (YAML)
1
2
3
4
toolsets:
- type: history
  tools: null  # Optional tool filter to enable/disable specific tools.
  namespace: null  # Optional namespace prefix for tool names