[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-79991":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":29,"discoverSource":30},79991,"LeAgent","vixues\u002FLeAgent","vixues","Desktop AI agent with conversational chat, visual workflows, 100+ tools, skills, MCP, and multi-model support.","https:\u002F\u002Fvixues.com.cn",null,"Python",101,21,72,1,0,2,22,29,11,61.99,"Apache License 2.0",false,"main",[],"2026-06-12 04:01:26","\u003Cp align=\"center\">\n  \u003Cimg src=\"docs\u002Fassets\u002Flogo.svg\" alt=\"LeAgent Logo\" width=\"120\" height=\"120\">\n\u003C\u002Fp>\n\n\u003Ch1 align=\"center\">LeAgent\u003C\u002Fh1>\n\n\u003Cp align=\"center\">\n  \u003Cstrong>Open-source desktop AI agent with conversational chat, visual workflows, 100+ tools, skills, MCP, and multi-model support.\u003C\u002Fstrong>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"..\u002F..\u002Factions\u002Fworkflows\u002Fci.yml\">\u003Cimg src=\"..\u002F..\u002Factions\u002Fworkflows\u002Fci.yml\u002Fbadge.svg\" alt=\"CI\">\u003C\u002Fa>\n  \u003Ca href=\"..\u002F..\u002Freleases\u002Flatest\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Fvixues\u002FLeAgent?display_name=tag&sort=semver&color=blue\" alt=\"Latest Release\">\u003C\u002Fa>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPython-3.11%2B-3776ab.svg\" alt=\"Python 3.11+\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FReact-19-61dafb.svg\" alt=\"React 19\">\n  \u003Ca href=\"LICENSE\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-Apache%202.0-green.svg\" alt=\"License\">\u003C\u002Fa>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPRs-Welcome-brightgreen.svg\" alt=\"PRs Welcome\">\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"README_zh.md\">中文文档\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"docs\u002Fassets\u002Fscreenshots\u002Fhero-en.jpg\" alt=\"LeAgent Screenshot\" width=\"720\">\n\u003C\u002Fp>\n\n---\n\n**LeAgent** is an open-source desktop AI agent that combines multi-turn chat, a visual workflow builder, 100+ built-in tools, a declarative rule engine, Agent Skills, and MCP — all in a single self-hostable stack.\n\n- **Agent runtime** — multi-turn sessions with streaming, tool execution, tiered model routing, layered prompts, and episodic \u002F semantic \u002F procedural cognitive memory\n- **Skills** — [Agent Skills v1.0](https:\u002F\u002Fagentskills.my\u002Fspecification) `SKILL.md` bundles with progressive disclosure and on-demand loading; built-in skills, install from links\u002Farchives, and a pluggable HTTP skill registry\n- **100+ offline tools** — documents, web, data, code execution, databases, generative UI, coding projects, and more\n- **Sidebar desk pet** — customizable avatar and background, walk\u002Fjump animations, and personality bubbles; upload PNG \u002F SVG \u002F GIF or sprite sheets, synced with chat streaming and session state\n- **Visual workflows** — ReactFlow editor with YAML export, templates, and every tool as a typed node\n- **Multi-provider LLM** — DeepSeek, DashScope (Qwen), OpenAI, Ollama, vLLM, and more (DeepSeek is currently the most thoroughly validated; recommended for first use)\n- **Zero-config default** — SQLite out of the box, single Docker container, optional PostgreSQL \u002F Milvus\n\n---\n\n## Quick Start\n\n### Local dev (recommended for hackers)\n\n**Prerequisites:** git, [uv](https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002F), Node.js 20+ or 22+\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fvixues\u002FLeAgent.git\ncd LeAgent\n.\u002Fstart.sh                # backend :7860 + frontend :5173\n```\n\n### Docker\n\n```bash\ncd LeAgent\u002Fdeploy\ncp .env.example .env      # set LEAGENT_SECRET_KEY + provider keys\ndocker compose up -d --build\n```\n\nAPI at `http:\u002F\u002Flocalhost:8000\u002Fdocs`.\n\n### Manual setup\n\n```bash\n# Backend\ncd backend\nuv sync --extra dev\nuv run leagent init\nuv run leagent app\n\n# Frontend (separate terminal)\ncd frontend\nnpm install && npm run dev\n```\n\n### One-line install\n\n```bash\ncurl -fsSL https:\u002F\u002Fvixues.com.cn\u002Finstall.sh | bash\n```\n\n### Desktop app (Beta — features still being refined)\n\nInstallers for each platform ship with every GitHub release — download and run. No separate Python, Node, or Docker install required.\n\n| Platform | Download | Notes |\n| --- | --- | --- |\n| **Windows 10\u002F11 (x64)** | [`LeAgent-Setup-*.exe`](..\u002F..\u002Freleases\u002Flatest) | NSIS installer; desktop + start-menu shortcut |\n| **macOS (Apple Silicon)** | [`LeAgent-*-arm64.dmg`](..\u002F..\u002Freleases\u002Flatest) | Unsigned — `xattr -dr com.apple.quarantine \u002FApplications\u002FLeAgent.app` after install |\n| **macOS (Intel)** | [`LeAgent-*.dmg`](..\u002F..\u002Freleases\u002Flatest) | Same Gatekeeper note as above |\n| **Linux (x64)** | [`LeAgent-*.AppImage`](..\u002F..\u002Freleases\u002Flatest) \u002F [`LeAgent-*.deb`](..\u002F..\u002Freleases\u002Flatest) | AppImage: `chmod +x` then run. `.deb`: `sudo dpkg -i` |\n\nThe desktop build bundles its own Python runtime and backend — ready to run after install.\n\nSee all releases: **\u003Chttps:\u002F\u002Fgithub.com\u002Fvixues\u002FLeAgent\u002Freleases>**\n\n---\n\n## Contributing\n\nIssues and pull requests are welcome. Please:\n\n1. Open an issue for larger changes or ambiguous scope.\n2. Run tests (`cd backend && uv run pytest tests\u002F -v` \u002F `cd frontend && npm run test`) for touched areas.\n3. Follow [`AGENTS.md`](AGENTS.md) for coding conventions and i18n rules.\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md) for full guidelines.\n\n---\n\n## License\n\nApache License 2.0 — see [`LICENSE`](LICENSE).\n","LeAgent 是一个开源的桌面AI代理，集成了多轮对话、可视化工作流构建器、100多种内置工具、声明式规则引擎、技能系统和多模型支持。其核心功能包括支持流式处理、工具执行、分层提示及认知记忆等特性的会话运行时；基于Agent Skills v1.0标准的可扩展技能系统；丰富的离线工具集覆盖文档处理、网络交互、代码执行等多个领域；以及具有个性化设置选项的侧边栏宠物。此外，它还提供了一个使用ReactFlow技术实现的可视化工作流编辑器，并且能够无缝集成多种语言模型提供商如DeepSeek、Qwen等。LeAgent适用于需要在本地环境中搭建个性化AI助手的各种场景，无论是个人用户还是开发者都能从中受益。","2026-06-11 03:58:48","CREATED_QUERY"]