frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Running AI agents across environments needs a proper solution

https://github.com/liquidos-ai/Odyssey
7•human_hack3r•4h ago
Hi HN folks,

I have been building AI agents for quite some time now. The shift has gone from LLM + Tools → LLM Workflows → Agent + Tools + Memory, and now we are finally seeing true agency emerge: agents as systems composed of tools, command-line access, fine-grained system capabilities, and memory.

This way of building agents is powerful, and I believe it is here to stay. But the real question is: are the systems powering these agents ready for that future?

I do not think so.

Using Docker for a single agent is not going to scale well, because agents need to be lightweight and fast. LLMs already add significant latency, so adding heavy runtime overhead on top only makes things worse. Existing solutions start to fall apart here.

Agents built in Python also tend to have a large memory footprint, which becomes a serious problem when you want to scale to thousands of agents.

And open-source for agents is still not where it should be. Right now, I cannot easily reuse agents built by domain experts the same way I reuse open-source software.

These issues bothered me, and I realized that if agents are ever going to be democratized, they need to be open and easy to use. Just like Docker solved system dependencies, we need something similar for agents.

That is why I started building an agent framework in Rust. It is modular and follows the principle of true agency: an agent is an entity with tools, memory, and an executor. In AutoAgents, users can independently create and modify tools, executors, and memory.

With AutoAgents, I saw that powerful agents could be built without compromising on performance or memory the way many other frameworks do.

But the other problems still remained: re-sharing agents, sandboxing, and scaling to thousands of agents.

So I created Odyssey — a bundle-first agent runtime written in Rust on top of AutoAgents, the Rust agent framework. It lets you define an agent once, package it as a portable artifact, and run it through the same execution model across local development, embedded SDK usage, shared runtime servers, and terminal workflows.

Both AutoAgents and Odyssey are fully open source and built in Rust, and I am planning to build an Odyssey Agent Hub soon, with additional features like WASM tools, custom memory layers, and more.

My vision is to democratize agents so they are available to everyone — securely and performantly. Being open is not enough; agents also need to be secure.

The project is still in alpha, but it is in a working state.

AutoAgents Repo -> https://github.com/liquidos-ai/AutoAgents

Odyssey Repo -> https://github.com/liquidos-ai/Odyssey

I would really appreciate feedback — especially from anyone who has dealt with similar problems. Your feedback help me shape the product.

Thanks for your time in advance!

Comments

harshitkuppa26•4h ago
Great work!!
rvz•4h ago
What were the insider tricks that you learned [0] to bot this post? You know using AI to do that here is against the guidelines in [1]?

Also, why is there one new (green) account created 10 - 15 mins ago close to the time of this post for the purpose of boosting it?

[0] https://news.ycombinator.com/item?id=47229114

[1] https://news.ycombinator.com/newsguidelines.html

human_hack3r•3h ago
[0] - No insider tricks, I posted couple of times every time it was dead post. This time I waited for couple days and then posting it again.

Not sure on the green account.

prernagoyal976•3h ago
Looks interesting!!
iatenice•2h ago
Superb

Show HN: Gemini can now natively embed video, so I built sub-second video search

https://github.com/ssrajadh/sentrysearch
15•sohamrj•1h ago•2 comments

Show HN: Visualizing Apple Health workout data (stats, trends, insights)

https://apps.apple.com/us/app/streakout-workout-stats/id6758457318
2•toni88x•20m ago•0 comments

Show HN: Mapping the most convenient ways to meet someone with public transit

https://www.commutometer.com/meet-in-sanfrancisco
5•acavailhez•1h ago•0 comments

Show HN: Cq – Stack Overflow for AI coding agents

https://blog.mozilla.ai/cq-stack-overflow-for-agents/
191•peteski22•1d ago•82 comments

Show HN: Craton HSM – A memory-safe PKCS#11 software HSM in Rust

https://github.com/craton-co/craton-hsm-core
3•victor-craton•2h ago•1 comments

Show HN: Think Fast. Type Faster

https://wordsnap.up.railway.app/
3•oyahud•2h ago•0 comments

Show HN: MangoWave – Open-source browser audio visualizer

https://mangowave.app/
3•lmascari•2h ago•1 comments

Show HN: a Rust Redis GUI that doesn't freeze on 100k keys

https://github.com/vicanso/zedis
2•vicanso•3h ago•0 comments

Show HN: AI agent got 237 rules from another agent, still made the same mistakes

https://github.com/getcalx/oss
3•spenceships•3h ago•0 comments

Show HN: Off By – a daily game about how wrong we are about the American economy

https://offby.io
5•offby99•3h ago•3 comments

Show HN: Running AI agents across environments needs a proper solution

https://github.com/liquidos-ai/Odyssey
7•human_hack3r•4h ago•5 comments

Show HN: zbot – an AI agent for MCU with Telegram chat (runs on Zephyr or Linux)

https://github.com/LingaoM/zbot
4•menggithub•4h ago•1 comments

Show HN: Danube – AI Tools Marketplace

https://danubeai.com
2•preston25•4h ago•1 comments

Show HN: The King Wen Permutation: [52, 10, 2]

https://gzw1987-bit.github.io/iching-math/
61•gezhengwen•1d ago•27 comments

Show HN: Offline-first UK train planner

https://railraptor.com
3•marcusdev•6h ago•2 comments

Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build

https://proofshot.argil.io/
66•jberthom•8h ago•50 comments

Show HN: Chat with an exhaustive geopolitical simulation of the 2026 Iran War

https://notebooklm.google.com/notebook/4cf9474f-194d-4607-8953-8ee84a9e66e0
4•hrishirc•2h ago•2 comments

Show HN: Kern – One agent. One folder. One mind. Every channel

https://github.com/oguzbilgic/kern-ai
4•obilgic•8h ago•1 comments

Show HN: Littlebird – Screenreading is the missing link in AI

https://littlebird.ai/
44•delu•22h ago•22 comments

Show HN: Revise – An AI Editor for Documents

https://revise.io
81•artursapek•2d ago•70 comments

Show HN: WhyThere.life – Compare cities side-by-side to decide where to move

https://whythere.life
14•daversa•19h ago•13 comments

Show HN: Atomic – Self-hosted, semantically-connected personal knowledge base

https://github.com/kenforthewin/atomic
147•kenforthewin•2d ago•24 comments

Show HN: Agent Kernel – Three Markdown files that make any AI agent stateful

https://github.com/oguzbilgic/agent-kernel
41•obilgic•1d ago•19 comments

Show HN: AgentDrive – Persistent file storage for AI agents

https://www.getagentdrive.com
3•itstomo•13h ago•0 comments

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
145•FormerLabFred•3d ago•82 comments

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

https://github.com/RasKrebs/sonar
202•raskrebs•4d ago•80 comments

Show HN: VoidLLM – privacy-first LLM proxy (Go, self-hosted)

https://github.com/voidmind-io/voidllm
3•chrisremo85•17h ago•2 comments

Show HN: Mutatr – an open source A/B testing agent

https://github.com/novynlabs-repo/mutatr
3•AhmedAshraf•17h ago•0 comments

Show HN: Dgs-CLI – 63-command CLI for D-Link DGS-1100 switches via Selenium

https://github.com/bobberb/dgs-cli
3•ShellackGobln7•17h ago•0 comments

Show HN: Duplicate 3 layers in a 24B LLM, logical deduction .22→.76. No training

https://github.com/alainnothere/llm-circuit-finder
265•xlayn•5d ago•81 comments