File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,9 +133,18 @@ run-summary: ## start only the summary application and all needed services
133133.PHONY : run-summary
134134
135135run-agents : # # start the multi-user-transcriber agent
136- @$(COMPOSE ) up --force-recreate -d multi-user-transcriber
136+ @$(MAKE ) run-agent-multi-user-transcriber
137+ @$(MAKE ) run-agent-metadata-collector
137138.PHONY : run-agents
138139
140+ run-agent-multi-user-transcriber : # # start the LiveKit agents (multi users transcriber)
141+ @$(COMPOSE ) up --force-recreate -d multi-user-transcriber
142+ .PHONY : run-agent-multi-user-transcriber
143+
144+ run-agent-metadata-collector : # # start the LiveKit agents (metadata collector)
145+ @$(COMPOSE ) up --force-recreate -d metadata-collector-dev
146+ .PHONY : run-agent-metadata-collector
147+
139148run :
140149run : # # start the wsgi (production) and development server
141150 @$(MAKE ) run-backend
You can’t perform that action at this time.
0 commit comments