diff --git a/Rakefile b/Rakefile index 29ea977..302ff66 100755 --- a/Rakefile +++ b/Rakefile @@ -96,8 +96,13 @@ namespace :live do end desc 'terminal' - task :sh do - compose('exec', 'live.dev', 'bash') + task :sh_agents do + compose('exec', 'agents.dev', 'bash') + end + + desc 'Correr chat de Streamlit' + task :streamlit do + compose('exec', 'agents.dev', "streamlit run app/chat_dc.py") end end