Show HN: Concierge - Framework for Building Agentic Web Interfaces

github.com

20 points by arnav3 6 hours ago

Hey HN, We’re building Concierge,

An open source framework that allows you to build Agentic Applications, letting LLMs navigate, interact, and transact with your service

It's a declarative framework which makes it easy for you to create Microservices for AI agents. You can expose your existing web offerings to LLMs. To support navigation you can use several abstractions like Stages, Tasks, Workflows and more. These specify the rules and guiding principles of how an Agent interacts with the service.

It's especially useful when you want to expose complex business logic with thousands of APIs, and want to provide context on how these can be used/called. For example building an Amazon for agents. With Concierge, you can several rules or "guiding principles" on how you want an Agent to interact with your service. We are calling this new concept as Agentic Web Interfaces, would love to know what you think!

You can find the repository here: https://github.com/Agentic-Web-Interfaces/concierge

Some features we are excited about: 1. UI Dashboard to track costs, top business services, usage and analytics. 2. Replay ability to allow you to track and debug user sessions. 3. Ability to self-host or use our managed hosting.