Skip to main content

Module config

Module config 

Source
Expand description

Agent configuration constants.

This module defines configuration constants that were previously hardcoded throughout the agent module. By extracting these into a configuration struct, we enable:

  • Dynamic adjustment based on task complexity
  • User-configurable limits in config files
  • Better testability (can test edge cases)
  • Clearer documentation of defaults

Structs§

AgentConfig
Agent runtime configuration.

Constants§

MAX_ITERATIONS
Maximum number of iterations in the main loop.