惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
小众软件
小众软件
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
P
Proofpoint News Feed
MyScale Blog
MyScale Blog

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - Loxia-ai/onbuzz-community: OnBuzz - All-in-one &...
Dantlv · 2026-06-26 · via Show HN

🎯 Where to go first

🌐 Official site onbuzz.loxia.ai — downloads, news, showcase
🎓 Training onbuzz.loxia.ai/training — learn how to drive a fleet of agents end-to-end
🗺 Roadmap & task board roadmap.onbuzz.loxia.ai — what's planned, in flight, and open for contributors
📦 Releases github.com/Loxia-ai/onbuzz-community/releases — installers, binaries, and Electron desktop apps

If you're trying OnBuzz for the first time, go to onbuzz.loxia.ai/training. The training walks you through your first agent, your first flow, and your first multi-agent collaboration in under 30 minutes.

If you want to contribute, head to roadmap.onbuzz.loxia.ai to find a task to claim, then read CONTRIBUTING.md for the workflow.


What it does

OnBuzz Community is an open-source platform for running and orchestrating multiple AI agents locally. Each agent has its own workspace, tools, and conversation history, and they can talk to each other to solve bigger problems together.

It's the same engine that powers Loxia's commercial Autopilot product, re-released under Apache-2.0 with all server dependencies removed. You bring your own provider keys; OnBuzz talks to OpenAI / Anthropic / Gemini / xAI / Ollama directly. Nothing flows through anyone else's servers.

It runs as a local app with two interfaces:

  • A web UI in your browser (the default) — chat, agent management, flows, scheduled tasks.
  • A terminal UI — the same thing in a TUI for keyboard-driven workflows.

Why it's different

Most "AI assistant" tools are either a single chat window with a prompt, or a closed cloud product where your data lives on someone else's infrastructure. OnBuzz Community is built on three opinionated choices:

1. Local-first and zero-cloud by design. There is no central backend. There is no telemetry. Your conversations, agents, attachments, and credentials live in ~/.local/share/onbuzz (or your platform's equivalent). Disconnect your machine from the internet and Ollama-backed agents keep working.

2. Multi-agent, not single-chat. Agents are first-class. Each has a name, a system prompt, a working directory, and a configurable subset of tools. A "Coder" agent and a "Reviewer" agent can collaborate on the same repo in parallel, send each other messages, hand off tasks, and you can watch the whole thing run.

3. Bring your own keys, plug in any provider. Five providers ship out of the box — OpenAI, Anthropic, Gemini, xAI, and Ollama. You can also wire any OpenAI-compatible endpoint (OpenRouter, Together, Fireworks, Groq, vLLM, LiteLLM, Azure OpenAI, self-hosted vLLM…) with a base URL and a key. The model catalog is auto-discovered from each vendor's /models endpoint, so new releases show up automatically.

It also ships with 20+ built-in agent tools for real software work:

Code & files terminal, filesystem, file tree, code search (seek), file content replace
Code analysis import analyzer, dependency resolver, static analysis (ESLint/Prettier/TS/Stylelint), clone detection, code map
Web Puppeteer-driven browser, web fetch, scrape, screenshot
Documents PDF, DOCX, XLSX read/write
Coordination task manager, agent-to-agent messaging, agent delays, job-done signaling
Authoring persistent memory, skills (reusable agent recipes), user prompts, visual editor
Integrations Discord / Telegram / WhatsApp bridges (BYO bot tokens, all optional)
Scheduling cron-like recurring tasks and flow runs

🚀 Quick start

💡 Prefer a guided walkthrough? The training program at onbuzz.loxia.ai/training runs you through these steps with screen recordings, troubleshooting tips, and recipe templates. Recommended for first-time users.

1. Install

npm install -g onbuzz-community

Or grab a pre-built installer / binary from github.com/Loxia-ai/onbuzz-community/releases (Windows, macOS, Linux — CLI, native installer, or Electron desktop app).

(Requires Node.js ≥ 20 if installing via npm.)

2. Add a provider key

Either:

  • Run onbuzz web, open Settings, paste a key from any of: OpenAI / Anthropic / Gemini / xAI; or
  • Install Ollama and ollama pull llama3.1:8b for fully-offline use (no key needed).

3. Start chatting

Your browser opens, you create your first agent, send a message — done. From there you can spin up more agents, give them their own working directories, and let them collaborate.

Prefer the terminal? onbuzz plus-terminal starts the server and a TUI together.


💡 Example use cases

People use OnBuzz Community for things like:

  • Coding tasks at scale — give an agent a repo and a goal ("audit my dependencies for vulnerabilities and open PRs") and let it work autonomously while you do something else.
  • Research workflows — multi-agent flows where one agent gathers sources, another summarizes, another fact-checks.
  • Document pipelines — extract structured data from a folder of PDFs, generate Excel reports, write a DOCX summary.
  • Personal knowledge work — long-running agents with persistent memory that learn your preferences and codebase over weeks.
  • Bot orchestration — wire agents to Discord/Telegram/WhatsApp so your team or community can address them naturally.
  • Local privacy-first AI — using Ollama, run everything on your laptop. Sensitive client work never leaves the machine.
  • Provider experimentation — run the same prompt across GPT-5, Claude Opus, Gemini, Grok, and a local Llama in parallel. Compare cost, latency, quality.

🧱 Repository structure

onbuzz-community/
├── bin/                    CLI entry point (the `onbuzz` command)
├── config/                 Default model + benchmark manifests (override-friendly)
├── docs/                   Provider setup, architecture, contribution guides
├── electron/               Optional Electron desktop app shell
├── installer/              NSIS / PKG / DEB installer scripts
├── scripts/                Build + maintenance helpers
├── skills/                 Bundled example skills (e.g. web-game-dev)
├── src/
│   ├── core/               Orchestrator, agent pool, scheduler, flow executor
│   ├── interfaces/         HTTP/WebSocket server + terminal UI client
│   ├── services/
│   │   ├── providers/      LLM provider adapters (one per vendor)
│   │   ├── aiService.js    Dispatcher that routes to providers
│   │   └── …               Models, benchmarks, scheduling, memory, etc.
│   ├── tools/              Agent-facing tools (terminal, filesystem, web, …)
│   └── utilities/          Shared helpers
├── web-ui/                 React frontend (Vite-built)
└── .github/                CI workflows + issue templates

The high-level flow is: Web/Terminal UI → WebSocket → OrchestratorAgent Pool & SchedulerMessage ProcessorAIServiceProvider Registry → vendor API.


🔧 Configuration

Most things just work. A few env vars are useful:

Variable Purpose
OPENAI_API_KEY / ANTHROPIC_API_KEY / GEMINI_API_KEY / XAI_API_KEY Provider keys (or paste in Settings UI)
OLLAMA_HOST Ollama daemon URL (default http://127.0.0.1:11434)
LOXIA_PORT / LOXIA_HOST Web server port and host
LOXIA_LOG_LEVEL debug / info / warn / error
LOXIA_MODELS_PATH Override the default model manifest with a custom JSON file
LOXIA_BENCHMARKS_PATH Override the routing-benchmark text

User overrides also work without env vars: drop ~/.onbuzz/models.json or ~/.onbuzz/benchmarks.json and OnBuzz will pick them up.

For per-provider details (auth headers, special models, OpenAI-compatible custom endpoints), see docs/PROVIDERS.md. For the built-in task, message, delay, and completion flow agents use to coordinate, see docs/AGENT_COORDINATION.md.


🤝 Contributing

OnBuzz Community is open to contributions of every size — bug fixes, new tools, new provider adapters, docs, examples, or "I tried this and the install was confusing" feedback.

The contribution path:

  1. Find a task on the public roadmap & task board, or browse the 12-week dev program.
  2. Claim it by commenting on the linked issue.
  3. Read CONTRIBUTING.md for the full workflow — fork → branch → PR → review → squash-merge, with details on branch naming, Conventional Commits, rebasing, and code-review etiquette.

Looking for a first thing to work on? Our 12-week community program is a menu of 48 fully-specified tasks — each with context, a definition-of-done, deliverables, and pointers into the codebase. Daily tasks are sized for a single sitting; weekly capstones are larger pieces of work. Audience tracks span developers, designers, writers, QA, security, DevOps, data scientists, localizers, DevRel, accessibility advocates, visual designers, and domain experts.

Not a developer? Your domain knowledge is exactly what we need. docs/RECIPES_BY_FIELD.md has a deep menu of contribution ideas for teachers, clinicians, accountants, content creators, novelists, real estate agents, lawyers, restaurant owners, GMs, and many more — none of which require writing code.

If you find a security issue, please don't file a public issue — email contact@loxia.ai instead.


🔒 Privacy

  • Local-first — your conversation history, agent state, attachments, and all generated artifacts stay on your machine.
  • No telemetry — OnBuzz Community does not phone home. The only outbound network calls are to the LLM provider you configure.
  • Encrypted credentials — API keys are stored AES-256-GCM-encrypted under your user-data directory, derived from a machine-specific identifier.
  • Easy reset — delete the user-data directory to wipe all local state.

📄 License

Apache License 2.0 — see also NOTICE.

Copyright © 2025–2026 Loxia Labs LLC and OnBuzz Community contributors.

OnBuzz Community is forked from the proprietary Loxia Autopilot codebase. The commercial Autopilot product continues separately, with hosted models, a marketplace, and managed updates. If you want those things, see autopilot.loxia.ai. If you want to run agents yourself, with your keys, on your hardware, with full source access — you're in the right place.