Batchlane is a unified interface for submitting asynchronous batch jobs to eight LLM providers: Anthropic, Gemini AI Studio, OpenAI, Groq, Mistral, Fireworks, Together, and DeepInfra. It handles job splitting, submission, waiting, and result rejoining, with checkpoint-based recovery and per-row result tracking.
AgentTrace is an observability SDK and dashboard for AI agent pipelines that monitors tool calls, identifies latency bottlenecks, and automatically repairs malformed LLM arguments at runtime to prevent workflow crashes. It uses a Python decorator SDK with Pydantic validation, a self-healing layer powered by Groq inference, and a Next.js dashboard for visualization.