Currently AgentProbe works best with its own trace format and OpenAI-style traces. To broaden adoption, we should support importing traces from popular multi-agent frameworks:
- CrewAI — crew execution logs
- AutoGen — conversation traces between agents
- LlamaIndex — agent step traces
This would allow teams already using these frameworks to adopt AgentProbe for testing without changing their agent code.
Related: the \converters.ts\ module already has a pattern for format conversion.