Show HN: archgw: open-source, intelligent proxy for AI agents, built on Envoy Hi HN! This is Adil, Salman, Co and Shuguang and we're excited to introduce archgw [1], an open source intelligent proxy for agents built on Envoy [2]. Arch moves the critical but crufty work around safety, observability, and routing of prompts outside business logic. Arch is a uniquely intelligent infrastructure primitive, engineered with purpose-built fast LLMs [3] for tasks like intent detection over multi-turn, parameter identification and extraction, triggering single/multiple function calls, and offers convenience features to auto dispatch LLM calls for summarization based on data from your APIs via system prompts configured in archgw. Today, the approach to build a smart production-ready agent is weaving together a large set of mono-functional opinionated libraries, adding extra layers like LLM-based preprocessing to determine things like relevance and safety of the user's prompt (e.g. applying governance and guardrails). Once past that stage, developers must extract relevant information from the user prompt to determine intent, extract parameters as necessary, package relevant tools calls to an LLM to trigger a backend API to execute particular domain-specific task. etc. After all that is done then only are developers ready to trigger an LLM call for summarization and must manage upstream error handling and retry logic themselves. Not to mention, if they want to experiment with multiple LLMs or move between LLM versions, they have to write crufty undifferentiated code. This entire experience is slow, error prone, cumbersome, and not specifically unique. Prior to building archgw, the team spent time building Envoy [2] at Lyft, API Gateway at AWS, specialized search and intent models at Microsoft Research and worked on safety at Meta. archgw was born out of the belief that several rules based mono-functional tools should be converged into a multi-functional infrastructure primitive designed for prompts and agents. We built archgw on the highly popular, battle-tested open source proxy Envoy and re-imagined it for prompts and agents. For this we had to build blazing fast LLMs [3] that can handle crufty, ahead-in-the-request-path type of work in handling and processing prompts that are sent to an agent, so that developers can focus on what matters most: building fast personalized agents without the unnecessary prompt engineering and systems integration work needed to get there. Here are some additional details about the open source project. arghw is written in rust, and the request path has three main parts: * Listener subsystem which handles downstream (ingress) and upstream (egress) request processing. * Prompt handler subsystem. This is where archgw makes decisions on the safety of the incoming request via its prompt_guard primitive and identifies where to forward the conversation to via its prompt_target primitive. * Model serving subsystem is the interface that hosts all the lightweight LLMs engineered in archgw and offers a framework for things like hallucination detection of our these models We loved building this open source project, and our belief is that this infra primitive would help developers build faster, safer and more personalized agents without all the manual prompt engineering and systems integration work needed to get there. We hope to invite other developers to use and improve Arch. Please give it a shot and leave feedback here, or at our discord channel [4] Also here is a quick demo of the project in action [5]. You can check out our public docs here at [6]. Our models are also available here [7]. [1] https://ift.tt/0k8DeYX [2] https://ift.tt/YZj3h7Q [3] https://ift.tt/1CNj4kZ... [4] https://ift.tt/gCBPtwJ... [5] https://www.youtube.com/watch?v=I4Lbhr-NNXk [6] https://ift.tt/c4Zp2Aq [7] https://ift.tt/g0ZYDpQ https://ift.tt/0k8DeYX November 20, 2024 at 12:56AM
Show HN: archgw: open-source, intelligent proxy for AI agents, built on Envoy https://ift.tt/BryKe5F
Related Articles
Show HN: Linear doesn't have an iOS app so I made one myself https://ift.tt/tozvBV0Show HN: Linear doesn't have an iOS app so I made one myself Love usin… Read More
Show HN: Hardcover – Letterboxd for Books https://ift.tt/MB54R93Show HN: Hardcover – Letterboxd for Books Hi HN! A little over two yea… Read More
Show HN: A new stdlib for Golang focusing on platform native support https://ift.tt/YI9g6PqShow HN: A new stdlib for Golang focusing on platform native support N… Read More
Show HN: Zany – Favicon API https://ift.tt/EH9J1Q4Show HN: Zany – Favicon API Got mad at this console error the other ni… Read More
Show HN: SourceChart – ExcaliDraw but for Charts https://ift.tt/CFAYKG2Show HN: SourceChart – ExcaliDraw but for Charts https://ift.tt/Rg6dQC… Read More
Show HN: Bookmark in Public – Curate and Share Collections of Links Easily https://ift.tt/nrOv3uBShow HN: Bookmark in Public – Curate and Share Collections of Links Ea… Read More
Show HN: Cursor: Chrome and Orion ext to clone and open any repo (VS Code too) https://ift.tt/Mp96vY2Show HN: Cursor: Chrome and Orion ext to clone and open any repo (VS C… Read More
Show HN: Write Grant with AI Assistance https://ift.tt/CJZXQAvShow HN: Write Grant with AI Assistance https://ift.tt/UX15lOW October… Read More
0 Comments: