open-taranis — DeepSeek AI Agent
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityTrending
    DeepSeekAgentsopen-taranis
    Back to Agents
    open-taranis

    open-taranis

    SyntaxError4Life October 6, 2025
    1 copies 0 downloads

    Python framework for AI agents logic-only coding with streaming, tool calls, and multi-LLM provider support (Venice.ai, DeepSeek, OpenRouter).

    open-taranis

    Python framework for AI agents logic-only coding with streaming, tool calls, and multi-LLM provider support.

    Only the "fairly stable" versions are published on PyPi, but to get the latest experimental versions, clone this repository and install it !

    Installation

    pip install open-taranis --upgrade
    

    For package on PyPi

    or

    git clone https://github.com/SyntaxError4Life/open-taranis && cd open-taranis/ && pip install .
    

    For last version

    Quick Start

    <details><summary><b>Simplest</b></summary>
    import open_taranis as T
    
    client = T.clients.openrouter() # API_KEY in env_var
    
    messages = [
        T.create_user_prompt("Tell me about yourself")
    ]
    
    stream = T.clients.openrouter_request(
        client=client,
        messages=messages,
        model="nvidia/nemotron-3-nano-30b-a3b:free", 
    )
    
    print("assistant : ",end="")
    for token, tool, tool_bool in T.handle_streaming(stream) : 
        if token :
            print(token, end="")
    
    </details> <details><summary><b>Make a simple agent with a context windows on the 6 last turns</b></summary>
    import open_taranis as T
    
    class Agent(T.agent_base):
        def __init__(self):
            super().__init__()
    
            self.client = T.clients.openrouter()
            self._system_prompt = [T.create_system_prompt(
                "You're an agent nammed **Taranis** !"
            )]
    
    
        def create_stream(self):
            return T.clients.openrouter_request(
                client=self.client,
                messages=self._system_prompt+self.messages,
                model="nvidia/nemotron-3-nano-30b-a3b:free"
            )
    
        def manage_messages(self):
            self.messages = self.messages[-12:] # Each turn have 1 user and 1 assistant
    
    My_agent = Agent()
    
    while True :
        prompt = input("user : ")
    
        print("\n\nagent : ", end="")
    
        for t in My_agent(prompt):
            print(t, end="", flush=True)
        
        print("\n\n","="*60,"\n")
    
    </details> <details><summary><b>To create a simple display using gradio a

    Tags

    ai-agentsapillm-agentsllm-toolsopen-source

    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

    • Generate & Test SQL Code with GP/OpenRouter AI and PostgreSQL Sandboxn8n · $24.99 · Related topic
    • Summarize Umami Data with AI (via OpenRouter) and Save It to Baserown8n · $14.99 · Related topic
    • Extract & Categorize Receipt Data with Google OCR, OpenRouter AI & Telegramn8n · $14.99 · Related topic
    • Automate Job Discovery & AI Proposals Across Upwork, Freelancer, Guru & PPH with OpenRoutern8n · $14.99 · Related topic
    Browse all workflows