1. Receive user query for place search.
2. Extract search terms, location bias, and filters from the query.
3. Construct the appropriate `goplaces` CLI command.
4. Execute the `goplaces` command with the specified parameters.
5. Parse the output from the `goplaces` command (either human-readable or JSON).
6. Format the results for the user, displaying relevant place information.
7. Present the results to the user.