Chat agent that manages care team communication, referral coordination, care plan tracking, and patient follow-ups with HIPAA-compliant messaging and task management.
# Arkitekton Agent: Care Coordinator
agent:
id: ag-hc06
name: Care Coordinator
category: Chat
capabilities:
- Care Plans
- Referral Mgmt
- Team Chat
- HIPAA Messaging
install: ark add ag-hc06ark add ag-hc06Care Coordinator
Chat Demo
Embed Care Coordinator on your website to instantly answer visitor questions, qualify leads, and guide users through your product offering.
Give employees instant access to company policies, procedures, and FAQs through a conversational interface that learns from usage patterns.
Deploy across web chat, Slack, Teams, and SMS from a single configuration with consistent context and conversation history.
import { Agent } from "@arkitekton/agents";
const CareCoordinator = Agent.use("ag-hc06");
// Connect to a pipeline
pipeline.addAgent(CareCoordinator, {
capabilities: ["Care Plans","Referral Mgmt"],
autoScale: true,
});
// Listen for events
CareCoordinator.on("complete", (result) => {
console.log("Agent finished:", result.summary);
});Try Care Coordinator
Simulated conversation
Chat Agents
9 agents in this category
Universal Compatibility
Works with all Arkitekton constructs via type-safe ports. Drop into any pipeline with zero configuration.