mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
640 lines
No EOL
20 KiB
JSON
640 lines
No EOL
20 KiB
JSON
{
|
|
"title": "Smoke test the Fabro server after upgrade",
|
|
"spec": {
|
|
"run_id": "01KY6DJF1WZTE10G1CD6FY5ZPZ",
|
|
"settings": {
|
|
"project": {
|
|
"name": null,
|
|
"description": null,
|
|
"metadata": {}
|
|
},
|
|
"workflow": {
|
|
"name": null,
|
|
"description": null,
|
|
"graph": "workflow.fabro",
|
|
"metadata": {}
|
|
},
|
|
"run": {
|
|
"goal": {
|
|
"type": "inline",
|
|
"value": "Smoke test the Fabro server after upgrade"
|
|
},
|
|
"working_dir": null,
|
|
"metadata": {},
|
|
"inputs": {},
|
|
"model": {
|
|
"provider": "openrouter",
|
|
"name": "anthropic/claude-sonnet-4-6",
|
|
"fallbacks": [],
|
|
"controls": {
|
|
"reasoning_effort": null,
|
|
"speed": null
|
|
}
|
|
},
|
|
"git": {
|
|
"author": null
|
|
},
|
|
"prepare": {
|
|
"steps": [],
|
|
"timeout_ms": 300000
|
|
},
|
|
"execution": {
|
|
"mode": "normal",
|
|
"approval": "auto"
|
|
},
|
|
"checkpoint": {
|
|
"exclude_globs": [],
|
|
"skip_git_hooks": false,
|
|
"commit_timeout_ms": 30000
|
|
},
|
|
"clone": {
|
|
"enabled": true
|
|
},
|
|
"run_branch": {
|
|
"enabled": true,
|
|
"push": true
|
|
},
|
|
"meta_branch": {
|
|
"enabled": true,
|
|
"push": true
|
|
},
|
|
"environment": {
|
|
"id": "default",
|
|
"provider": "daytona",
|
|
"image": {
|
|
"docker": null,
|
|
"dockerfile": {
|
|
"type": "inline",
|
|
"value": "FROM buildpack-deps:noble\n"
|
|
}
|
|
},
|
|
"resources": {
|
|
"cpu": 2,
|
|
"memory": "4GB",
|
|
"disk": null
|
|
},
|
|
"network": {
|
|
"mode": "allow_all",
|
|
"allow": []
|
|
},
|
|
"lifecycle": {
|
|
"preserve": false,
|
|
"stop_on_terminal": true,
|
|
"auto_stop": null
|
|
},
|
|
"labels": {},
|
|
"env": {}
|
|
},
|
|
"notifications": {
|
|
"feed": {
|
|
"enabled": true,
|
|
"provider": "slack",
|
|
"events": [
|
|
"run.started",
|
|
"run.completed",
|
|
"run.failed"
|
|
],
|
|
"slack": {
|
|
"channel": "#feed-fabro"
|
|
}
|
|
}
|
|
},
|
|
"interviews": {
|
|
"provider": null,
|
|
"slack": null
|
|
},
|
|
"agent": {
|
|
"fabro_tools": false,
|
|
"permissions": null,
|
|
"mcps": {}
|
|
},
|
|
"hooks": [],
|
|
"scm": {
|
|
"provider": null,
|
|
"owner": null,
|
|
"repository": null,
|
|
"github": null
|
|
},
|
|
"pull_request": null,
|
|
"artifacts": {
|
|
"include": []
|
|
},
|
|
"integrations": {
|
|
"github": {
|
|
"permissions": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"graph": {
|
|
"name": "Smoke",
|
|
"nodes": {
|
|
"greet": {
|
|
"id": "greet",
|
|
"attrs": {
|
|
"prompt": {
|
|
"String": "Reply with a single short sentence: 'Hello from Fabro.' Do nothing else."
|
|
},
|
|
"label": {
|
|
"String": "Greet"
|
|
}
|
|
}
|
|
},
|
|
"start": {
|
|
"id": "start",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "Mdiamond"
|
|
},
|
|
"label": {
|
|
"String": "Start"
|
|
}
|
|
}
|
|
},
|
|
"exit": {
|
|
"id": "exit",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "Msquare"
|
|
},
|
|
"label": {
|
|
"String": "Exit"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"edges": [
|
|
{
|
|
"from": "start",
|
|
"to": "greet",
|
|
"attrs": {}
|
|
},
|
|
{
|
|
"from": "greet",
|
|
"to": "exit",
|
|
"attrs": {}
|
|
}
|
|
],
|
|
"attrs": {
|
|
"goal": {
|
|
"String": "Smoke test the Fabro server after upgrade"
|
|
},
|
|
"rankdir": {
|
|
"String": "LR"
|
|
}
|
|
}
|
|
},
|
|
"graph_source": "digraph Smoke {\n graph [goal=\"Smoke test the Fabro server after upgrade\"]\n rankdir=LR\n\n start [shape=Mdiamond, label=\"Start\"]\n exit [shape=Msquare, label=\"Exit\"]\n\n greet [label=\"Greet\", prompt=\"Reply with a single short sentence: 'Hello from Fabro.' Do nothing else.\"]\n\n start -> greet -> exit\n}\n",
|
|
"workflow_slug": "fabro-smoke-0.303.0-nightly.1",
|
|
"source_directory": "/private/tmp/fabro-nightly-fix.DHIhlo",
|
|
"provenance": {
|
|
"server": {
|
|
"version": "0.303.0-nightly.1"
|
|
},
|
|
"client": {
|
|
"user_agent": "fabro-cli/0.303.0-nightly.1",
|
|
"name": "fabro-cli",
|
|
"version": "0.303.0-nightly.1"
|
|
},
|
|
"subject": {
|
|
"kind": "user",
|
|
"identity": {
|
|
"issuer": "https://github.com",
|
|
"subject": "19"
|
|
},
|
|
"login": "brynary",
|
|
"auth_method": "github",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/19?v=4"
|
|
}
|
|
},
|
|
"manifest_blob": "0ce91c59cfa56fc205493239251bcca3776c6814a7e8453ae136e15de263fc7a",
|
|
"definition_blob": "455e1c43d58ac1539679443d9497821bd2b16b48c3bc3d3fa53f942ea10f0080",
|
|
"git": {
|
|
"origin_url": "https://github.com/fabro-sh/fabro",
|
|
"branch": "main",
|
|
"sha": "b39e3767a3aa603cfcfc278233abae4983f01286",
|
|
"dirty": "clean",
|
|
"push_outcome": {
|
|
"type": "failed",
|
|
"remote": "origin",
|
|
"branch": "main",
|
|
"message": "Engine error: git push failed: To github.com:fabro-sh/fabro.git\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'github.com:fabro-sh/fabro.git'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. If you want to integrate the remote changes,\nhint: use 'git pull' before pushing again.\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\n"
|
|
}
|
|
}
|
|
},
|
|
"web_url": "https://fabro-testing.walleye-rainbow.ts.net/runs/01KY6DJF1WZTE10G1CD6FY5ZPZ",
|
|
"start": {
|
|
"start_time": "2026-07-23T02:41:30.910682400Z",
|
|
"run_branch": "fabro/run/01KY6DJF1WZTE10G1CD6FY5ZPZ",
|
|
"base_sha": "d9282e66f9cd950d1d6ecd721cb295d5ea76edc2"
|
|
},
|
|
"status": {
|
|
"kind": "running"
|
|
},
|
|
"status_updated_at": "2026-07-23T02:41:30.910718321Z",
|
|
"last_event_at": "2026-07-23T02:41:34.500131736Z",
|
|
"pending_control": null,
|
|
"checkpoints": [
|
|
{
|
|
"seq": 19,
|
|
"checkpoint": {
|
|
"timestamp": "2026-07-23T02:41:32.704587444Z",
|
|
"current_node": "start",
|
|
"completed_nodes": [
|
|
"start"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"current_node": "start",
|
|
"internal.fidelity": "compact",
|
|
"internal.run_id": "01KY6DJF1WZTE10G1CD6FY5ZPZ",
|
|
"failure_signature": "",
|
|
"internal.retry_count.start": 0,
|
|
"graph.rankdir": "LR",
|
|
"internal.node_visit_count": 1,
|
|
"internal.thread_id": null,
|
|
"internal.work_dir": "/home/daytona/workspace/fabro",
|
|
"outcome": "succeeded",
|
|
"failure_class": "",
|
|
"graph.goal": "Smoke test the Fabro server after upgrade"
|
|
},
|
|
"node_outcomes": {
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "greet",
|
|
"node_visits": {
|
|
"start": 1
|
|
}
|
|
},
|
|
"diff": {}
|
|
},
|
|
{
|
|
"seq": 0,
|
|
"checkpoint": {
|
|
"timestamp": "2026-07-23T02:41:34.531023179Z",
|
|
"current_node": "greet",
|
|
"completed_nodes": [
|
|
"start",
|
|
"greet"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"graph.goal": "Smoke test the Fabro server after upgrade",
|
|
"internal.run_id": "01KY6DJF1WZTE10G1CD6FY5ZPZ",
|
|
"current_node": "greet",
|
|
"internal.fidelity": "compact",
|
|
"internal.work_dir": "/home/daytona/workspace/fabro",
|
|
"failure_signature": "",
|
|
"failure_class": "",
|
|
"last_stage": "greet",
|
|
"internal.retry_count.start": 0,
|
|
"response.greet": "Hello from Fabro.",
|
|
"internal.retry_count.greet": 0,
|
|
"last_response": "Hello from Fabro.",
|
|
"internal.node_visit_count": 1,
|
|
"thread.start.current_node": "greet",
|
|
"outcome": "succeeded",
|
|
"graph.rankdir": "LR",
|
|
"internal.thread_id": "start"
|
|
},
|
|
"node_outcomes": {
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
},
|
|
"greet": {
|
|
"status": "succeeded",
|
|
"context_updates": {
|
|
"last_response": "Hello from Fabro.",
|
|
"response.greet": "Hello from Fabro.",
|
|
"last_stage": "greet"
|
|
},
|
|
"notes": "Stage completed: greet",
|
|
"usage": {
|
|
"input": {
|
|
"usage": {
|
|
"model": {
|
|
"provider": "openrouter",
|
|
"model_id": "anthropic/claude-sonnet-4-6"
|
|
},
|
|
"tokens": {
|
|
"input_tokens": 8526,
|
|
"output_tokens": 9,
|
|
"reasoning_tokens": 0,
|
|
"cache_read_tokens": 0,
|
|
"cache_write_tokens": 0
|
|
}
|
|
},
|
|
"facts": {
|
|
"algorithm": "anthropic",
|
|
"cache_write_5m_tokens": 0,
|
|
"cache_write_1h_tokens": 0
|
|
}
|
|
},
|
|
"total_usd_micros": 25713
|
|
},
|
|
"timing": {
|
|
"wall_time_ms": 0,
|
|
"inference_time_ms": 1351,
|
|
"tool_time_ms": 0,
|
|
"active_time_ms": 1351
|
|
}
|
|
}
|
|
},
|
|
"next_node_id": "exit",
|
|
"node_visits": {
|
|
"greet": 1,
|
|
"start": 1
|
|
}
|
|
},
|
|
"diff": {}
|
|
}
|
|
],
|
|
"conclusion": null,
|
|
"sandbox": {
|
|
"kind": "ready",
|
|
"plan": {
|
|
"provider": "daytona"
|
|
},
|
|
"instance": {
|
|
"provider": "daytona",
|
|
"snapshot": "fabro-a63a9b12-e5b2-8a28-a6bb-e490731cd4b5",
|
|
"runtime": {
|
|
"id": "fabro-01KY6DJF1WZTE10G1CD6FY5ZPZ",
|
|
"working_directory": "/home/daytona/workspace/fabro",
|
|
"repo_cloned": true,
|
|
"clone_origin_url": "https://github.com/fabro-sh/fabro",
|
|
"clone_branch": "main",
|
|
"workspace_root": "/home/daytona/workspace",
|
|
"repos_root": "/home/daytona/repos",
|
|
"primary_repo_path": "/home/daytona/repos/fabro-sh/fabro",
|
|
"primary_repo_link": "/home/daytona/workspace/fabro"
|
|
}
|
|
}
|
|
},
|
|
"pull_request": null,
|
|
"superseded_by": null,
|
|
"pending_interviews": {},
|
|
"stages": {
|
|
"start@1": {
|
|
"first_event_seq": 16,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": null,
|
|
"failure_reason": null,
|
|
"timestamp": "2026-07-23T02:41:32.704466714Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": null,
|
|
"script_timing": null,
|
|
"parallel_results": null,
|
|
"output": null,
|
|
"started_at": "2026-07-23T02:41:32.704359304Z",
|
|
"handler": "start",
|
|
"timing": {
|
|
"wall_time_ms": 0,
|
|
"inference_time_ms": 0,
|
|
"tool_time_ms": 0,
|
|
"active_time_ms": 0
|
|
},
|
|
"usage": {
|
|
"input_tokens": 0,
|
|
"output_tokens": 0,
|
|
"total_tokens": 0,
|
|
"reasoning_tokens": 0,
|
|
"cache_read_tokens": 0,
|
|
"cache_write_tokens": 0
|
|
},
|
|
"state": "succeeded"
|
|
},
|
|
"greet@1": {
|
|
"first_event_seq": 20,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": null,
|
|
"provider_used": {
|
|
"mode": "agent",
|
|
"provider": "openrouter",
|
|
"model": "anthropic/claude-sonnet-4-6"
|
|
},
|
|
"diff": null,
|
|
"script_invocation": null,
|
|
"script_timing": null,
|
|
"parallel_results": null,
|
|
"output": null,
|
|
"started_at": "2026-07-23T02:41:32.704682203Z",
|
|
"handler": "agent",
|
|
"usage": {
|
|
"input_tokens": 8526,
|
|
"output_tokens": 9,
|
|
"total_tokens": 8535,
|
|
"reasoning_tokens": 0,
|
|
"cache_read_tokens": 0,
|
|
"cache_write_tokens": 0,
|
|
"total_usd_micros": 25713
|
|
},
|
|
"model": {
|
|
"provider": "openrouter",
|
|
"model_id": "anthropic/claude-sonnet-4-6"
|
|
},
|
|
"skills": {
|
|
"available": [
|
|
{
|
|
"name": "rust-style-guide",
|
|
"description": "Apply this Rust style guide when writing, reviewing, refactoring, or configuring Rust code for this project. Covers Rust 2024/MSRV, library vs application conventions, public API design, errors, panics, ownership and cloning, async/Tokio/concurrency, tracing, rustfmt/Clippy, testing with nextest, and unsafe/macro policy. Also use when setting up new Rust projects, investigating Rust performance, verifying library releases, or reviewing Rust code changes."
|
|
}
|
|
],
|
|
"activated": []
|
|
},
|
|
"permission_level": "full",
|
|
"agent_tools": [
|
|
{
|
|
"name": "close_agent",
|
|
"description": "Close a running subagent that is no longer needed.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "subagent",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "edit_file",
|
|
"description": "Edit a file by replacing an exact string. The old_string must be an exact match and unique unless replace_all is true; include surrounding context when needed. Read the file first and preserve existing indentation.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "write",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "glob",
|
|
"description": "Find files by file names using a glob pattern. Use path to choose the search root. Prefer this over shell find or ls when locating repository files.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "read",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "grep",
|
|
"description": "Search file contents with a regex pattern. Use path to choose the search root, glob_filter to limit matching files, case_insensitive for case folding, and max_results to cap output.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "read",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "read_file",
|
|
"description": "Read files before editing them. Returns line-numbered text and supports offset/limit for large files. Use this instead of shell cat, head, tail, or sed when inspecting repository files.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "read",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "request_user_input",
|
|
"description": "Ask the human one or more questions and wait for their answers before continuing this stage.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "other",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "send_input",
|
|
"description": "Send a follow-up message to a running subagent when new information or corrected instructions are needed.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "subagent",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "shell",
|
|
"description": "Execute shell commands for terminal operations, package managers, tests and builds. Use dedicated tools for file reads, file edits, filename searches, and content searches. Provide timeout_ms for long-running commands.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "shell",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "spawn_agent",
|
|
"description": "Spawn a subagent for independent work or context isolation. Use it for tasks that can proceed separately, and avoid duplicating the same work in the parent session.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "subagent",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "update_plan",
|
|
"description": "Update the multi-step plan for the current task. Submit the entire plan; existing steps are reconciled by exact step text.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "other",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "use_skill",
|
|
"description": "Load a skill's instructions by name. Call this when the user's request matches an available skill.",
|
|
"source": {
|
|
"kind": "skill"
|
|
},
|
|
"category": "other",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "wait",
|
|
"description": "Wait for a subagent to complete, then use the result to synthesize the outcome for the user.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "subagent",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "web_fetch",
|
|
"description": "Fetch content from a URL that starts with http:// or https://. Pass a prompt to extract specific information or summarize the page; omit prompt to return the page content.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "other",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "web_search",
|
|
"description": "Search the web using Brave Search when current external information is needed. Returns result titles, URLs, and descriptions; use web_fetch for a specific URL.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "other",
|
|
"invoked": false
|
|
},
|
|
{
|
|
"name": "write_file",
|
|
"description": "Create new files, or overwrite an existing file only when replacement is explicitly intended. Prefer edit_file for targeted changes to existing files because write_file overwrites the full file content.",
|
|
"source": {
|
|
"kind": "native"
|
|
},
|
|
"category": "write",
|
|
"invoked": false
|
|
}
|
|
],
|
|
"context_window": {
|
|
"provider": "openrouter",
|
|
"model": "anthropic/claude-sonnet-4-6",
|
|
"context_window_tokens": 1000000,
|
|
"input_tokens": 8526,
|
|
"usage_percent": 0.8526,
|
|
"count_method": "response_usage_scaled_breakdown",
|
|
"staleness": "live",
|
|
"generated_at": "2026-07-23T02:41:34.499702973Z",
|
|
"event_seq": 29,
|
|
"breakdown": [
|
|
{
|
|
"category": "system_prompt",
|
|
"tokens": 1306,
|
|
"usage_percent": 0.1306
|
|
},
|
|
{
|
|
"category": "tools",
|
|
"tokens": 1996,
|
|
"usage_percent": 0.1996
|
|
},
|
|
{
|
|
"category": "skills",
|
|
"tokens": 267,
|
|
"usage_percent": 0.0267
|
|
},
|
|
{
|
|
"category": "memory",
|
|
"tokens": 4907,
|
|
"usage_percent": 0.4907
|
|
},
|
|
{
|
|
"category": "conversation",
|
|
"tokens": 43,
|
|
"usage_percent": 0.0043
|
|
},
|
|
{
|
|
"category": "other",
|
|
"tokens": 7,
|
|
"usage_percent": 0.0007
|
|
}
|
|
],
|
|
"warnings": []
|
|
},
|
|
"state": "running"
|
|
}
|
|
}
|
|
} |