12 lines
329 B
YAML
12 lines
329 B
YAML
|
|
# Add the persisted goal domain and its model-facing tools to the real one-shot app.
|
||
|
|
- id: base
|
||
|
|
name: '@cordisjs/plugin-include'
|
||
|
|
config:
|
||
|
|
path: ./cordis.yml
|
||
|
|
patches:
|
||
|
|
- insert:
|
||
|
|
- id: goal
|
||
|
|
name: '@deepseek-ai/dsh-goal'
|
||
|
|
- id: tool-goal
|
||
|
|
name: '@deepseek-ai/dsh-tool-goal'
|