mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-22 09:34:57 +02:00
- Update Next.js generated chunk hashes and build IDs reflecting latest dashboard build - Update CSS stylesheet references in workflow upload page metadata - Add comprehensive cloud setup E2E test suite (cloud_setup_test.go) with SSH password/key auth, post-command variable expansion, and Ansible integration - Fix API priority levels to include 'medium' priority in test coverage - Add agent-sdk test workflows (minimal, config, codex, multi-agent, session variants) - Update E2E test utilities with runCLIInBase helper for multi-step cloud config tests - Fix stderr/stdout capture in dependencies_target_types_test assertions
23 lines
478 B
YAML
23 lines
478 B
YAML
kind: module
|
|
name: test-agent-sdk-codex
|
|
description: Test agent-sdk step with codex agent
|
|
tags: test,agent-sdk,codex
|
|
|
|
params:
|
|
- name: target
|
|
required: true
|
|
default: example.com
|
|
|
|
steps:
|
|
- name: sdk-codex
|
|
type: agent-sdk
|
|
log: "Running Codex SDK agent for {{Target}}"
|
|
agent: codex
|
|
sdk_config:
|
|
sandbox: "danger-full-access"
|
|
messages:
|
|
- role: user
|
|
content: "Explain what {{Target}} is."
|
|
exports:
|
|
result: "{{sdk_output}}"
|