Skip to content

agent

The entry point for AI agent detection utilities.

Detection is delegated to std-env. The gunshi/agent API exposes a stable, minimal profile while the recognized agent names and detection rules may evolve with the upstream detector.

Example

js
import { getAgentProfile } from 'gunshi/agent'

Functions

FunctionDescription
getAgentProfileGet the AI coding agent profile of the current process.

Released under the MIT License.