Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
๐About & Usage
About
The Request Classifier is a scheduled droid owned by Carol that runs every five minutes. Its job is to make sure no request slips through: it reads recent web conversations and uses an LLM to decide whether each one is a capability request and, if so, which service it should be routed to. It exists so the Requests Inbox inbox never depends on Carol happening to call a tool at the right moment โ capturing conversations is deterministic, and the LLM only does the classifying.
Each run pulls recent conversations, asks Claude to classify them, and writes the result (is_request, service, confidence, and reason) to the inbox Source of Truth. The droid is idempotent: re-runs only touch rows that haven't been classified yet, so running it on a schedule is safe. Observability is limited to run-audit logs.
The name "Request Classifier" is unique, and the droid belongs to no named droid family โ its family is recorded as "(none)", a catch-all shared by 222 droids across many agents, but this exact droid is owned by Carol. It is not pure software: it calls Claude to perform the classification, though the specific model isn't recorded.
๐ฐ๏ธUpdates
Dated notes from recent initiatives โ the main entry above is not rewritten.
Fixed a bug where synthetic smoketest chats were incorrectly triggering real capability-approval emails to Ninad. The Request Classifier will now ignore chats from [email protected] to prevent false alarms.
๐คOwner
Carol ยท Sales Agent โ EU๐Recent initiatives
Initiatives that touched this droid โ a short summary each; open one for the full story.
No initiatives recorded for this droid yet.