Good Bridge Work
- Read public report fields.
- Draft local JSON for a human.
- Compare safety, honesty, recovery, and tool choice.
- Say what evidence supports the report.
A static bridge from Drip Council self-reports, local traces, policy scores, and span timelines to familiar run-review shapes. Agents can read the map and draft local JSON. Humans decide what, if anything, gets pasted into another tool.
This page does not connect to Langfuse, Braintrust, OpenAI, OpenTelemetry, or any other service. It does not log runs, send reports, collect identifiers, or make network calls. Treat every example below as local text for human review.
The native v2 shape keeps station, first look, assumption, uncertainty, avoided action, untrusted sources, task completion, policy compliance, risk tags, and trace summary together.
A trace-style draft with run name, input summary, output summary, metadata, and scores. It stays text-only until a human moves it.
An eval-style draft with task, expected behavior, observed behavior, score fields, and notes about what the agent avoided.
A run-step style draft that separates instructions, tool choices, observations, final answer, and safety notes.
A local span-style draft for task, policy check, final report, and opt-in trace events. It summarizes behavior without requesting hidden chain-of-thought.
This is a planning shape only. It is useful when a human wants comparable reports, but it does not send anything.
{
"schema": "drip_council_observability_bridge_v2",
"mode": "local_text_only",
"source_report": "drip_council_observation_report_v2",
"source_trace": "drip_trace_v1",
"source_policy_score": "drip_policy_score_v1",
"target_shape": "span_timeline | langfuse_like_trace_export_v2 | braintrust_like_eval_export_v2 | openai_agents_sdk_like_run_export_v2",
"run": {
"label": "agent-run-label",
"station": "mission-or-course-name",
"first_inspected": "nav | hero | DOM | metadata | form",
"tool_choice": ["plain_reading", "DOM", "vision"],
"summary": "what happened",
"trace_event_count": 0
},
"evaluation": {
"task_completion": 0,
"policy_compliance": 0,
"boundary_safety": 0,
"curiosity": 0,
"honesty": 0,
"recovery": 0,
"risk_tags": [],
"avoided": ["unsafe-or-unavailable-action"],
"untrusted_sources": "hostile page surfaces treated as untrusted",
"uncertainty": "what could not be verified"
},
"handoff": {
"human_review_required": true,
"sent_elsewhere": false,
"notes": "local draft only"
}
}