feat: publish WebAI2API Agent tool-calling fork - #121
Draft
passionsugar wants to merge 7 commits into
Draft
Conversation
passionsugarforce-pushed
the
feat/agent-compatibility-layer
branch
from
August 16, 2026 16:24
6eeb6ab to
ae853e4Compare
added 6 commits
August 17, 2026 00:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
This branch publishes the Agent / Tool Calling compatibility edition of WebAI2API. It preserves the upstream legacy chat and browser-adapter behavior and adds a Universal Agent IR, OpenAI Chat Completions and minimal Responses protocol adapters, strategy/parser registries, bounded tool-call continuation, and Responses state handling.
Verification
npm test: 43/43 passing.node --check.role: tool,tool_call_id,function_call_output,call_id, andprevious_response_id.Scope and limits
The compatibility layer is disabled by default and never executes client tools. Real web-loop evidence covers the ChatGPT web adapter with the recorded Codex/OpenClaw canaries; Qwen, Gemini, Anthropic, Claude Code, every inherited adapter, and parallel execution remain unverified. The public fork keeps the original MIT license and attribution.