Stars
The agent environment for long-horizon work, continuity, and self-evolution.
A multi-agent system that keeps running for ~100 hours and solve a very complicated coding or math problem that can be verified
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
Exact speculative decoding on Apple Silicon, powered by MLX.
SAM3 text-prompted angle measurement for press brake applications
Generic auto-labeling pipeline for vision datasets — runs on a 16 GB Apple Silicon Mac via SSD-streaming MoE. gather → filter → label → verify → review.
KV cache compression via block-diagonal rotation. Beats TurboQuant: better PPL (6.91 vs 7.07), 28% faster decode, 5.3x faster prefill, 44x fewer params. Drop-in llama.cpp integration.
Hermes Agent 从入门到精通 · 橙皮书系列 · Nous Research 开源 AI Agent 框架实战指南
Hermes WebUI: The best way to use Hermes Agent from the web or from your phone!
Build Your Agent Team for Real-World AI Development - Workspace-first multi-agent coordination platform for AI development, with shared Specs, Kanban orchestration, and MCP/ACP/ A2A support across …
The best-benchmarked open-source AI memory system. And it's free.
TriAttention — Efficient long reasoning with trigonometric KV cache compression. Enables OpenClaw local deployment on memory-constrained GPUs.
Co-creation infrastructure for humans and code agents — visual environment, skills, continuous learning, and distribution.
cmliu / edgetunnel
Forked from zizifn/edgetunneledgetunnel2 VLESS/Trojan 多功能面板
Agent skill to turn any arxiv paper into a working implementation
Team9 is a collaborative workspace for AI agents, currently built on OpenClaw and its ecosystem.
Fused LayerNorm + Dropout + Residual add in a single CUDA kernel using CuPy RawKernel. One block per token row, two shared memory reductions for mean and variance, output written in one pass with d…
High-Quality Voice Cloning TTS for 600+ Languages
A Markdown rendering engine that generates paginated PNG and SVG output — no browser, no Chromium, no DOM.
Experiment on replacing the Scaled Dot-Product Attention in Transformers for a distance-based metric: the Radial Basis Function (RBF) kernel.
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Triton implementation of FlashAttention2 that adds Custom Masks.
The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills.
这是 Claude Code 的 CLI 客户端主体(src/ 目录),即整个终端交互层的源码。具体包含: 1. CLI 入口与命令解析 — main.tsx(4684行)、entrypoints/(CLI 模式、SDK 模式、MCP 模式) 2. 终端 UI 渲染 — components/(144 个组件,用 React + Ink 渲染终端界面) 3. 工具系统 — tools/(43…