frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Echos – A lightweight multi-agent AI system with pre-built agents

https://github.com/treadiehq/echos
1•lexokoh•2h ago
Hi all, I'm Dante, and I'm building Echos, a platform that gives you pre-built AI agents so you can stop rebuilding orchestrators, database agents, and retry logic every time.

What it does:

- Pre-built agents: Database queries, API calls, web search, data analysis, code generation.

- YAML-based workflows: Define your agent architecture without rebuilding orchestrators.

- Built-in guardrails: SQL injection protection, SSRF blocking, table/domain whitelisting.

- Visual traces: See what happened, where it failed, and how much it cost.

Why I built it:

Every time I build a multi-agent system, I spend 2-3 weeks creating the same infrastructure: orchestrators that route tasks, database agents with SQL guardrails, retry logic, loop limiting, and cost tracking. Then another week of debugging when things break. I wanted to ship features, not plumbing.

Most frameworks are bulky and complex. You just want pre-built components you can compose like AWS services.

What Echos gives you:

- Ship faster: Pre-built agents you compose in YAML.

- Debug in minutes: Visual traces show exactly what happened, where it failed, and how much it cost.

- Prevent disasters: Built-in guardrails (SQL injection protection, SSRF blocking, loop limiting) catch 80% of dangerous operations.

- Control costs: Per-agent spending limits prevent runaway bills.

Try it: Clone https://github.com/treadiehq/echos or go to https://echoshq.com

import { EchosRuntime } from '@echoshq/runtime';

const runtime = new EchosRuntime({ apiKey: process.env.ECHOS_API_KEY, apiUrl: process.env.ECHOS_API_URL, workflow: './workflow.yaml' // Define agents and routes in YAML });

// Simple usage await runtime.run({ task: 'Analyze customer churn', memory: { year: 2024, region: 'north' } });

Tech:

- NestJS for the backend API: Needed structured DI and middleware for auth.

- Postgres for trace storage: JSON columns for flexible span logs, native SQL performance.

- Resend for magic link authentication: Reliable email delivery without managing SMTP.

- Nuxt 3 for the dashboard: SSR for fast initial load, client-side interactivity for live traces.

- Railway for deployment: Fast deploys. First time trying it. My previous default is Digital Ocean.

What I learned:

- Time saved is the real value: Teams don't want another framework, they want to ship faster.

- Debugging is 50% of the work: Visual traces that show the full execution path are essential.

- Simple guardrails work: Blocking DELETE/DROP and unknown domains catches most disasters.

- YAML > Code for config: Non-engineers can edit workflows without touching code.

Looking for feedback:

- Does this solve a real problem for you?

- Which agents would you use most? database, API calls, web search, data analysis, or code generation?

- Is YAML configuration expressive enough, or do you need more programmatic control?

- What agents should we add next? (GitHub, Slack, email, cloud APIs?)

- Would you use this for autonomous agents, or just one-off tasks?

- Would this save you time on your next multi-agent project?

- What's missing that would make this immediately useful?

Thank you!

Ask HN: Anyone Using Gleam in Production?

1•akudha•4m ago•0 comments

Show HN: Drop-in replacement for Handlebars template engine, weighing 5KB

https://github.com/Qbix/Q.js/blob/main/dist/handlebars.minimal.min.js
1•EGreg•13m ago•0 comments

The Ungame

https://en.wikipedia.org/wiki/The_Ungame
1•bariumbitmap•22m ago•0 comments

We Need to Re-Evaluate the Greatest Generation

https://x.com/ManifestHistory/article/1987507013866193313
1•salkahfi•23m ago•0 comments

Same Car. Different Country. Deadlier in a Crash [video]

https://www.youtube.com/watch?v=dVI-vFq39-I
1•gmays•26m ago•0 comments

How to Become an Entry Level Birder

https://www.stumpedbynature.com/p/stumped-by-nature-9d25
1•EthanDBrooks•26m ago•1 comments

Navigating a webpage with a gamepad and JavaScript (2020)

https://www.voorhoede.nl/en/blog/navigating-the-web-with-a-gamepad/
1•DannyPage•27m ago•0 comments

Lab-on-a-Scalpel: 3D-Printed Electrochemical Cell for the Operating Theater

https://pubs.acs.org/doi/10.1021/acs.analchem.5c00599
2•PaulHoule•29m ago•0 comments

DEC Mini – computer inspired by one of the loveliest retro computers of the 80s

https://decmini.tin.cat/
3•pabs3•32m ago•0 comments

In a Skyscraper City, They Fix Cobblestone Streets by Hand

https://www.nytimes.com/2025/11/08/nyregion/nyc-cobblestone-streets.html
1•bookofjoe•36m ago•1 comments

The 'Toy Story' You Remember

https://animationobsessive.substack.com/p/the-toy-story-you-remember
3•ani_obsessive•40m ago•0 comments

Paramount Cuts 1,600 More Jobs as Part of Plan to Save $3B

https://www.bloomberg.com/news/videos/2025-11-10/paramount-cuts-1-600-more-jobs-in-cost-cutting-m...
4•mgh2•42m ago•0 comments

Recessions have become ultra-rare. That is storing up trouble

https://www.economist.com/finance-and-economics/2025/11/10/recessions-have-become-ultra-rare-that...
5•andsoitis•43m ago•0 comments

Happy 30th Birthday Task Manager

https://www.youtube.com/watch?v=yQykvrAR_po
2•quizme2000•44m ago•1 comments

Universal Basic Income in an AGI Future

https://substack.com/home/post/p-178560893
1•DalasNoin•46m ago•0 comments

Space Dj

https://magenta.withgoogle.com/spacedj-announce
1•frmssmd•47m ago•0 comments

The Definitive Classic Mac Pro (2006-2012) Upgrade Guide

https://blog.greggant.com/posts/2018/05/07/definitive-mac-pro-upgrade-guide.html
1•ibobev•50m ago•0 comments

Natural Language, Semantic Analysis, and Interactive Fiction (2006) [pdf]

https://worrydream.com/refs/Nelson_G_2006_-_Natural_Language,_Semantic_Analysis_and_Interactive_F...
2•vinhnx•54m ago•0 comments

Show HN: Data Modeling Ancient Chinese Logic (Bazi/Ziwei Doushu) with AI

https://suanmingzhun.com
1•Ethancurly5246•57m ago•0 comments

Precision Spindle Metrology Pt.1: Fundamental Concepts [video]

https://www.youtube.com/watch?v=gt2gK-oxy5s
1•pillars•1h ago•1 comments

State of Crypto

https://stateofcrypto.a16zcrypto.com/
1•gmays•1h ago•0 comments

Branches influence the performance of your code and what can you do about it

https://johnnysswlab.com/how-branches-influence-the-performance-of-your-code-and-what-can-you-do-...
2•vinhnx•1h ago•0 comments

Lloyd's Open Form

https://en.wikipedia.org/wiki/Lloyd%27s_Open_Form
3•thunderbong•1h ago•0 comments

Is Fast Charging Killing the Battery? A 2-Year Test on 40 Phones [video]

https://www.youtube.com/watch?v=kLS5Cg_yNdM
1•zdw•1h ago•0 comments

A Couple of Cool Neurotech Companies

https://thelightcone.substack.com/p/a-couple-of-cool-neurotech-companies
1•bci12333•1h ago•0 comments

We built a black box X-Ray for AI Agents

https://devhunt.org/tool/agent-compass-by-future-agi
1•nikhilpareek13•1h ago•0 comments

Virginia Teen Narrowly Defeats His Former Civics Teacher in County Election

https://www.nytimes.com/2025/11/07/us/politics/surry-county-virginia-supervisor-election.html
12•zdw•1h ago•1 comments

Dioxus 0.7: User interfaces in Rust that run anywhere

https://github.com/DioxusLabs/dioxus/releases/tag/v0.7.0
1•petralithic•1h ago•0 comments

Aussie Engineers, Get to the States

https://thundergolfer.com/blog/get-to-the-states
2•steveharrison•1h ago•4 comments

Dundee and US surgeons achieve world-first remote stroke surgery on a human body

https://www.bbc.com/news/articles/cjw983pvz6lo
2•1659447091•1h ago•0 comments