No description
Find a file
Austin Schaefer 2f24dc1b50 feat: name agents and add custom tracing spans for the research/writing phases
Agents were showing up as "Unnamed Agent" in rig's built-in gen_ai.*
spans. Naming them via .name(...) fixes that, and splitting the two
phases into #[tracing::instrument]-annotated functions wraps rig's
per-turn chat/execute_tool spans in a parent span per phase, making
the trace tree legible instead of a flat stream of chat calls.
2026-08-14 12:46:01 +02:00
src feat: name agents and add custom tracing spans for the research/writing phases 2026-08-14 12:46:01 +02:00
.gitignore feat: Introduce two agent flow with profanity verification. 2026-08-05 14:21:38 +02:00
Cargo.lock feat: deep research agentic loop with rig AgentRunner + Gemma models 2026-08-14 12:40:09 +02:00
Cargo.toml feat: deep research agentic loop with rig AgentRunner + Gemma models 2026-08-14 12:40:09 +02:00
FINDINGS.md feat: iterative generate/score/revise loop, findings log 2026-08-05 15:07:42 +02:00