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

推荐订阅源

D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG
B
Blog
博客园 - Franky
I
InfoQ
A
About on SuperTechFans
博客园_首页
L
LangChain Blog
量子位
腾讯CDC
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
美团技术团队
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
雷峰网
雷峰网
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
G
Google Developers Blog
Last Week in AI
Last Week in AI

Hacker News: Launches

Launch HN: Mireye (YC S26) – Infrastructure for Physical World AI Agents Launch HN: RonanRX (YC S26) – Personalized Peptides and GLP-1s NORI A3 — Affordable bimanual robot GitHub - Hebbian-Robotics/hflow: SDK for robotics teams to verify the quality of their data used for AI model training. Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robots Risklytics: Insurance for the Frontier The Router for Voice AI | Speko Research — Material Discovery Bench Keet | Learn anything Stoa | The market behind AI hardware ProvenMetal. Fast circuit boards. Built in America. HyperProbe — Your 24/7 AI On-Call Agent Bullet · Fast, by design. E.env — Environments for intelligence that adapts Hoplite Build internal tools with AI. Safely. Tokenless | The router that cuts your inference bill in half Home | Rise Reforming Launch HN: Screenpipe (YC S26) – Power your agents by your 24/7 screen recording GitHub - onecli/onecli: Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys. Build content creation into your app | Unlayer Launch HN: Bloomy (YC S26) – AI-powered mastery learning for K-12 Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps API reference — Coasty Computer Use API Agnost AI: Catch Agent Failures Your Evals Miss Almanac - hosted wiki and source library Context.dev: Web Scraping & Crawl API for AI Agents Manufact | Build and Deploy MCP Agents, Servers & Apps Launch HN: Parsewise (YC P25) – Reason Across Documents with an API TesterArmy: Test your app with AI, catch bugs before users do
GitHub - runvendo/vendo: Embedded agents your customers u...
yousefh409 · 2026-07-16 · via Hacker News: Launches
Vendo: your product, shaped to every customer

Vendo puts an agent inside your product.
Customers can build views, act through your APIs, and automate work inside your brand and guardrails.

Website  ·  Docs  ·  Quickstart

npm install @vendoai/vendo
npx vendo init

@vendoai/vendo is the default composition. The vendoai package is a thin alias. Install individual blocks when you want to compose Vendo yourself.

See it in action

Every capture below is a real agent run in a demo host app, not a mockup.

A Maple customer asks where their money went and the agent composes a live spending view

Build views. Ask a question, get a live view composed from the host's own components and API.

A Cadence user hovers the deadlines card, asks for urgency color-coding, and applies the remix in place

Remix the UI. Hover a component, describe the change, apply it in place.

A Cadence user asks for a morning document-chase automation and turns it on with per-tool approvals

Automate across tools. Plain language in, standing automation out, every tool gated by approval.

A Maple voice session: the user asks out loud where their money went and the agent renders the view while talking back

Talk to it. A live voice session: ask out loud, the agent talks back and renders the view.

What Vendo does

  • Runs a streaming agent with any AI SDK LanguageModel.
  • Extracts your API as tools and executes present calls with the signed-in user's session.
  • Builds user-owned apps from a format-tagged UI document, escalating to a sandboxed server only when needed.
  • Applies policy, approvals, grants, breakers, and audit at one execution choke point.
  • Runs scheduled, host-event, and external-trigger automations with app-bound grants.
  • Ships headless hooks plus optional, theme-driven React chrome.

PGlite at .vendo/data is the zero-config store. Production uses the same schema on Postgres. Generated components run in an iframe jail with connect-src 'none'. App machines reach host tools only through the guarded tool proxy.

Packages

Package One job
@vendoai/core Shared types, schemas, formats, validators, and seams
@vendoai/store Postgres persistence, with PGlite as the default
@vendoai/agent Conversation loop, streaming, tools, and thread context
@vendoai/actions Host API and connector tools executed as the signed-in user
@vendoai/guard Policy, approvals, grants, audit, breakers, and safety
@vendoai/apps App generation, editing, execution, interchange, and sandbox adapters
@vendoai/automations Trigger ingestion, schedules, away runs, and run history
@vendoai/ui Headless React hooks, optional chrome, tree rendering, and voice surfaces
@vendoai/telemetry Anonymous, opt-out build and development telemetry
@vendoai/vendo Default composition, public wire, React entry, and vendo bin

Install flow

vendo init scans the host app, then asks about the model import, product brief, critical-tool risk labels, and whether to open the MCP door. It proposes the handler route and <VendoRoot> wiring while extracting the theme automatically. Every code change is permission-gated and shown as a diff. It writes the reviewable .vendo/ directory and leaves the PGlite data directory ignored.

Run vendo doctor to check wiring and probe /status. Run vendo sync in build and development flows to refresh extracted tools and remix baselines.

Read the quickstart for the complete composition and first-turn setup.

License

Apache-2.0. Cloud-gated sharing, publishing, org overlays, and pinning activate with VENDO_API_KEY; the open-source blocks remain self-hosted.