diff --git a/README.md b/README.md index ac1a7a6..6db22e6 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,6 @@ Available formatters: ## Usage -Here's the default help output for `lmcli`: - ```console $ lmcli help lmcli - Large Language Model CLI @@ -141,13 +139,15 @@ $ lmcli prompt "What is the answer to life, the universe, and everything?" ## Agents -Agents in `lmcli` are configurations that combine a system prompt with a set of available tools. You can define agents in the `config.yaml` file and switch between them using the `--agent` or `-a` flag. +Agents in `lmcli` combine a system prompt with a set of available tools. Agents are defined in`config.yaml` and you use them with the `-a`/`--agent` flag. Example: -```sh -lmcli chat -a financier +```console +$ lmcli chat -a financier ``` +Agent functionality is expected to be expanded on, bringing them to close parity with something like OpenAI's "Assistants" feature. + ## Tools `lmcli` supports tool calling. The following built-in tools are currently available: