lmcli/pkg/cli
Matt Low e850c340b7 Add initial support for tool/function calling
Adds the following tools:
- read_dir - list a directory's contents
- read_file - read the content of a file
- write_file - write contents to a file
- insert_file_lines - insert lines in a file
- replace_file_lines - replace or remove lines in a file
2023-11-27 05:26:20 +00:00
..
cli.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
cmd.go Minor cleanup 2023-11-25 01:26:37 +00:00
config.go Add --system-prompt and --system-prompt-file flags 2023-11-22 04:45:06 +00:00
conversation.go Update prompt used to generate conversation title 2023-11-27 05:21:41 +00:00
functions.go Add initial support for tool/function calling 2023-11-27 05:26:20 +00:00
openai.go Add initial support for tool/function calling 2023-11-27 05:26:20 +00:00
store.go Add initial support for tool/function calling 2023-11-27 05:26:20 +00:00
tty.go Refactor streamed response handling 2023-11-24 03:45:43 +00:00
util.go Add --system-prompt and --system-prompt-file flags 2023-11-22 04:45:06 +00:00