• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agentjido / req_llm
53%

Build:
DEFAULT BRANCH: main
Repo Added 15 Sep 2025 11:42AM UTC
Token Qrw4J5oDDoi2zjHqBZDp1Hok4eVoONJAy regen
Build 287 Last
Files 84
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-bedrock-fixtures
  • add-bedrock-structured-output
  • add-hex-changelog-and-module-grouping
  • add-json-schema-validation
  • add-vllm-provider
  • add_openai_responses_api_structured_responses
  • add_retry_step
  • allow_json_schemas
  • bedrock-1.0-fixes
  • bedrock-clean
  • bedrock-mistral-support
  • bug/api-return-types
  • bug/codec-tool-calls
  • bug/debug-stream-return
  • bug/incorrect-model-spec-docs
  • bug/object-array
  • bug/openai-tool-calls
  • bug/stream-process-linking
  • bug/streaming-nil-deltas
  • bug/streaming-race-condition
  • bug/usage_total_cost
  • cerebras
  • chore/2025-10-14-update-fixtures
  • chore/model_update_2025-10-27
  • chore/object-fixtures
  • chore/object-fixtures-resurrected
  • chore/refine-fixtures
  • chore/refresh-coverage-tests
  • chore/update-models-2025-09-21
  • copilot/fix-32
  • dependabot/hex/ex_doc-0.39.1
  • dependabot/hex/zoi-0.8.1
  • devtools
  • egomes/fix-claude-multi-turn
  • egomes/fix-tool-inspection-with-json-schema
  • feat/context-json-serialization
  • feat/google-upload-file
  • feat/in-type-support
  • feat/structured-output-openai-google
  • feature/base-url-override
  • feature/bedrock-prompt-caching
  • feature/cerebras-provider
  • feature/configurable-metadata-timeout
  • feature/google_grounding
  • feature/model-catalog
  • feature/normalize-bedrock-inference-profiles
  • feature/pre-release-fixes
  • feature/prompt-caching
  • feature/refactor-llm-api-fixtures
  • feature/refined-key-management
  • feature/unique-model-provider-options
  • feature/upgrade-ex-aws-auth
  • feature/zai-fixtures
  • feature/zoi-schema
  • fix-anthropic-streaming
  • fix-bedrock-timeout
  • fix-duplicate-clause
  • fix-google
  • fix-groq-stream-error
  • fix-mix-task-docs
  • fix-openai-max-tokens-param
  • fix-retry-delay-conflict
  • fix/bug-119-aws-auth-credentials
  • fix/cost-calculation-in-usage
  • fix/google-file-support
  • fix/google-structured-output
  • fix/http2-large-request-bodies
  • fix/issue-65-http-status-validation
  • fix/issue-96-validation-error-fields
  • fix/proxy-options
  • fix/registry-get-provider-nil-module
  • fix/tool_calls
  • google-vision
  • improve-metadata-provider-errors
  • main
  • patch-1
  • put-max-tokens-model-options
  • refactor-meta-provider-generic
  • refactor/context-tools
  • refactor/req-streaming
  • refactor/xai-structured-objects
  • remove-jido-keys
  • zai

29 Oct 2025 10:02PM UTC coverage: 52.945% (-0.03%) from 52.973%
cdf97c2abd8febef3fb89053f273ac504361c289

push

github

mikehostetler
Release rc.8

3740 of 7064 relevant lines covered (52.94%)

453.26 hits per line

Relevant lines Covered
Build:
Build:
7064 RELEVANT LINES 3740 COVERED LINES
453.26 HITS PER LINE
Source Files on main
  • Tree
  • List 84
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
cdf97c2a... main Release rc.8 push 29 Oct 2025 10:03PM UTC mikehostetler github
52.94
f31e6ea9... main Docs push 29 Oct 2025 10:00PM UTC mikehostetler github
52.97
8831fdfe... bedrock-mistral-support Add Mistral AI model support and fix model sync patch merging Add comprehensive Mistral AI support to AWS Bedrock provider with 5 models: - mistral.mistral-7b-instruct-v0:2 - mistral.mixtral-8x7b-instruct-v0:1 - mistral.mistral-small-2402-v1:0 - ... Pull #151 29 Oct 2025 09:34PM UTC neilberkman github
52.71
c7e7f574... bedrock-mistral-support Add Mistral AI model support and fix model sync patch merging Add comprehensive Mistral AI support to AWS Bedrock provider with 5 models: - mistral.mistral-7b-instruct-v0:2 - mistral.mixtral-8x7b-instruct-v0:1 - mistral.mistral-small-2402-v1:0 - ... Pull #151 29 Oct 2025 09:26PM UTC neilberkman github
52.67
4b7721dd... main feat: Add support for Google built-in tools (Google Search grounding) (#142) * Update Google provider to support v1beta API and add grounding feature - Changed Google provider's base URL from v1 to v1beta to align with the latest API version. - ... push 29 Oct 2025 08:48PM UTC web-flow github
52.93
cea0e3dc... feature/google_grounding Update Google provider base URL to v1 for improved stability - Changed the Google provider's base URL from v1beta to v1, aligning with the latest API version for enhanced stability. - This update ensures that users are directed to the stable vers... Pull #142 29 Oct 2025 08:45PM UTC mikehostetler github
52.93
a5998c67... feature/google_grounding Enhance Google provider with API versioning and grounding validation - Updated Google provider to support both v1 and v1beta API versions, allowing users to select the desired version for stability or beta features. - Introduced validation to ens... Pull #142 29 Oct 2025 08:43PM UTC mikehostetler github
52.92
fd2ff141... feature/google_grounding Merge branch 'main' into feature/google_grounding Pull #142 29 Oct 2025 08:39PM UTC web-flow github
52.81
20394c1a... main Fix Bedrock streaming, tool round-trip, and usage metadata for 1.0 (#147) * Fix Bedrock streaming temperature/top_p conflicts and increase timeout - Apply translate_options in attach_stream to handle parameter conflicts - Streaming requests were... push 29 Oct 2025 08:32PM UTC web-flow github
52.86
20508cc0... bedrock-1.0-fixes Add comprehensive Bedrock fixtures with all fixes applied Regenerated all fixtures for 26 Bedrock models using current code that includes streaming pipeline unification, tool round-trip fix, complete usage fields, and capability-based reasoning c... Pull #147 29 Oct 2025 08:28PM UTC neilberkman github
52.86
See All Builds (287)

Badge your Repo: req_llm

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc