Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
# Test-only composition: session-telemetry-otel through the real Loader/app
|
|
# path, exporting to the mock OTLP collector the driver starts (url via env).
|
|
# The redact-rule entry models a deployment mounting its own scrub rule on the
|
|
# session-telemetry/record waterfall — the seam itself ships no rules.
|
|
- id: logger-console
|
|
name: '@deepseek-ai/cordis-plugin-logger-console'
|
|
config:
|
|
colors: false
|
|
levels:
|
|
default: 3
|
|
showTime: ''
|
|
|
|
- id: cli-mock-llm
|
|
name: './cli-mock-llm.ts'
|
|
|
|
- id: telemetry-redact-rule
|
|
name: './telemetry-redact-rule.ts'
|
|
|
|
# Managed child-process groups required by the bash executor.
|
|
- id: subprocess
|
|
name: '@deepseek-ai/dsh-subprocess-local'
|
|
|
|
- id: bash
|
|
name: '@deepseek-ai/dsh-bash-local'
|
|
|
|
- id: session-telemetry-otel
|
|
name: '@deepseek-ai/dsh-session-telemetry-otel'
|
|
config:
|
|
mode: !!js process.env.DSH_TELEMETRY_E2E_MODE || 'FULL'
|
|
exporter:
|
|
url: !!js process.env.DSH_TELEMETRY_E2E_URL
|
|
|
|
- id: agent-spine
|
|
name: '@deepseek-ai/dsh-agent-spine-demo'
|
|
config:
|
|
agents:
|
|
- id: main
|
|
provider: cli-mock
|
|
model: cli-mock
|
|
cwd: !!js process.cwd()
|
|
persona: 'Test the session-telemetry-otel plugin.'
|
|
workspaceContext: false
|
|
|
|
- id: persistence
|
|
name: '@deepseek-ai/dsh-session-persistence-jsonl'
|
|
config:
|
|
root: './.sessions'
|
|
compression: 'none'
|
|
|
|
- id: checkpoint-policy
|
|
name: '@deepseek-ai/dsh-session-checkpoint-policy'
|