[PR #64] [CLOSED] Add Droid (Factory.ai) provider support #253

Closed
opened 2026-02-27 07:18:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/64
Author: @bee4come
Created: 10/15/2025
Status: Closed

Base: mainHead: feature/add-droid-provider


📝 Commits (1)

  • 903c417 Add 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:

  • Created DroidApiService that wraps the droid CLI
  • Added DroidStrategy for protocol conversion (Claude-compatible)
  • Supports both streaming and non-streaming responses
  • No API keys or token management required - uses droid CLI directly

Files added:

  • src/droid/droid-core.js: Core service using CLI wrapper
  • src/droid/droid-strategy.js: Strategy pattern implementation
  • src/droid/README.md: Comprehensive documentation
  • test-droid.js: Test script for validation

Files modified:

  • src/adapter.js: Added DroidApiServiceAdapter
  • src/common.js: Added DROID constants
  • src/provider-strategies.js: Registered DroidStrategy
  • README.md: Updated with Droid provider information

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/justlovemaki/AIClient-2-API/pull/64 **Author:** [@bee4come](https://github.com/bee4come) **Created:** 10/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/add-droid-provider` --- ### 📝 Commits (1) - [`903c417`](https://github.com/justlovemaki/AIClient-2-API/commit/903c417c4ac45e3531e5d9892ccb276b9876e6ea) Add Droid (Factory.ai) provider support ### 📊 Changes **8 files changed** (+657 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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: - Created DroidApiService that wraps the droid CLI - Added DroidStrategy for protocol conversion (Claude-compatible) - Supports both streaming and non-streaming responses - No API keys or token management required - uses droid CLI directly Files added: - src/droid/droid-core.js: Core service using CLI wrapper - src/droid/droid-strategy.js: Strategy pattern implementation - src/droid/README.md: Comprehensive documentation - test-droid.js: Test script for validation Files modified: - src/adapter.js: Added DroidApiServiceAdapter - src/common.js: Added DROID constants - src/provider-strategies.js: Registered DroidStrategy - README.md: Updated with Droid provider information --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:18:42 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AIClient-2-API-justlovemaki#253
No description provided.