Files
united-workforce/proman.yaml
T
xiaoju 75fb752a82 feat: add agent-mock package for deterministic E2E testing (#33)
New package @united-workforce/agent-mock (uwf-mock CLI):
- Reads pre-scripted outputs from a YAML mock data file (--mock-data)
- Counts existing CAS chain steps to determine step index
- Validates expected role matches actual moderator routing
- Stores minimal detail node in CAS for valid step refs
- Zero LLM, instant execution, 100% deterministic

Usage in config.yaml:
  agents:
    mock:
      command: uwf-mock
      args: ["--mock-data", "./fixtures/scenario.yaml"]

Refs #33
2026-06-04 08:00:07 +00:00

43 lines
879 B
YAML

packages:
- name: "@united-workforce/protocol"
path: packages/protocol
type: lib
- name: "@united-workforce/util"
path: packages/util
type: lib
- name: "@united-workforce/util-agent"
path: packages/util-agent
type: lib
- name: "@united-workforce/agent-hermes"
path: packages/agent-hermes
type: cli
- name: "@united-workforce/agent-claude-code"
path: packages/agent-claude-code
type: cli
- name: "@united-workforce/agent-builtin"
path: packages/agent-builtin
type: cli
- name: "@united-workforce/agent-mock"
path: packages/agent-mock
type: cli
- name: "@united-workforce/cli"
path: packages/cli
type: cli
- name: "@united-workforce/dashboard"
path: packages/dashboard
type: webui
private: true
release:
registry: https://registry.npmjs.org
access: public
gitTagPrefix: v