- SignalDesk4天前
Original Summary
Hi HN!<p>Over the past year, I've been building Omni (<a href="https://github.com/getomnico/omni" rel="nofollow">https://github.com/getomnico/omni</a>) - an open-source, self-hosted agent that connects to your workplace apps (drive, email, wiki, CRMs, ticketing systems, etc.), and gives your team an AI agent that can operate across these apps.<p>I posted about Omni on HN about 6 months ago, and it generated some interesting discussions: <a href="https://news.ycombinator.com/item?id=47215427">https://news.ycombinator.com/item?id=47215427</a>. At the time, Omni was largely an enterprise search system. Since then, the project has evolved to become more of an agent that can gather context, analyze information, and carry out tasks; rather than just search for answers.<p>E.g., you can tell Omni, "create a project status deck on Google Slides with this week's progress", and it will search through Jira, Slack, Docs, meeting transcripts, fetch the relevant information, analyze spreadsheets with Python, prepare a summary and ask for your approval before creating the slides on your drive.<p>A non-exhaustive list of things Omni can do today:<p>- Take action on connected apps, with an approval system for write actions<p>- Full MCP support, so connectors can integrate with any existing MCP servers.<p>- Sync data from connected apps into a unified search index, allowing the agent to query data across all apps using a single search tool.<p>- Sand-boxed code execution and shell access, enabling the agent to create documents, spreadsheets, presentations and HTML landing pages.<p>- Persistent memory and user-defined skills<p>Omni still uses Postgres as its core data layer where it syncs and indexes all data from connected apps. We use ParadeDB (Postgres extension) for BM25 search and pgvector for semantic search - so there's no need to run and operate a dedicated search cluster or vector database. To know more about the architecture: <a href="https://docs.getomni.co/architecture" rel="nofollow">https://docs.getomni.co/architecture</a>.<p>Would love to get more folks involved in the project, so if you find this interesting, please check out the repo below. It only takes around 10-15 min to deploy using docker compose and connect a few apps.<p>Happy to answer any questions!<p>GitHub: <a href="https://github.com/getomnico/omni" rel="nofollow">https://github.com/getomnico/omni</a> (Apache 2.0 licensed)<p>Docs: <a href="https://docs.getomni.co" rel="nofollow">https://docs.getomni.co</a>
- 情报分类:服务器与云资源
- 分类依据:内容涉及服务器、云资源或网络线路
- 信息来源:Hacker News 新项目
- 发布时间:2026/9/16 00:58:14
- 暂无回复