agentscope-ai/agentscope-java
View on GitHub[Refactor] Use okhttp to replace GenAI Model SDK
Open
#96 opened on Dec 1, 2025
1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)Java3,253 stars (3,253 stars)693 forks (693 forks)user submission
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- java
- Domain
- backendapi
- Issue type
- refactor
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Java programmingHTTP client knowledgeFamiliarity with GenAI Model SDK usage in project
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- First, identify all files that currently use the GenAI Model SDK by searching for imports or references. Then, replace those usages with OkHttp equivalent calls, ensuring the same functionality for HTTP requests. Update the build configuration to include OkHttp dependency instead of the SDK. Finally, test the changes to verify no regressions.