Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add t5_base Summarization agent abilities #211

Closed
wants to merge 1 commit into from

Conversation

bgoober
Copy link
Contributor

@bgoober bgoober commented Dec 29, 2023

In this pull request I have:

  • Added new SummarizationRequest and SummarizationResponse classes
  • Added a new message handler for summarization requests to the base agent
  • Split the client agents into distinct translation and summarization processes
  • Created a new summarization_client.py agent for the agent bureau
  • Renamed the previous client agent to translation_client.py
  • Updated the README with new instructions and future modifications/considerations

Users can now choose to run either the translation client or the summarization client, depending on which process they would like to use from the t5_base model. The agents now accept their own inputs and make their own distinct requests.

@bgoober bgoober changed the title Add t5_base Summarization agent abilities Feature: Add t5_base Summarization agent abilities Dec 29, 2023
@bgoober bgoober closed this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant