unreal-agent-0.1.1
checks.aarch64-linux.pkgs-unreal-agent
· build #5387
· raw
1elastic-arm-8d70e30a: building 3d8ir9fw3ns6y914ri57sf6cr1hi81yq-unreal-agent-0.1.1.drv
unpackPhase
2unpacking source archive /nix/store/8bl16id823x6b3a1vqglfkq8sis0jmgz-source3source root is sourcebuildPhase
4Building subPackage ./cmd/unreal-agent-runnercheckPhase
5ok github.com/unreallabsai/unreal-agent/cmd/unreal-agent-runner 0.006sfixupPhase
6shrinking RPATHs of ELF executables and libraries in /nix/store/vr77rdmsi0wcm3cb91y5i6jssp5as6nx-unreal-agent-0.1.17shrinking /nix/store/vr77rdmsi0wcm3cb91y5i6jssp5as6nx-unreal-agent-0.1.1/bin/unreal-agent-runner8patchelf: cannot find section '.dynamic'. The input file is most likely statically linked9checking for references to /build/ in /nix/store/vr77rdmsi0wcm3cb91y5i6jssp5as6nx-unreal-agent-0.1.1...10patchelf: cannot find section '.dynamic'. The input file is most likely statically linked11patching script interpreter paths in /nix/store/vr77rdmsi0wcm3cb91y5i6jssp5as6nx-unreal-agent-0.1.112stripping (with command strip and flags -S -p) in /nix/store/vr77rdmsi0wcm3cb91y5i6jssp5as6nx-unreal-agent-0.1.1/bininstallCheckPhase
13Usage:14 unreal-agent-runner [options] < request.json15 unreal-agent-runner [options] 'JSON request'16 unreal-agent-runner [options] -p 'prompt'1718Reads one JSON request from stdin unless a positional request or -p is supplied.19Place options before the positional request. -p and a positional request are mutually exclusive.2021Options:22 -log-directory string23 session JSONL log directory; defaults to <workspace>/logs24 -p prompt25 send a request with the given prompt without reading stdin26 -session-directory string27 directory containing session files (default ".harness/sessions")28 -tool-heartbeat-interval duration29 tool-wait heartbeat interval (0 disables) (default 10m0s)30 -workspace string31 agent workspace and Bash working directory (default ".")3233Request schema (JSON object; unknown fields are rejected):34 messages: array of {role: "user", content: string, message_id?: UUID string}35 Non-empty array of user messages delivered in order. role defaults to "user";36 message_id defaults to a generated UUID.37 prompt: string38 Shorthand for one user message; used when messages is absent.39 Supply messages or prompt. messages takes precedence when both are present.40 model: string (optional)41 Provider model ID; defaults to UNREAL_HARNESS_LLM_MODEL or the provider default.42 max_attempts: positive integer (optional)43 Overrides UNREAL_HARNESS_LLM_MAX_ATTEMPTS (default 5); 1 disables retries.44 system_prompt: string (optional)45 Replaces the default system prompt.46 thinking_level: "low" | "medium" | "high" | "xhigh" | "max" (optional; default "high")47 session_id: non-empty string (optional)48 Creates or resumes a persisted session.49 disallowed_tools: array of non-empty strings (optional)50 Static tool names excluded from model context and execution.51 extra_allowed_tools: array of non-empty strings (optional; accepted but ignored)52 include_partial_messages: boolean (optional; accepted but ignored)