An AI-based system that helps manage healthcare appointments using different agents for tasks like booking, cancelling, and answering questions.
A modular, extensible framework for managing healthcare appointment workflows using multiple AI agents, including:
This GIF illustrates how the router inspects message history and transitions between nodes:

Implements routing logic from scratch.
Routes user queries to appropriate agent nodes based on intent.
Router Implementation: Built with LangGraph’s command functions, it inspects the full message history at each turn to decide the next node (e.g., booking, cancellation, RAG or audio) and dynamically dispatches the conversation to the correct assistant.
Router Code:
def router_model(
state: State
) -> Command[Literal[
"cancel_booking_assistant",
"new_booking_assistant",
"general_hospital_assistant",
"audio_output",
END
]]:
"""Route to correct worker agent. You only route the conversation."""
llm_router = _get_llm().bind_tools([])
llm_router_with_tools = llm_router.bind_tools([
cancel_booking_assistant,
new_booking_assistant,
general_hospital_assistant
])
custom_prompt = {
"role": "system",
"content": (
"You are a routing assistant. Based on the message history, "
"decide
Universal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, …) — a lean core + work-type profiles assembled by one setup script.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.
UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.
The coding agent that answers to you, your model, your machine, your rules.
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi,Grok, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/微信/飞书. No hooks, no skills, no MCP.
Workflows from the Neura Market marketplace related to this Gemini resource