We need to make our agents more configurable by creating separate config files for storing system prompts and other settings. - [ ] Design a configuration schema for agents - [ ] Create external config files for system prompts - [ ] Implement configuration loading mechanism - [ ] Update agent initialization to use external configs - [ ] Add documentation for agent configuration
We need to make our agents more configurable by creating separate config files for storing system prompts and other settings.