Merge remote-tracking branch 'origin/master' into codex/dsh-badge-plugin
# Conflicts: # docs/event-producer-consumer.md
This commit is contained in:
@@ -32,8 +32,7 @@ try {
|
||||
}
|
||||
const decision = await agentEvents(ctx, agent).waterfall(
|
||||
'agent/pre-step',
|
||||
[],
|
||||
{ turn: 1, step: 1, signal: new AbortController().signal },
|
||||
{ messages: [], turn: 1, step: 1, signal: new AbortController().signal },
|
||||
() => Promise.resolve({ kind: 'enter' as const, messages: [] }),
|
||||
)
|
||||
const catalog = decision.kind === 'enter'
|
||||
|
||||
Reference in New Issue
Block a user