package botstruct const ( Key = "key" AgentIDPrefix = "agent_" ) const ( RoleDeveloper = "developer" RoleUser = "user" )