mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 17:35:58 +03:00
[PR #64] [CLOSED] Add Droid (Factory.ai) provider support #253
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/64
Author: @bee4come
Created: 10/15/2025
Status: ❌ Closed
Base:
main← Head:feature/add-droid-provider📝 Commits (1)
903c417Add Droid (Factory.ai) provider support📊 Changes
8 files changed (+657 additions, -2 deletions)
View changed files
📝
README.md(+19 -2)📝
src/adapter.js(+44 -0)📝
src/common.js(+2 -0)➕
src/droid/README.md(+227 -0)➕
src/droid/droid-core.js(+229 -0)➕
src/droid/droid-strategy.js(+74 -0)📝
src/provider-strategies.js(+3 -0)➕
test-droid.js(+59 -0)📄 Description
This commit adds support for Factory.ai's Droid CLI as a provider,
enabling users to use Droid through an OpenAI-compatible API interface.
Implementation details:
Files added:
Files modified:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.