Group: GitHub Franca Protocol
Sort by:Popular

1.Franca IR6 usages

io.github.franca-protocol » franca-ir Apache

Intermediate Representation definitions for both transport and application layers, plus the SPI surfaces that extensions implement against the IR, the pure-function mapper between the two IRs (ir.mapper, relocated from the ...
Last Release on Sep 14, 2026

2.Franca Hosted Tools4 usages

io.github.franca-protocol » franca-hosted Apache

Hosted-tool execution layer, extracted from core so the pipeline module stays a pure through-pipe. Contains: - The hosted-tool SPI (HostedToolHandler, HostedToolRepository with the getOrder() precedence contract, ...
Last Release on Sep 14, 2026

3.Franca Spring Boot4 usages

io.github.franca-protocol » franca-spring-boot Apache

The platform assembler — the registration jar Spring Boot hosts add to get the full stack auto-configured. Wires the pure modules' constructors into conditional beans: - Auto-registers ApplicationAdapter beans by endpoint ...
Last Release on Sep 14, 2026
ApplicationAdapter implementation for Anthropic Messages API wire format. Parses Messages JSON into ApplicationFrame and serializes ApplicationEvent streams into Anthropic SSE frames.
Last Release on Sep 14, 2026

5.Franca Adapter — Responses1 usages

io.github.franca-protocol » franca-adapter-responses Apache

ApplicationAdapter implementation for OpenAI Responses API wire format. Parses Responses JSON into ApplicationFrame and serializes ApplicationEvent streams into Responses SSE frames.
Last Release on Sep 14, 2026

6.Franca Driver — Chat1 usages

io.github.franca-protocol » franca-driver-chat Apache

Driver implementation for OpenAI-compatible chat completion endpoints. Uses the openai-java SDK for HTTP, SSE parsing, and error handling.
Last Release on Sep 14, 2026
The thinking family's one implementation of the ThinkingPhase SPI: the deep-research RetrievalPhase, plus the two-phase machinery (TwoPhaseThinkingExecutor) it builds on. A thinking key activates a retrieval pass that searches ...
Last Release on Sep 14, 2026

8.Franca Tools Alibaba FC1 usages

io.github.franca-protocol » franca-tools-alibaba-fc Apache

Alibaba Cloud Function Compute backed HostedToolRepository. The function library is the metadata source of truth: a tool's declaration (description, JSON Schema parameters, supported kinds) is read per function from its ...
Last Release on Sep 14, 2026

9.Franca Tools Local1 usages

io.github.franca-protocol » franca-tools-local Apache

Built-in local platform-function tools: hosted-tool handlers the platform itself ships, executed in-process with no external backend. Currently the local registration site (LocalHostedToolRepository), the file-storage family ...
Last Release on Sep 14, 2026

10.Franca Tools MCP1 usages

io.github.franca-protocol » franca-tools-mcp Apache

MCP-backed HostedToolRepository. Health-checks configured MCP endpoints (MCP 2025-06-18 Streamable HTTP tools/list) in parallel on a schedule, exposes the discovered tools under namespace-sanitized callable names, applies ...
Last Release on Sep 14, 2026

11.Franca BOM

io.github.franca-protocol » franca-bom Apache

Bill of materials — the single source of truth for all dependency versions (third-party and self modules). Consumer projects import this BOM to get consistent version alignment without inheriting from the parent POM.
Last Release on Sep 14, 2026

12.Franca

io.github.franca-protocol » franca Apache

Franca Architecture — Application Layer and Transport Layer IR for the inference gateway. A layered, envelope-based (head+body) protocol framework that converts N x M x K combination explosion into N + M + K via a narrow ...
Last Release on Sep 14, 2026

13.Franca Adapter

io.github.franca-protocol » franca-adapter Apache

Aggregator for all dialect adapter modules. Concrete implementations for each wire format: chat (transport-layer), responses and anthropic (application-layer).
Last Release on Sep 14, 2026

14.Franca Driver

io.github.franca-protocol » franca-driver Apache

Aggregator for driver implementation modules. Concrete driver implementations for backend inference engines.
Last Release on Sep 14, 2026

15.Franca Spring

io.github.franca-protocol » franca-spring Apache

Aggregator for every Spring integration jar. Each child module is a registration-only artifact — auto-configuration, property binding, and the META-INF AutoConfiguration.imports marker — that turns a pure module's constructors ...
Last Release on Sep 14, 2026
Spring registration jar for franca-thinking-retrieval: the deep research thinking implementation's auto-configuration and its META-INF AutoConfiguration.imports marker. Assembly only — the phase lives in the pure module; a ...
Last Release on Sep 14, 2026
Spring registration jar for franca-tools-alibaba-fc: the Function-Compute-backed HostedToolRepository module's auto-configuration and its META-INF AutoConfiguration.imports marker. Assembly only — every implementation class ...
Last Release on Sep 14, 2026

18.Franca Spring — Local Tools

io.github.franca-protocol » franca-spring-tools-local Apache

Spring registration jar for franca-tools-local: the built-in local platform-function tools module's auto-configuration and its META-INF AutoConfiguration.imports marker. Assembly only — every implementation class lives in the ...
Last Release on Sep 14, 2026

19.Franca Spring — MCP Tools

io.github.franca-protocol » franca-spring-tools-mcp Apache

Spring registration jar for franca-tools-mcp: the MCP tools module's auto-configuration, its @ConfigurationProperties binding subclass, and the META-INF AutoConfiguration.imports marker. Assembly only — every implementation ...
Last Release on Sep 14, 2026

20.Franca Thinking

io.github.franca-protocol » franca-thinking Apache

The thinking family aggregator: one module per ThinkingPhase implementation. franca-thinking-retrieval is the one implementation — the deep-research phase plus the two-phase machinery it builds on.
Last Release on Sep 14, 2026