Skip to content

Conversation

@mikehostetler
Copy link
Contributor

Adds ZaiCodingPlan provider support to ReqLLM.

mikehostetler and others added 7 commits December 30, 2025 13:25
… Agent implementation

- Introduced JIDO_REACT_AGENT_FEEDBACK.md for a comprehensive assessment of the ReAct Agent plan.
- Highlighted strengths such as clear separation of concerns and directive design.
- Identified critical weaknesses, including inconsistent state keys and the need for improved error handling.
- Provided a detailed checklist for revisions and recommendations to enhance implementation readiness.

This document serves as a guide to address identified issues before proceeding with the implementation phase.
Add support for the zai_coding_plan provider which exists in llm_db
but was missing from req_llm. The provider delegates to the zai_coder
implementation.

- Add zai_coding_plan to the allow list in config.exs
- Create ReqLLM.Providers.ZaiCodingPlan module that delegates to ZaiCoder

Fixes issue where zai_coding_plan:glm-4.7 model would fail with
"Unknown provider: zai_coding_plan" error.

Co-Authored-By: Claude <[email protected]>
@mikehostetler mikehostetler merged commit eb5f12c into main Jan 21, 2026
6 checks passed
@mikehostetler mikehostetler deleted the workspace/fix/zai-coding-plan-provider branch January 21, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants