Following up a question that was successfully answ...
# ask-community
t
Following up a question that was successfully answered yesterday. When you run an agent (in my case local agent) + Cloud, what flows does it listen to? Any flows within the account (deduced from the token give)?
k
Hi @Tomás Emilio Silva Ebensperger! Agents figure out what flows to pick up through labels . By default, agents have no set labels and will pick up flows with no labels
t
good to know. excellent!
t
Hi Tomas, FYI if you are using a Local Agent, it will by default add one label for your hostname. If you do not define a storage type for your flow, then your flow will also have this label and will use LocalStorage (store the flow on your machine, where only your agent will be able to run it)
🙌 1
if you'd like to run the local agent without the hostname label you can use
prefect agent local start --no-hostname-label