Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Inconsistent naming conventions in demo agents #35

Description

@McStevenss

The agent class requires two fields:

  • agent_id
  • name
    For the demo agents all of these utilizes different naming conventions.
    Example:

StellaCactusAgent -> (No demo?)

Agent_id: 'stella/stella_cactus_agent' -> (relative path?)
name: 'StellaCactus' -> (camel case)

DemoBreweryAgent -> (Demo?)

Agent_id: 'brewery_agent' -> (snake case)
name: 'BREWERY' -> (all caps)

GodAgent -> (Demo?)

Agent_id: 'god_agent' -> (snake case)
name: 'God' -> (Capitalization)

All these different conventions make it hard to add agents intuitively and require constant going back and forth to check agent_ids etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions