- Bugfix of instruction overwrite - More unit tests - Formatting/spacing cleanup of deliberation file
0.2.29.1
Additional non-functionality-changing PyPi changes: - Mermaid diagram asset link
0.2.29
Changed to PyPi metadata and information but not functionality of package 1. Refer to GitHub assets in README 2. Updated citation info 3. Add docs to PyPi
0.2.28
- Significant documentation overhaul: Re-did entire README and Sphinx documentation - Minor improvements to docstrings
0.2.27
- Changed indentation/line wrapping on some templates - Harmonized warning logic: Users can pass in a task to agents and the structure without a warning so long as the stripped versions are identical - Updated readme examples
0.2.26
- Change warning for Moderator and Structure task so only thrown if `moderator.task.strip()` != `structure.task.strip()`--- a warning should not be thrown if a user enters the same task twice, only if the task conflicts.