loki-ai 0.1.2

An all-in-one, batteries included LLM CLI Tool
1
2
3
4
5
6
7
8
9
10
11
12
---
# Everything in this section is optional
name: <role-name>                     # The name of the role
model: openai:gpt-4o                  # The model to use for this role
temperature: 0.2                      # The temperature to use for this role when querying the model
top_p: 0                              # The top_p to use for this role when querying the model
enabled_tools: fs_ls,fs_cat           # A comma-separated list of tools to enable for this role
enabled_mcp_servers: github,gitmcp    # A comma-separated list of MCP servers to enable for this role
prompt: null                          # A custom prompt to use for this role that will immediately query
                                      # the model for output instead of using the instructions below
---
You are an expert at doing things. This is where you write the instructions for the role.