Skip to content

MacOS - cagent-darwin-arm64 error when using run command #536

@mnejmantowicz

Description

@mnejmantowicz

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

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions