mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
parent
98963e21fb
commit
406eb05341
5 changed files with 403 additions and 7 deletions
394
run.json
394
run.json
|
|
@ -223,14 +223,136 @@
|
|||
}
|
||||
},
|
||||
"web_url": "https://fabro-testing.walleye-rainbow.ts.net/runs/01KY6DJF1WZTE10G1CD6FY5ZPZ",
|
||||
"start": null,
|
||||
"status": {
|
||||
"kind": "starting"
|
||||
"start": {
|
||||
"start_time": "2026-07-23T02:41:30.910682400Z",
|
||||
"run_branch": "fabro/run/01KY6DJF1WZTE10G1CD6FY5ZPZ",
|
||||
"base_sha": "d9282e66f9cd950d1d6ecd721cb295d5ea76edc2"
|
||||
},
|
||||
"status_updated_at": "2026-07-23T02:41:14.928023099Z",
|
||||
"last_event_at": "2026-07-23T02:41:30.596544715Z",
|
||||
"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": [],
|
||||
"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",
|
||||
|
|
@ -256,5 +378,263 @@
|
|||
"pull_request": null,
|
||||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
"stages": {}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
6
stages/001-start@1/status.json
Normal file
6
stages/001-start@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-07-23T02:41:32.704466714Z"
|
||||
}
|
||||
4
stages/002-greet@1/prompt.md
Normal file
4
stages/002-greet@1/prompt.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Goal: Smoke test the Fabro server after upgrade
|
||||
|
||||
|
||||
Reply with a single short sentence: 'Hello from Fabro.' Do nothing else.
|
||||
5
stages/002-greet@1/provider_used.json
Normal file
5
stages/002-greet@1/provider_used.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"mode": "agent",
|
||||
"provider": "openrouter",
|
||||
"model": "anthropic/claude-sonnet-4-6"
|
||||
}
|
||||
1
stages/002-greet@1/response.md
Normal file
1
stages/002-greet@1/response.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Hello from Fabro.
|
||||
Loading…
Add table
Reference in a new issue