unreal-agent-0.1.1
checks.aarch64-darwin.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.305sfixupPhase
5checking for references to /nix/var/nix/builds/nix-94789-2432041148/ in /nix/store/6k7q76x8ssn1knvvg0j3ig6d4zglgzf7-unreal-agent-0.1.1...6patching script interpreter paths in /nix/store/6k7q76x8ssn1knvvg0j3ig6d4zglgzf7-unreal-agent-0.1.17stripping (with command strip and flags -S) in /nix/store/6k7q76x8ssn1knvvg0j3ig6d4zglgzf7-unreal-agent-0.1.1/bininstallCheckPhase
8Usage:9 unreal-agent-runner [options] < request.json10 unreal-agent-runner [options] 'JSON request'11 unreal-agent-runner [options] -p 'prompt'1213Reads one JSON request from stdin unless a positional request or -p is supplied.14Place options before the positional request. -p and a positional request are mutually exclusive.1516Options:17 -log-directory string18 session JSONL log directory; defaults to <workspace>/logs19 -p prompt20 send a request with the given prompt without reading stdin21 -session-directory string22 directory containing session files (default ".harness/sessions")23 -tool-heartbeat-interval duration24 tool-wait heartbeat interval (0 disables) (default 10m0s)25 -workspace string26 agent workspace and Bash working directory (default ".")2728Request schema (JSON object; unknown fields are rejected):29 messages: array of {role: "user", content: string, message_id?: UUID string}30 Non-empty array of user messages delivered in order. role defaults to "user";31 message_id defaults to a generated UUID.32 prompt: string33 Shorthand for one user message; used when messages is absent.34 Supply messages or prompt. messages takes precedence when both are present.35 model: string (optional)36 Provider model ID; defaults to UNREAL_HARNESS_LLM_MODEL or the provider default.37 max_attempts: positive integer (optional)38 Overrides UNREAL_HARNESS_LLM_MAX_ATTEMPTS (default 5); 1 disables retries.39 system_prompt: string (optional)40 Replaces the default system prompt.41 thinking_level: "low" | "medium" | "high" | "xhigh" | "max" (optional; default "high")42 session_id: non-empty string (optional)43 Creates or resumes a persisted session.44 disallowed_tools: array of non-empty strings (optional)45 Static tool names excluded from model context and execution.46 extra_allowed_tools: array of non-empty strings (optional; accepted but ignored)47 include_partial_messages: boolean (optional; accepted but ignored)