-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Describe the bug
When executing "agent" produces a syntax error not in yaml file
Version affected
v1.7.1 and v1.7.2
How To Reproduce
Detailed steps to reproduce the behavior:
cagent run writer.yaml
Screenshots
cagent run writer.yaml
For any feedback, please visit: https://docker.qualtrics.com/jfe/form/SV_cNsCIg92nQemlfw
looking for version in config file writer.yaml
[46:1] found character ' ' that cannot start any token
43 | MYSQL_ROOT_PASSWORD: "${DB_ROOT_PASSWORD}"
44 | MYSQL_USER: "${DB_USER_NAME}"
45 | MYSQL_PASSWORD: "${DB_USER_PASSWORD}"
> 46 |
^
47 | nginx:
48 | container_name: nginx
49 | image: nginxproxy/nginx-proxy
50 |
OS and Terminal type
MacOS - BASH
Additional context
YAML file:
version: "2"
agents:
root:
provider: dmr
model: ai/gpt-oss:20B-UD-Q4_K_XL
description: A helpful AI assistant
instruction: |
You are a knowledgeable assistant that helps users with various tasks.
Be helpful, accurate, and concise in your responses. Write in a manner consist with a college freshman.
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working