自构建的 AI Agent 框架——多模型 ReAct + 分层缓存友好的上下文 + 异步多 Agent + XML 工作流。CLI 与 WebUI,零 LangChain。An AI agent framework that builds itself — multi-model ReAct + tiered cache-friendly context + async multi-agent + XML workflows. CLI & WebUI, zero LangChain.
仓库/Skill 库
53 个 · 模型 · AI 核心
论文《Controllable molecular graph generation from natural-language chemical constraints》(基于自然语言化学约束的可控分子图生成)的代码仓库。This is repository for "Controllable molecular graph generation from natural-language chemical constraints"
🤖 通过 Model Context Protocol 服务器在 IDE 与 CLI 工具间共享记忆并协调任务,增强 AI Agent 之间的协作🤖 Enhance collaboration among AI agents with a Model Context Protocol server that shares memory and coordinates tasks across IDEs and CLI tools.
AI it yourself——一款原生 iOS 聊天应用,Agent 可在其中构建你所需的小工具,沙箱化且立即可用。无服务器、无账号:自带 API key、本地机器或在 iPhone 上运行的模型。AI it yourself — a native iOS chat where agents build the small tools you need, sandboxed and usable immediately. No server, no account: bring your own API key, your own machine, or a model running on the iPhone.
一款将模型命令沙箱化,并使用可编辑状态机处理长时间任务的编码 AgentA coding agent that jails model commands and uses editable state machines for long-running tasks
Same Targets, Different Computation 的代码与 artifact:后训练如何在模型各层之间划分计算Code and artifacts for Same Targets, Different Computation: how post-training divides work across model layers.
多语言 AI agent 服务 — 基于单一 schema 驱动的 WebSocket 协议,提供知识对话、工具调用、持久检查点、人机协同与多方会话。基于 smooth-operator-core 引擎构建(5 种语言特性一致)。可部署到 Kubernetes、AWS serverless 或本地运行。托管于 lom.smoo.ai。Polyglot AI agent service — knowledge chat, tools, durable checkpoints, human-in-the-loop, and multi-participant conversations over one schema-driven WebSocket protocol. Built on the smooth-operator-core engine (5-language parity). Deploy to Kubernetes, AWS serverless, or run locally. Hosted at lom.smoo.ai.
Experimental Qwen3.5-derived 752M LLM:基于 Qwen3.5 的实验性 752M 参数 LLM,采用 CPT + SFT 两阶段流程,面向编码、技术推理与指令跟随。Experimental Qwen3.5-derived 752M LLM: a two-phase CPT + SFT pipeline for coding, technical reasoning, and instruction following.
面向编码 Agent 的本地运行时,以合并质量为优化目标:由仓库自适应常驻模型生成补丁,大模型进行验证。单进程同时支持 Anthropic + OpenAI API,天生离线运行。A local coding-agent runtime that optimises for merge quality: a repo-adapted resident model generates patches, a large model verifies them. Anthropic + OpenAI APIs from one process, offline by construction.
MAI-Code 模型的官方仓库,用于发布 MAI-Code 模型版本与更新,并通过 issue 与反馈与开发者社区互动。Official repo for MAI-Code models, where we publish MAI-Code model releases and updates and engage with developer community on issues and feedback.
🚀 使用 Fast-LLM 加速 LLM 训练,一个面向高速、可扩展、灵活模型开发的开源库🚀 Accelerate LLM training with Fast-LLM, an open-source library for high-speed, scalable, and flexible model development.
Buzz Agent 运行时 harness——监控 stock buzz-acp,可选的 sandbox 前置入口、DNA 完整性校验与 memory checkpoint。Buzz agent runtime harness — supervise stock buzz-acp, optional sandbox front door, DNA integrity, and memory checkpoint.
立场论文:编码 Agent 需要对代码库决策的显式建模,而不仅仅是结构建模。Position paper: coding agents need an explicit model of codebase decisions, not just structure"
自托管共享记忆,面向 AI Agent 团队。支持房间(Rooms)、L0-L3 层级深度与 MCP;读取路径不调用任何语言模型。基于 vectorize-io/hindsight(MIT)的 fork。Self-hosted shared memory for a team of AI agents. Rooms, hierarchical L0-L3 depth, MCP. The read path never invokes a language model. Fork of vectorize-io/hindsight (MIT).
使用 vision-language model 处理视觉与文本数据,执行多模态推理与图像理解任务。Process visual and textual data with this vision-language model for multimodal reasoning and image understanding tasks.
🌐 通过 Geo-Llama 利用几何深度学习增强语言理解,结合 conformal manifolds 和递归等距变换提升 AI 模型性能。🌐 Enhance language understanding through geometric deep learning with Geo-Llama, leveraging conformal manifolds and recursive isometries for improved AI models.
面向 Linux VPS 服务器的自主式 AI 驱动 SOC 安全 agent 与实时威胁分类器。包含针对 48 种攻击类别微调的 DistilBERT Transformer、DDoS 异常检测器、系统资源监控器、带 HTML 邮件告警的中央告警引擎,以及 REST 健康诊断接口。Autonomous AI-powered SOC Security Agent & Real-Time Threat Classifier for Linux VPS servers. Features a fine-tuned DistilBERT transformer (48 attack classes), DDoS anomaly detector, system resource monitor , central alert engine with HTML email reporting, and REST health diagnostics.