DeepChat
DeepChat,一个简单易用的 Agent 客户端
metahub onboarded this repo on the author's behalf.
If you own github.com/ThinkInAIXYZ/deepchat on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
5,850
Last commit
2 days ago
Latest release
vv1.0.4
- #mcp
- #agent
- #agent-skills
- #ai
- #ai-assistant
- #ai-sdk
- #chatgpt
- #claude
- #cross-platform
- #deepseek
- #electron
- #gemini
- #harness-design
- #hermes-agent
- #llm-client
- #mcp-client
- #openai-client
- #openclaw
Release history
1- vv1.0.4currenta1a9523warn3 days ago
Contents
📑 Table of Contents
- 📑 Table of Contents
- 🚀 Project Introduction
- 💡 Why Choose DeepChat
- 🔥 Main Features
- 🧠 Skills Support
- 🧩 ACP Integration (Agent Client Protocol)
- 📡 Remote Control
- 🤖 Supported Model Providers
- 🔍 Use Cases
- 📦 Quick Start
- 💻 Development Guide
- 👥 Community & Contribution
- ⭐ Star History
- 👨💻 Contributors
- 📃 License
🚀 Project Introduction
DeepChat is a powerful open-source AI agent platform that brings together models, tools, and agent runtimes in one desktop app. Whether you're using cloud APIs like OpenAI, Gemini, Anthropic, or locally deployed Ollama models, DeepChat delivers a smooth user experience.
Beyond chat, DeepChat supports agentic workflows: rich tool calling via MCP (Model Context Protocol), installable Skills for specialized tasks, unique ACP (Agent Client Protocol) integration that lets you run ACP-compatible agents as first-class “models” with a dedicated workspace UI, and remote control from messaging apps.
<table align="center"> <tr> <td align="center" style="padding: 10px;"> <img src='https://github.com/user-attachments/assets/6e932a65-78e0-4d2e-9654-ccc010f78bf7' alt="DeepChat Light Mode" width="400"/> <br/> </td> <td align="center" style="padding: 10px;"> <img src='https://github.com/user-attachments/assets/ea6ccf60-32af-4bc1-91cc-e72703bdc1ff' alt="DeepChat Dark Mode" width="400"/> <br/> </td> </tr> </table>💡 Why Choose DeepChat
Compared to other AI tools, DeepChat offers the following unique advantages:
- Unified Multi-Model Management: One application supports almost all mainstream LLMs, eliminating the need to switch between multiple apps
- Seamless Local Model Integration: Built-in Ollama support allows you to manage and use local models without command-line operations
- Agentic Protocol Ecosystem: Built-in MCP support enables tool calling (code execution, web access, etc.), Skills add reusable task expertise, and built-in ACP support connects external agents into DeepChat with a native workspace UX
- Powerful Search Enhancement: Support for multiple search engines makes AI responses more accurate and timely, providing non-standard web search paradigms that can be quickly customized
- Remote-Ready Workflows: Control DeepChat sessions from Telegram, Feishu/Lark, QQBot, Discord, and WeChat iLink
- Privacy-Focused: Local data storage and network proxy support reduce the risk of information leakage
- Business-Friendly: Embraces open source under the Apache License 2.0, suitable for both commercial and personal use
🔥 Main Features
- 🌐 Multiple Cloud LLM Provider Support: DeepSeek, OpenAI, Moonshot/Kimi, Grok, Gemini, Anthropic, and more
- 🏠 Local Model Deployment Support:
- Integrated Ollama with comprehensive management capabilities
- Control and manage Ollama model downloads, deployments, and runs without command-line operations
- 🚀 Rich and Easy-to-Use Chat Capabilities
- Complete Markdown rendering with code block rendering based on industry-leading CodeMirror
- Multi-window + multi-tab architecture supporting parallel multi-session operations across all dimensions, use large models like using a browser, non-blocking experience brings excellent efficiency
- Supports Artifacts rendering for diverse result presentation, significantly saving token consumption after MCP integration
- Messages support retry to generate multiple variations; conversations can be forked freely, ensuring there's always a suitable line of thought
- Supports rendering images, Mermaid diagrams, and other multi-modal content; supports GPT-4o, Gemini, Grok text-to-image capabilities
- Supports highlighting external information sources like search results within the content
- 🔍 Robust Search Extension Capabilities
- Built-in integration with leading search APIs like BoSearch, Brave Search via MCP mode, allowing the model to intelligently decide when to search
- Supports mainstream search engines like Google, Bing, Baidu, and Sogou Official Accounts search by simulating user web browsing, enabling the LLM to read search engines like a human
- Supports reading any search engine; simply configure a search assistant model to connect various search sources, whether internal networks, API-less engines, or vertical domain search engines, as information sources for the model
- 🔧 Excellent MCP (Model Context Protocol) Support
- Complete support for the three core capabilities of Resources/Prompts/Tools in the MCP protocol
- Supports semantic workflows, enabling more complex and intelligent automation by understanding the meaning and context of tasks.
- Extremely user-friendly configuration interface
- Aesthetically pleasing and clear tool call display
- Detailed tool call debugging window with automatic formatting of tool parameters and return data
- Built-in Node.js runtime environment; npx/node-like services require no extra configuration and work out-of-the-box
- Supports StreamableHTTP/SSE/Stdio protocol Transports
- Supports inMemory services with built-in utilities like code execution, web information retrieval, and file operations; ready for most common use cases out-of-the-box without secondary installation
- Converts visual model capabilities into universally usable functions for any model via the built-in MCP service
- 🧠 Skills
- Install Skills from folders, ZIP files, or URLs
- Enable Skills per conversation so DeepChat can load task-specific instructions, references, and optional scripts
- Import and export Skills with other AI coding assistants
- Built-in Skills cover code review, document collaboration, Office/PDF processing, frontend design, MCP development, and more
- 🤝 ACP (Agent Client Protocol) Agent Integration
- Run ACP-compatible agents (built-in or custom commands) as selectable “models”
- ACP workspace UI for structured plans, tool calls, and terminal output when provided by the agent
- 📡 Remote Control
- Control DeepChat sessions from Telegram, Feishu/Lark, QQBot, Discord, and WeChat iLink
- Bind remote endpoints to sessions and manage conversations from messaging apps
- Create or switch sessions, stop generation, open desktop sessions, handle pending interactions, switch models, and check status remotely
- 💻 Multi-Platform Support: Windows, macOS, Linux
- 🎨 Beautiful and User-Friendly Interface, user-oriented design, meticulously themed light and dark modes
- 🔗 Rich DeepLink Support: Initiate conversations via links for seamless integration with other applications. Also supports one-click installation of MCP services for simplicity and speed
- 🚑 Security-First Design: Chat data and configuration data have reserved encryption interfaces and code obfuscation capabilities
- 🛡️ Privacy Protection: Supports screen projection hiding, network proxies, and other privacy protection methods to reduce the risk of information leakage
- 💰 Business-Friendly:
- Embraces open source, based on the Apache License 2.0 protocol, enterprise use without worry
- Enterprise integration requires only minimal configuration code changes to use reserved encrypted obfuscation security capabilities
- Clear code structure, both model providers and MCP services are highly decoupled, can be freely customized with minimal cost
- Reasonable architecture, data interaction and UI behavior separation, fully utilizing Electron's capabilities, rejecting simple web wrappers, excellent performance
For more details on how to use these features, see the documentation index.
🧠 Skills Support
DeepChat Skills are designed to be compatible with the standard Agent Skills specification. A Skill can include task instructions, reference files, assets, and optional scripts, so DeepChat can act more like a domain specialist after it is enabled.
You can install Skills from folders, ZIP files, or URLs, and import/export them with Claude Code, Codex, Cursor, Windsurf, GitHub Copilot, Kiro, Antigravity, OpenCode, Goose, Kilo Code, and other compatible tools.
Built-in Skills cover generative art, code review, DeepChat settings, document collaboration, DOCX, frontend design, git commit messages, infographic syntax, MCP building, PDF, PPTX, Skill creation, Web Artifacts, and XLSX workflows.
Quick start:
- Open Settings → Skills
- Install or import a Skill
- Enable it in conversations that need that capability
🧩 ACP Integration (Agent Client Protocol)
DeepChat has built-in support for Agent Client Protocol (ACP), allowing you to integrate external agent runtimes into DeepChat with a native UI. Once enabled, ACP agents appear as first-class entries in the model selector, so you can use coding agents and task agents directly inside DeepChat.
Quick start:
- Open Settings → ACP Agents and enable ACP
- Enable a built-in ACP agent or add a custom ACP-compatible command
- Select the ACP agent in the model selector to start an agent session
To explore the ecosystem of compatible agents and clients, see: https://agentclientprotocol.com/overview/clients
📡 Remote Control
DeepChat can be controlled from messaging apps, so you can keep a session running even when you are away from the desktop. Configure remote channels under Settings → Remote.
Supported channels include Telegram, Feishu/Lark, QQBot, Discord, and WeChat iLink. Remote endpoints can bind to one DeepChat session, then create new sessions, list and switch recent sessions, stop generation, open the current session on desktop, answer pending questions or permission prompts, switch models, and check runtime status.
Common commands include /start, /help, /pair, /new, /sessions, /use, /stop, /open, /pending, /model, and /status.
🤖 Supported Model Providers
<table> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/deepseek-color.svg" width="50" height="50" alt="Deepseek Icon"><br/> <a href="https://deepseek.com/">Deepseek</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/moonshot.svg" width="50" height="50" alt="Moonshot Icon"><br/> <a href="https://moonshot.ai/">Moonshot</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/openai.svg" width="50" height="50" alt="OpenAI Icon"><br/> <a href="https://openai.com/">OpenAI</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/gemini-color.svg" width="50" height="50" alt="Gemini Icon"><br/> <a href="https://gemini.google.com/">Gemini</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/ollama.svg" width="50" height="50" alt="Ollama Icon"><br/> <a href="https://ollama.com/">Ollama</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/qiniu.svg" width="50" height="50" alt="Qiniu Icon"><br/> <a href="https://www.qiniu.com">Qiniu</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/newapi.svg" width="50" height="50" alt="New API Icon"><br/> <a href="https://www.newapi.ai/">New API</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/grok.svg" width="50" height="50" alt="Grok Icon"><br/> <a href="https://x.ai/">Grok</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/zhipu-color.svg" width="50" height="50" alt="Zhipu Icon"><br/> <a href="https://open.bigmodel.cn/">Zhipu</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/ppio-color.svg" width="50" height="50" alt="PPIO Icon"><br/> <a href="https://ppinfra.com/">PPIO</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/minimax-color.svg" width="50" height="50" alt="MiniMax Icon"><br/> <a href="https://platform.minimaxi.com/">MiniMax</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/fireworks-color.svg" width="50" height="50" alt="Fireworks Icon"><br/> <a href="https://fireworks.ai/">Fireworks</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/aihubmix.png" width="50" height="50" alt="AIHubMix Icon"><br/> <a href="https://aihubmix.com/">AIHubMix</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/doubao-color.svg" width="50" height="50" alt="Doubao Icon"><br/> <a href="https://console.volcengine.com/ark/">Doubao</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/alibabacloud-color.svg" width="50" height="50" alt="DashScope Icon"><br/> <a href="https://www.aliyun.com/product/bailian">DashScope</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/groq.svg" width="50" height="50" alt="Groq Icon"><br/> <a href="https://groq.com/">Groq</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/jiekou-color.svg" width="50" height="50" alt="JieKou.AI Icon"><br/> <a href="https://jiekou.ai?utm_source=github_deepchat">JieKou.AI</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/zenmux-color.svg" width="50" height="50" alt="ZenMux Icon"><br/> <a href="https://zenmux.ai/">ZenMux</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/github.svg" width="50" height="50" alt="GitHub Models Icon"><br/> <a href="https://github.com/marketplace/models">GitHub Models</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/lmstudio.svg" width="50" height="50" alt="LM Studio Icon"><br/> <a href="https://lmstudio.ai/docs/app">LM Studio</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/hunyuan-color.svg" width="50" height="50" alt="Hunyuan Icon"><br/> <a href="https://cloud.tencent.com/product/hunyuan">Hunyuan</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/302ai.svg" width="50" height="50" alt="302.AI Icon"><br/> <a href="https://302.ai">302.AI</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/together-color.svg" width="50" height="50" alt="Together Icon"><br/> <a href="https://www.together.ai/">Together</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/poe-color.svg" width="50" height="50" alt="Poe Icon"><br/> <a href="https://poe.com/">Poe</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/vercel.svg" width="50" height="50" alt="Vercel AI Gateway Icon"><br/> <a href="https://vercel.com/ai">Vercel AI Gateway</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/openrouter.svg" width="50" height="50" alt="OpenRouter Icon"><br/> <a href="https://openrouter.ai/">OpenRouter</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/azure-color.svg" width="50" height="50" alt="Azure OpenAI Icon"><br/> <a href="https://azure.microsoft.com/en-us/products/ai-services/openai-service">Azure OpenAI</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/tokenflux-color.svg" width="50" height="50" alt="TokenFlux Icon"><br/> <a href="https://tokenflux.ai/">TokenFlux</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/burncloud-color.svg" width="50" height="50" alt="BurnCloud Icon"><br/> <a href="https://www.burncloud.com/">BurnCloud</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/openai.svg" width="50" height="50" alt="OpenAI Responses Icon"><br/> <a href="https://openai.com/">OpenAI Responses</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/cherryin-color.png" width="50" height="50" alt="CherryIn Icon"><br/> <a href="https://open.cherryin.ai/console">CherryIn</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/modelscope-color.svg" width="50" height="50" alt="ModelScope Icon"><br/> <a href="https://modelscope.cn/">ModelScope</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/aws-bedrock.svg" width="50" height="50" alt="AWS Bedrock Icon"><br/> <a href="https://aws.amazon.com/bedrock/">AWS Bedrock</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/voiceai.svg" width="50" height="50" alt="Voice.ai Icon"><br/> <a href="https://voice.ai/">Voice.ai</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/vertexai-color.svg" width="50" height="50" alt="Vertex AI Icon"><br/> <a href="https://cloud.google.com/vertex-ai">Vertex AI</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/githubcopilot.svg" width="50" height="50" alt="GitHub Copilot Icon"><br/> <a href="https://github.com/features/copilot">GitHub Copilot</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/xiaomi.png" width="50" height="50" alt="Xiaomi Icon"><br/> <a href="https://platform.xiaomimimo.com/#/docs/quick-start/first-api-call">Xiaomi</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/o3-fan.png" width="50" height="50" alt="o3.fan Icon"><br/> <a href="https://o3.fan">o3.fan</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/novitaai.svg" width="50" height="50" alt="Novita AI Icon"><br/> <a href="https://novita.ai/">Novita AI</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/astraflow.png" width="50" height="50" alt="Astraflow Icon"><br/> <a href="https://astraflow.ucloud.cn/">Astraflow</a> </td> </tr> <tr align="center"> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/anthropic.svg" width="50" height="50" alt="Anthropic Icon"><br/> <a href="https://www.anthropic.com/">Anthropic</a> </td> <td> <img src="https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/src/renderer/src/assets/llm-icons/siliconcloud-color.svg" width="50" height="50" alt="SiliconFlow Icon"><br/> <a href="https://www.siliconflow.cn/">SiliconFlow</a> </td> </tr> </table>Compatible with any model provider in OpenAI/Gemini/Anthropic API format
🔍 Use Cases
DeepChat is suitable for various AI application scenarios:
- Daily Assistant: Answering questions, providing suggestions, assisting with writing and creation
- Development Aid: Code generation, debugging, technical problem solving
- Learning Tool: Concept explanation, knowledge exploration, learning guidance
- Content Creation: Copywriting, creative inspiration, content optimization
- Data Analysis: Data interpretation, chart generation, report writing
📦 Quick Start
Download and Install
You can install DeepChat using one of the following methods:
Option 1: GitHub Releases
Download the latest version for your system from the GitHub Releases page:
- Windows:
.exeinstallation file - macOS:
.dmginstallation file - Linux:
.AppImageor.debinstallation file
Option 2: Official Website
Download from the official website.
Option 3: Homebrew (macOS only)
For macOS users, you can install DeepChat using Homebrew:
brew install --cask deepchat
Configure Models
- Launch the DeepChat application
- Click the settings icon
- Select the "Model Providers" tab
- Add your API keys or configure local Ollama
Start Conversations
- Click the "+" button to create a new conversation
- Select the model you want to use
- Start communicating with your AI assistant
For a comprehensive guide on getting started and using all features, please refer to the documentation index.
💻 Development Guide
Please read the Contribution Guidelines
Windows and Linux are packaged by GitHub Action. For Mac-related signing and packaging, please refer to the Mac Release Guide.
Install Dependencies
$ pnpm install
$ pnpm run installRuntime
# if got err: No module named 'distutils'
$ pip install setuptools
- For Windows: To allow non-admin users to create symlinks and hardlinks, enable
Developer Modein Settings or use an administrator account. Otherwisepnpmops will fail.
Start Development
$ pnpm run dev
Build
# For Windows
$ pnpm run build:win
# For macOS
$ pnpm run build:mac
# For Linux
$ pnpm run build:linux
# Specify architecture packaging
$ pnpm run build:win:x64
$ pnpm run build:win:arm64
$ pnpm run build:mac:x64
$ pnpm run build:mac:arm64
$ pnpm run build:linux:x64
$ pnpm run build:linux:arm64
For a more detailed guide on development, project structure, and architecture, please see the Developer Guide.
👥 Community & Contribution
DeepChat is an active open-source community project, and we welcome various forms of contribution:
- 🐛 Report issues
- 💡 Submit feature suggestions
- 🔧 Submit code improvements
- 📚 Improve documentation
- 🌍 Help with translation
Check the Contribution Guidelines to learn more about ways to participate in the project.
⭐ Star History
👨💻 Contributors
Thank you for considering contributing to deepchat! The contribution guide can be found in the Contribution Guidelines.
<a href="https://openomy.com/thinkinaixyz/deepchat" target="_blank" style="display: block; width: 100%;" align="center"> <img src="https://openomy.com/svg?repo=thinkinaixyz/deepchat&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" /> </a>🙏🏻 Thanks
This project is built with the help of these awesome libraries and projects:
- Vue
- Electron
- Electron-Vite
- oxlint
- Bub, whose tape model inspired DeepChat's session tape design. For the underlying tape architecture, visit tape.systems.
📃 License
Reviews
No reviews yet. Be the first.
Related
Repomix
A tool to pack repository contents to single file for AI consumption
Git Mcp
GitMCP is a tool that allows you to get the documentation for a given repository.
Klavis
CLI tool for managing Klavis AI MCP servers in Google Gemini CLI