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: Tascli, a simple CLI task and record manager https://ift.tt/9MIhUqDShow HN: Tascli, a simple CLI task and record manager https://ift.tt/s… Read More
Show HN: XYMake – Turn Your Posts into LLM-Ready Data https://ift.tt/DidyVhLShow HN: XYMake – Turn Your Posts into LLM-Ready Data I just built XYM… Read More
Show HN: I build a tool that will tell you what to respond in negotations https://ift.tt/Y7L3zbPShow HN: I build a tool that will tell you what to respond in negotati… Read More
Show HN: DAPS – Prime-Adaptive Search for Discontinuous Optimization Problems https://ift.tt/TieGkILShow HN: DAPS – Prime-Adaptive Search for Discontinuous Optimization P… Read More
Show HN: LinkedIn sucks, so I built a better one https://ift.tt/1vhlr3sShow HN: LinkedIn sucks, so I built a better one LinkedIn feels more l… Read More
Show HN: Flappy Gopher with Online Ranking – A Go/WebAssembly Browser Game https://ift.tt/daTbxC4Show HN: Flappy Gopher with Online Ranking – A Go/WebAssembly Browser … Read More
Show HN: Prefix any URL with `pure.md/` to get unblocked Markdown https://ift.tt/UFARJ12Show HN: Prefix any URL with `pure.md/` to get unblocked Markdown http… Read More
Show HN: I Made a Language to Be JavaScript's Nanny https://ift.tt/QB95FplShow HN: I Made a Language to Be JavaScript's Nanny I'm working on a l… Read More
0 Comments: