Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Changelog
All notable changes to this project will be documented here.

## [0.1.0] - Initial release
- Added simple agents and orchestrator
- Set up CI workflows and basic unit tests
Comment on lines +5 to +6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

It would be helpful to provide more context or details about the specific agents and orchestrator that were added in this initial release. This could include their purpose, functionality, or any key features. This would help readers understand the scope and capabilities of the initial release.

Suggested change
- Added simple agents and orchestrator
- Set up CI workflows and basic unit tests
- Added simple agents and orchestrator: DataParserAgent, SummarizerAgent, OptimizerAgent, LoggerAgent and Orchestrator class
- Set up CI workflows and basic unit tests