omnigent-ai--omnigent
20 行
614 B
YAML
20 行
614 B
YAML
spec_version: 1
|
|
|
|
name: compaction-test
|
|
description: A minimal agent for compaction e2e testing.
|
|
|
|
# Force the openai-agents harness explicitly. With the default
|
|
# executor.type=omnigent and no config.harness, the runner computes
|
|
# harness="omnigent", never spawns one, and returns empty output.
|
|
executor:
|
|
type: omnigent
|
|
model: gpt-5.4
|
|
config:
|
|
harness: openai-agents
|
|
|
|
# spec_v1 reads ``instructions:``, not ``prompt:``.
|
|
instructions: |
|
|
You are a helpful assistant used for compaction testing. When asked
|
|
to generate verbose output, produce long detailed responses. When
|
|
asked to summarize, be brief.
|