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§
- Agent
Config - Agent runtime configuration.
Constants§
- MAX_
ITERATIONS - Maximum number of iterations in the main loop.