a replication of one chunk translation workflow using Agently development framework#13
Open
Maplemx wants to merge 2 commits intoandrewyng:mainfrom
Open
a replication of one chunk translation workflow using Agently development framework#13Maplemx wants to merge 2 commits intoandrewyng:mainfrom
Maplemx wants to merge 2 commits intoandrewyng:mainfrom
Conversation
…evelopment framework.
NatureLProokie
approved these changes
Jul 4, 2024
Collaborator
Author
Hi @j-dominguez9 , thank you for inviting me to checkout PR #30 and that's a great work. In fact Agently is a development framework more like LangChain than Gradio or Streamlit. I think this PR can provide two extra features for the applicaiton:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
INSTRUCTION
This dir
translation_agent_Agentlyis a replication of one chunk translation workflow using Agently development framework with some extra features:./app.pyto test the workflow./workflow.py./prompt_yamlsto optimize prompt instructions without coding, these prompt yaml files will be loaded into model request when the workflow startHOW TO RUN
git clone git@github.com:Maplemx/translation-agent.git cd translation-agent/src/translation-agent-Agently pip install -r requirements.txt python app.py