feat: add Rake tasks agents.dev bash, run streamlit
This commit is contained in:
		
							
								
								
									
										9
									
								
								Rakefile
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user