Integrate
Bridges between TnsAI and other protocols or frameworks.
Pages
- Agent ecosystem — Expose TnsAI tools as an
MCP server consumable by Claude Code, Cursor, Continue.dev. OpenAI
function-calling format. LangChain4j positioning.
llms.txt/AGENTS.mdconventions. - SCOP — Bridge to the SCOP framework: annotation-driven system prompts, HTTP LLM fallback for 11 providers, reflection-based action execution.
Channels
The Channels module (TnsAI.Channels) is a multi-channel messaging gateway that connects TnsAI agents to external messaging platforms. It uses an adapter pattern with SPI discovery so new platforms can be added without modifying the core routing logic.
SCOP Bridge
The Integration module connects TnsAI with SCOP — a separate Java multi-agent development and experimentation framework — via reflection-based discovery. No compile-time dependency on SCOP is required; detection happens at runtime. The bridge also provides an HTTP fallback transport for 11 LLM providers when Core's native SPI implementations are unavailable.