fabro/lib/crates/fabro-agent/src
Bryan Helmkamp 70bfa53255 Simplify: fix buggy JSON sorting, deduplicate event filtering, clean up wait loop
- Replace no-op sort_json_value (IndexMap→IndexMap) in create.rs with
  normalize_json_value (IndexMap→BTreeMap→Map) from event.rs, fixing
  RunCreated events having non-deterministic key order
- Add AgentEvent::is_streaming_noise() to centralize the 6-variant
  streaming filter used in api.rs, retro.rs, and subagent.rs
- Extract load_file_status closure and merge Ok(None)|Err(_) arms in
  wait.rs to remove triple-repeated RunStatusRecord::load expression

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 20:13:15 -04:00
..
profiles Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
agent_profile.rs Enable 7 additional pedantic clippy lints 2026-03-29 13:47:08 -04:00
cli.rs Refactor run event envelopes and subagent linking 2026-03-30 17:09:07 -04:00
compaction.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
config.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
docker_sandbox.rs Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00
error.rs Add #[source] error chaining to SdkError and tool_type field to ToolCall 2026-03-23 15:38:00 -04:00
event.rs Expand workflow event payloads and stabilize CLI logs 2026-04-01 20:13:14 -04:00
file_tracker.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
history.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
lib.rs Fix unreachable_pub and unsafe_code warnings in test code 2026-03-29 13:47:09 -04:00
local_sandbox.rs Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00
loop_detection.rs fix clippy large_enum_variant and rename ARC_ env vars in .env.example 2026-03-12 14:37:22 -04:00
mcp_integration.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
memory.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
read_before_write_sandbox.rs Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00
sandbox.rs Apply rustfmt 2024 style edition across workspace 2026-03-29 13:47:08 -04:00
session.rs Expand workflow event payloads and stabilize CLI logs 2026-04-01 20:13:14 -04:00
skills.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
subagent.rs Simplify: fix buggy JSON sorting, deduplicate event filtering, clean up wait loop 2026-04-01 20:13:15 -04:00
test_support.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
tool_execution.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
tool_registry.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
tools.rs Centralize E2E test env var handling 2026-03-31 09:30:38 -04:00
truncation.rs Enable 7 additional pedantic clippy lints 2026-03-29 13:47:08 -04:00
types.rs Simplify: fix buggy JSON sorting, deduplicate event filtering, clean up wait loop 2026-04-01 20:13:15 -04:00
v4a_patch.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00