Added
- Added `TitleAbstractReviewer` agent.
- Added a tutorial for the `TitleAbstractReviewer` agent.
- Evaluated lattereeview using the `TitleAbstractReviewer` agent.
Changed
- Addressed a bug in prompts and `BaseAgent` which prevented the correct removal of additional_context and examples where they were not provided to the agents.
- Updated all the docs to reflect all the above changes.
- Updated the `README.md` file to reflect all the above changes.
Removed
- The `ReasoningType` is now removed and `reasoning` in agents receives simple string variables.
Fixed
- The `BasicReviewer` is now directly importable from the agents module.