Below you will find pages that utilize the taxonomy term “hidai25”
December 10, 2025
EvalView - AI Agent Testing
Version updated for https://github.com/hidai25/eval-view to version v0.1.4.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s New Ollama Support (Free Local Evaluation) Ollama as LLM-as-judge - Run evaluations locally with zero API costs Auto-detection - Automatically detects Ollama running on localhost:11434 New adapter - Test LangGraph agents powered by local Llama models # Free local evaluation evalview run --judge-provider ollama --judge-model llama3.
December 9, 2025
EvalView - AI Agent Testing
Version updated for https://github.com/hidai25/eval-view to version v0.1.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes EvalView GitHub Action Pytest-style testing framework for AI agents — now available as a GitHub Action.
Usage - uses: hidai25/eval-view@v0.1.3 with: openai-api-key: ${{ secrets.OPENAI_API_KEY }} Features - 🧪 Test LangGraph, CrewAI, OpenAI, Anthropic, and custom agents - ⚡ Parallel test execution (4 workers by default) - 📊 Auto-generated HTML reports - 💬 PR comments with test results - 🤖 LLM-as-judge output evaluation - 💰 Cost and latency threshold checks Action Inputs | Input | Description | Default | |----------------|---------------------------------|-----------------------| | openai-api-key | OpenAI API key for LLM-as-judge | - | | config-path | Path to config file | .