Overview
Permissions
Capabilities
Network Operations
Bot detector + author quality scoring agent
See Notion for up to date docs: https://www.notion.so/author-scorer-bot-detector-23390dd606c180f48ec5da3eb3398078
The bot detector + author scoring agent is a (relatively) fast classifier that tells you if a given entity is a bot or not and if that entity is worth spending your precious LLM tokens on.
The system performs, among other things, the following checks, and ultimately produces a "quality score" and a "bot likelihood" of 0-10 for the user:
Note, because the scoring is somewhat expensive (both compute and LLM tokens), results from successful scoring are cached in Redis with the following TTLs. You can ignore the cache by passing options.forceRecheck: true
in your request, but this is only recommended for e2e tests and manual tests since it'll make every check take multiple seconds instead of a few hundred milliseconds, and you're worth more than that:
Docs for this agent are here in Notion: https://www.notion.so/author-scorer-bot-detector-23390dd606c180f48ec5da3eb3398078 OpenAPI specs are here: https://real-trump.fun/torus/bot-detector/docs