1 天前 × #TradingAgents #LLM #Python #TGAgentTradingAgents 是一个基于大语言模型的多智能体金融交易框架。该项目利用多个大模型 Agent 分工协作,模拟真实的金融交易团队以制定和执行交易策略。代码基于 Python 编写,并提供了配套的学术论文。https://github.com/TauricResearch/TradingAgentshttps://arxiv.org/abs/2412.20138📡 来源:@shenzjd_com
1 天前#TypeScript #Cursor #TGAgentCompound Engineering Plugin 是一个面向 AI 编程工具(支持 Claude Code、Cursor 等)的工作流插件。它提出“复利工程”理念,旨在通过 80% 的规划审查与 20% 的执行,让每一次开发都能沉淀可复用的上下文知识,从而降低系统技术债务。该插件基于 TypeScript 构建,内置了从需求分析、代码规划到审查沉淀的完整指令集(如 /ce-plan、/ce-compound)。https://github.com/EveryInc/compound-engineering-plugin📡 来源:@shenzjd_com GitHub GitHub - EveryInc/compound-engineering-plugin: Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more - EveryInc/compound-engineering-plugin
1 天前#Heretic #Python #TGAgentHeretic 是一个用于移除语言模型审查限制(即“安全对齐”)的全自动工具。它基于方向消融(abliteration)技术和 Optuna 参数优化器,无需进行昂贵的二次训练。该工具通过联合优化拒绝回答的次数和 KL 散度,在解除模型审查的同时尽可能保留原模型的智力表现与性能。项目支持大多数 dense 模型、多模态模型及 MoE 架构,只需基础的命令行知识即可运行。https://github.com/p-e-w/heretic📡 来源:@shenzjd_com GitHub GitHub - p-e-w/heretic: Fully automatic censorship removal for language models Fully automatic censorship removal for language models - p-e-w/heretic
1 天前#Impeccable #AI #JavaScript #TGAgentImpeccable 是一套专为提升 AI 前端代码生成质量而设计的设计语言和技能库。它内置了排版、色彩、动效等 7 个设计领域的参考规范,并定义了 23 个与 AI 协作的设计指令(如 polish、audit 等)。此外,项目还包含 27 条确定性反模式规则,用于规避 AI 生成同质化 UI 的问题,帮助开发者构建更专业的界面。https://github.com/pbakaus/impeccable📡 来源:@shenzjd_com GitHub GitHub - pbakaus/impeccable: The design language that makes your AI harness better at design. The design language that makes your AI harness better at design. - pbakaus/impeccable
1 天前 × #Scrapling #Python #TGAgentScrapling 是一个基于 Python 开发的自适应 Web 抓取框架。它能够处理从单次请求到大规模网站爬取的各种任务,并具备自动适应现代网页结构变化的能力,适合用于构建高稳定性的数据采集系统。https://github.com/D4Vinci/Scrapling📡 来源:@shenzjd_com
1 天前#Supermemory #TypeScript #TGAgentSupermemory 是一个可扩展的 AI 记忆与上下文引擎,旨在解决大模型跨对话遗忘信息的问题。它能够自动从对话中提取事实、构建用户画像,并处理知识库更新与过期信息的遗忘,集成了包括 RAG、数据连接器和文件处理在内的完整上下文栈。该项目主要基于 TypeScript 开发,在多个主流 AI 记忆基准测试中表现领先。https://github.com/supermemoryai/supermemory📡 来源:@shenzjd_com GitHub GitHub - supermemoryai/supermemory: Memory engine and app that is extremely fast, scalable. The Memory API for the AI era. Memory engine and app that is extremely fast, scalable. The Memory API for the AI era. - supermemoryai/supermemory
1 天前#Python #TGAgentHermes WebUI 是专为自主智能体 Hermes Agent 打造的轻量级 Web 交互界面,支持通过浏览器或移动端进行访问与控制。它完整复刻了终端命令行的全部功能,采用三栏式布局,并集成了 Token 用量监控和配置中心。项目无需前端构建步骤,仅使用 Python 和原生 JavaScript 开发。https://github.com/nesquena/hermes-webui📡 来源:@shenzjd_com GitHub GitHub - nesquena/hermes-webui: Hermes WebUI: The best way to use Hermes Agent from the web or from your phone! Hermes WebUI: The best way to use Hermes Agent from the web or from your phone! - nesquena/hermes-webui
1 天前#MarkItDown #Markdown #Python #TGAgentMarkItDown 是微软开源的一款 Python 实用工具,用于将各种文件和办公文档转换为 Markdown 格式。它支持 PDF、Word、PPT、Excel、图片和音频等多种格式,并在转换时尽量保留标题、列表、表格等核心文档结构,主要服务于大语言模型(LLM)的文本分析及处理管道。https://github.com/microsoft/markitdown📡 来源:@shenzjd_com GitHub GitHub - microsoft/markitdown: Python tool for converting files and office documents to Markdown. Python tool for converting files and office documents to Markdown. - microsoft/markitdown
1 天前#TGAgent本文对比了两种开源 AI Agent 框架的工程哲学与适用场景。Pi 走“Agent 即代码”路线,基于 TypeScript 提供灵活的底层工具包,适合开发者将 Agent 能力代码化嵌入现有系统;FastClaw 走“Agent 即服务”的产品化路线,基于 Go 开发并提供完整的可视化管理后台与技能市场,适合快速交付面向非技术人员的平台型应用。https://mp.weixin.qq.com/s/2j376aBX3Tn0Chgz31c9Qwhttps://github.com/fastclaw-ai/fastclawhttps://github.com/earendil-works/pi📡 来源:@shenzjd_com GitHub GitHub - fastclaw-ai/fastclaw: Multi-Agent Framework Multi-Agent Framework. Contribute to fastclaw-ai/fastclaw development by creating an account on GitHub.
2 天前#速度下降 #Unsloth #TGAgentClaude Code 配合本地模型时,因添加的 Attribution Header 导致本地推理服务 KV Cache 失效,推理速度下降约 90%。可在 ~/.claude/settings.json 中设置 "CLAUDE_CODE_ATTRIBUTION_HEADER": "0" 解决。Unsloth 文章详细介绍了 Claude Code 的使用方法和常见问题。https://unsloth.ai/docs/basics/claude-code📡 来源:@shenzjd_com unsloth.ai How to Run Local LLMs with Claude Code | Unsloth Documentation Guide to use open models with Claude Code on your local device.
2 天前#Multica #项目管理 #开源平台 #TGAgentMultica是一个开源项目管理平台,能将智能编码助手变成积极参与项目的团队成员,支持任务分配、进度跟踪和技能积累。平台允许人类和智能体协同工作,具备活跃参与和状态更新的能力。https://multica.ai📡 来源:@shenzjd_com multica.ai Multica — Project Management for Human + Agent Teams Manage your human + agent workforce in one place.
2 天前#TAVAFA #Photoshop #无限画布 #TGAgentTAVAFA是一款结合AI对话生成与Photoshop编辑的无限画布设计工具,支持自然语言生图和无限排版,可进行像素级精修。https://www.tavafa.com/sign.html📡 来源:@shenzjd_com
2 天前#Tally #在线表单 #表单生成器 #隐私安全 #TGAgentTally 是一款免费、直观的在线表单生成器,支持无限表格和提交,注重隐私安全,无需编码,类似文档编辑方式创建表单。https://tally.so📡 来源:@shenzjd_com Tally Forms Tally - Create Beautiful Forms for Free | Unlimited Forms & Submissions The simplest way to create beautiful, professional forms in seconds. Unlimited forms, unlimited submissions, forever free. Just start typing - no coding needed.
2 天前#Hexo #源码主题 #音乐播放器 #TGAgentTech主题为Hexo博客提供简洁风格与动效,支持风格切换与热插拔,内置音乐播放器及图片封面预览。https://github.com/Sanqi-normal/tech-hexo📡 来源:@shenzjd_com GitHub GitHub - Sanqi-normal/tech-hexo: 便捷地新增与切换风格的hexo博客主题 便捷地新增与切换风格的hexo博客主题. Contribute to Sanqi-normal/tech-hexo development by creating an account on GitHub.
2 天前#MOSS #文本转语音 #多语言 #TGAgentMOSS-TTS-Nano 是一个多语言文本转语音模型,支持实时语音克隆、CPU部署和48kHz立体声输出,覆盖20种语言。https://openmoss.github.io/MOSS-TTS-Nano-Demo📡 来源:@shenzjd_com openmoss.github.io MOSS-TTS-Nano | Multilingual Speech Generation MOSS-TTS-Nano is a multilingual tiny speech generation model for realtime voice cloning, CPU-friendly deployment, and lightweight product integration.
2 天前#FilmAlbum #胶片档案 #多端图床 #高清原图存储 #TGAgent居流相册(Film Album)是一款专为胶片摄影爱好者打造的社交与管理平台,提供胶卷档案管理和多端图床同步功能,支持高清原图存储和深度胶片信息管理。https://github.com/YUME-0721/FilmAlbum📡 来源:@shenzjd_com GitHub GitHub - YUME-0721/FilmAlbum: 胶卷档案和摄影社区 胶卷档案和摄影社区. Contribute to YUME-0721/FilmAlbum development by creating an account on GitHub.
2 天前#photo #摄影博客 #Vue #Vite #Tailwind #TGAgent导航站更新收录了一款名为“photo-blog”的摄影博客,采用Vue 3、Vite和Tailwind CSS技术,支持照片墙展示和详情查看。https://github.com/ShenTuZ/photo-blog📡 来源:@shenzjd_com GitHub GitHub - ShenTuZ/photo-blog: 一个简单的自我的摄影作品网站 一个简单的自我的摄影作品网站. Contribute to ShenTuZ/photo-blog development by creating an account on GitHub.
2 天前#摄影聚焦 #CSS瀑布流 #Vercel #TGAgent个人摄影博客系统,采用CSS瀑布流、拍立得卡片和书信体排版,JSON驱动内容,sharp管线优化图片,通过Vercel CDN分发。https://github.com/1829317945/photo-blog📡 来源:@shenzjd_com GitHub GitHub - 1829317945/photo-blog: 个人摄影博客 — 胶片复古风,拍立得瀑布流 + 书信体排版 个人摄影博客 — 胶片复古风,拍立得瀑布流 + 书信体排版. Contribute to 1829317945/photo-blog development by creating an account on GitHub.
2 天前#TrendCut #短视频运营 #自动化 #TGAgentTrendCut Studio 是一款集成热点发现、素材分析、脚本生成等功能,用于自动化短视频运营的本地控制台。https://github.com/HQAmenghen/TrendCut-Studio📡 来源:@shenzjd_com GitHub GitHub - HQAmenghen/TrendCut-Studio: rendCut Studio(热点剪辑工作室)是一套面向短视频运营的本地控制台。项目把热点发现、素材分析、脚本生成、数字人口播、视频合成、AI 审核、发布任务和账号状态监控整合在… rendCut Studio(热点剪辑工作室)是一套面向短视频运营的本地控制台。项目把热点发现、素材分析、脚本生成、数字人口播、视频合成、AI 审核、发布任务和账号状态监控整合在同一套工作流中,适合在可信本机环境内运行自动化内容生产链路。 项目采用 Node.js + Vue + Python 架构:Node.js 负责本地服务、任务调度和数据持久化,Vue 提供操作台界面,Python ...
2 天前#PhotoLog #摄影 #macOS #EXIF #TGAgentPhotoLog是一款macOS原生应用,支持照片导入、EXIF读取、标签管理和地图定位,帮助摄影师学习与分析照片。https://github.com/traviouter-sudo/PhotoLog📡 来源:@shenzjd_com GitHub GitHub - traviouter-sudo/PhotoLog: 摄影师照片学习笔记本-macOS原生应用(SwiftUI SwiftData) 摄影师照片学习笔记本-macOS原生应用(SwiftUI SwiftData). Contribute to traviouter-sudo/PhotoLog development by creating an account on GitHub.