mix comm_bus.simulate (CommBus v0.1.0)

Copy Markdown View Source

Run CommBus planning locally using YAML fixtures for conversations and entries.

Examples

mix comm_bus.simulate --conversation priv/comm_bus/conversation.yml --entries priv/comm_bus/entries.yml --total 8000 --completion 1000

mix comm_bus.simulate --conversation priv/conv.yml --store CommBus.Storage.Ecto

Summary

Functions

Runs a full CommBus assembly simulation using YAML fixture files for the conversation and entries, printing the plan with included/excluded entries, token usage, and exclusion reasons.

Functions

run(args)

@spec run([String.t()]) :: :ok

Runs a full CommBus assembly simulation using YAML fixture files for the conversation and entries, printing the plan with included/excluded entries, token usage, and exclusion reasons.

Parameters

  • args — Command-line argument list; requires --conversation.