unreal-agent-0.1.1
checks.x86_64-linux.pkgs-unreal-agent
· build #5387
· raw
unpackPhase
1unpacking source archive /nix/store/8bl16id823x6b3a1vqglfkq8sis0jmgz-source2source root is sourcebuildPhase
3Building subPackage ./cmd/unreal-agent-runnercheckPhase
4ok github.com/unreallabsai/unreal-agent/cmd/unreal-agent-runner 0.003sfixupPhase
5shrinking RPATHs of ELF executables and libraries in /nix/store/r3r838h2rhawibq7hh0i5h3p2q2jpgaf-unreal-agent-0.1.16shrinking /nix/store/r3r838h2rhawibq7hh0i5h3p2q2jpgaf-unreal-agent-0.1.1/bin/unreal-agent-runner7patchelf: cannot find section '.dynamic'. The input file is most likely statically linked8checking for references to /build/ in /nix/store/r3r838h2rhawibq7hh0i5h3p2q2jpgaf-unreal-agent-0.1.1...9patchelf: cannot find section '.dynamic'. The input file is most likely statically linked10patching script interpreter paths in /nix/store/r3r838h2rhawibq7hh0i5h3p2q2jpgaf-unreal-agent-0.1.111stripping (with command strip and flags -S -p) in /nix/store/r3r838h2rhawibq7hh0i5h3p2q2jpgaf-unreal-agent-0.1.1/bininstallCheckPhase
12Usage:13 unreal-agent-runner [options] < request.json14 unreal-agent-runner [options] 'JSON request'15 unreal-agent-runner [options] -p 'prompt'1617Reads one JSON request from stdin unless a positional request or -p is supplied.18Place options before the positional request. -p and a positional request are mutually exclusive.1920Options:21 -log-directory string22 session JSONL log directory; defaults to <workspace>/logs23 -p prompt24 send a request with the given prompt without reading stdin25 -session-directory string26 directory containing session files (default ".harness/sessions")27 -tool-heartbeat-interval duration28 tool-wait heartbeat interval (0 disables) (default 10m0s)29 -workspace string30 agent workspace and Bash working directory (default ".")3132Request schema (JSON object; unknown fields are rejected):33 messages: array of {role: "user", content: string, message_id?: UUID string}34 Non-empty array of user messages delivered in order. role defaults to "user";35 message_id defaults to a generated UUID.36 prompt: string37 Shorthand for one user message; used when messages is absent.38 Supply messages or prompt. messages takes precedence when both are present.39 model: string (optional)40 Provider model ID; defaults to UNREAL_HARNESS_LLM_MODEL or the provider default.41 max_attempts: positive integer (optional)42 Overrides UNREAL_HARNESS_LLM_MAX_ATTEMPTS (default 5); 1 disables retries.43 system_prompt: string (optional)44 Replaces the default system prompt.45 thinking_level: "low" | "medium" | "high" | "xhigh" | "max" (optional; default "high")46 session_id: non-empty string (optional)47 Creates or resumes a persisted session.48 disallowed_tools: array of non-empty strings (optional)49 Static tool names excluded from model context and execution.50 extra_allowed_tools: array of non-empty strings (optional; accepted but ignored)51 include_partial_messages: boolean (optional; accepted but ignored)