1 Open Issue Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub
Integration Tool Integration

AI Summary: Enhance the existing Inspect and Weights & Biases (W&B) integration to log agent-relevant data (number of tools, tool usage, calls, tokens, etc.) to the W&B Weave dashboard during the `on_sample_end` hook. This involves inspecting the `SampleEnd` object, extracting relevant data, and structuring it appropriately (e.g., under an "agent_scores" tag) for logging.

Complexity: 3/5
good first issue medium-priority

Integration with Inspect and W&B Weave

Python