synthetic — DeepSeek AI Agent
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityTrending
    DeepSeekAgentssynthetic
    Back to Agents
    synthetic

    synthetic

    SithraBot February 17, 2025
    15 copies 0 downloads

    A Kotlin-first LLM toolkit offering unified API for AI models (OpenAI, HuggingFace, DeepSeek, custom) and modular data storage. Features agent-enabled architecture with async RAG capabilities and zero boilerplate.

    <h1 align="center"><img src="https://github.com/SithraBot/synthetic/blob/dev/icon_text.svg" alt="Synthetic" height="64px"/></h1>

    查看中文介绍

    Synthetic is a lightweight Kotlin/JVM library for building LLM-driven applications, specializing in RAG ( Retrieval-Augmented Generation) pipelines and agent systems. Designed for API flexibility, it implements an adapter-first architecture to seamlessly integrate any AI provider (OpenAI, HuggingFace, custom endpoints) and data storage system.

    Core features:

    • Modular RAG components: Document processors, embedding interfaces, and retriever/reranker blueprints
    • Flexible Agent framework: Custom tool integration, stateful conversation management, and goal-oriented execution flows
    • Agnostic data layer: Abstracted connectors for vector DBs, SQL/NoSQL, or file systems via unified interfaces
    • API-neutral LLM operations: Swap models/endpoints without rewriting chains/agents
    • Coroutine-native pipelines: Async workflows for both RAG and Agent operations
    • Minimal abstraction overhead: Clear extension points for custom agent logic and data handlers

    Optimized for Kotlin/JVM developers prioritizing API interoperability and custom data flows over framework rigidity.

    Usage

    Common

    private val apiKey = "sk-xxxxxxxxxx"
    private val url = Url("https://synthetic.sithra.org/v1")
    fun main() = runBlocking {
        val adapter = OpenAIAdapter {
            baseUrl = url
            token = apiKey
        }
        val ctx = Context {
            apiAdapter = adapter
            messagesStore = MessagesStoreInMemory()
        }
        val session = ctx.createSession("demo-model")
        // common
        ctx.withSession(session) {
            val message = chat(Message("why hello world?"))
            println(message.content)
            addMessage(message)
        }
    
        // streaming
        ctx.withSession(session) {
            val response = chatStream(Message("why hello world?"))
        
    

    Tags

    agentaichatbotchatgptchatgpt-apideepseekkotlinlangchainllmopenai

    Comments

    More Agents

    View all
    Klaatcodeagentic-ai

    Klaatcode

    Open-source AI coding agent for the terminal. Claude Code-grade accuracy with smart model routing — uses the right AI model for each task, cutting costs 10x. Supports Claude, GPT, Gemini, DeepSeek & more.

    K
    KlaatAI
    139
    Agentmakeragent

    Agentmaker

    A general-purpose Python framework for building LLM agents and multi-agent systems. "Four lines of code, an agent with memory."

    X
    xinhuangcs
    74
    Api Model Playground Cookbookai-api

    Api Model Playground Cookbook

    Ultimate LLM API Integration Cookbook 2026 for Cursor & AI Agents

    0
    09omerdgn-droid
    150
    Agent Ecologiesagent-framework

    Agent Ecologies

    Ultimate Multi-Agent OS for Autonomous AI NPCs 2026

    I
    israriqbal
    153
    Private Agent

    Private Agent

    PrivateAgent is an open-source Android automation agent built with Flutter. It utilizes the DeepSeek API and native Android Accessibility Services to interpret screen layouts and execute multi-step tasks across any installed application via natural language commands.

    O
    orailnoor
    123
    Loom Novel

    Loom Novel

    把一队分工 Agent 织成一条写小说的流水线,做成桌面客户端;写作指纹让它越写越像你(BYO DeepSeek key,纯本地)。

    W
    WadeZhao23
    184

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this DeepSeek resource

    • AI Agent with Chart Capabilities Using OpenAIn8n · $4.99 · Related topic
    • Build AI Agents with Think-Plan-Act Architecture Using Llama-4 Reasoningn8n · $24.99 · Related topic
    • eBay Enhances Data Access for AI Agents with MCP Server Integrationn8n · $9.99 · Related topic
    • Intelligent AI-Powered PostgreSQL Query Assistant with Dual-Agent Architecturen8n · $14.99 · Related topic
    Browse all workflows