Concierge is a powerful declarative framework designed to allow LLMs to seamlessly interact with and navigate complex web service hierarchies. It empowers developers to build robust applications where AI agents can achieve domain-specific goals, such as online shopping or booking services. By defining explicit rules, prerequisites, and transitions between stages, developers gain granular control over agent autonomy, ensuring agents follow a prescribed path through the application. Concierge enforces these rules, validates task execution, and maintains a global state across tasks and stages, offering a structured approach to agentic web interfaces.
Key Features
01Global state management persisting across stages and tasks
02Declarative workflow definition with stages and tasks
03Explicit rule enforcement and prerequisite validation for transitions
04Granular control over agent autonomy and task execution
05Visual dashboard for workflow oversight
061 GitHub stars