feat: MetonaAI Desktop 初始项目
- Electron + React + TypeScript 架构 - 三栏布局: Sidebar | ChatPanel | DetailPanel - 9 个内置工具 (文件系统/网络/记忆/命令) - SQLite 持久化 (better-sqlite3) - MUI 暗色/亮色主题系统 - Agent Loop ReAct 状态机引擎 - DeepSeek / Agnes AI / Ollama Provider 适配器 - MCP 协议集成 - 系统托盘 + 全局快捷键 - Tailwind CSS v4 + Tailwind Merge - 修复: Sidebar 缺失 TextField 导入导致黑屏
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Metona Environment Variables
|
||||
# Copy this file to .env and fill in your API keys
|
||||
|
||||
# DeepSeek API
|
||||
DEEPSEEK_API_KEY=your_deepseek_api_key_here
|
||||
DEEPSEEK_BASE_URL=https://api.deepseek.com
|
||||
|
||||
# Agnes AI API
|
||||
AGNES_API_KEY=your_agnes_api_key_here
|
||||
AGNES_BASE_URL=https://apihub.agnes-ai.com/v1
|
||||
|
||||
# Ollama API (local)
|
||||
OLLAMA_BASE_URL=http://localhost:11434
|
||||
|
||||
# App
|
||||
VITE_APP_TITLE=MetonaAI Desktop
|
||||
Reference in New Issue
Block a user